BillingTrustTaxId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tax id entry associated with the sold-to identity.
public class BillingTrustTaxId : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Trust.Models.BillingTrustTaxId>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Trust.Models.BillingTrustTaxId>
type BillingTrustTaxId = class
interface IJsonModel<BillingTrustTaxId>
interface IPersistableModel<BillingTrustTaxId>
Public Class BillingTrustTaxId
Implements IJsonModel(Of BillingTrustTaxId), IPersistableModel(Of BillingTrustTaxId)
- Inheritance
-
BillingTrustTaxId
- Implements
Properties
| Name | Description |
|---|---|
| Country |
ISO 3166-1 alpha-2 country code the tax id is registered in. |
| Scope |
Scope of the tax id (e.g. |
| Status |
Status of the tax id. |
| Type |
Type of tax id (e.g. |
| Value |
Tax id value (e.g. the VAT / GST / EIN identifier string). |