BillingTaxIdentifier 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.
A tax identifier for the billing account.
public class BillingTaxIdentifier : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingTaxIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingTaxIdentifier>
type BillingTaxIdentifier = class
interface IJsonModel<BillingTaxIdentifier>
interface IPersistableModel<BillingTaxIdentifier>
Public Class BillingTaxIdentifier
Implements IJsonModel(Of BillingTaxIdentifier), IPersistableModel(Of BillingTaxIdentifier)
- Inheritance
-
BillingTaxIdentifier
- Implements
Constructors
BillingTaxIdentifier() |
Initializes a new instance of BillingTaxIdentifier. |
Properties
Country |
The country of the tax identifier. |
Id |
The id of the tax identifier. |
IdentifierType |
The type of the tax identifier. |
Scope |
The scope of the tax identifier. |
Status |
The status of the tax identifier. |
Explicit Interface Implementations
IJsonModel<BillingTaxIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BillingTaxIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BillingTaxIdentifier>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BillingTaxIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BillingTaxIdentifier>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET