BillingRegistrationNumber 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.
Describes the registration number of the organization linked with the billing account.
public class BillingRegistrationNumber : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingRegistrationNumber>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingRegistrationNumber>
type BillingRegistrationNumber = class
interface IJsonModel<BillingRegistrationNumber>
interface IPersistableModel<BillingRegistrationNumber>
Public Class BillingRegistrationNumber
Implements IJsonModel(Of BillingRegistrationNumber), IPersistableModel(Of BillingRegistrationNumber)
- Inheritance
-
BillingRegistrationNumber
- Implements
Constructors
BillingRegistrationNumber() |
Initializes a new instance of BillingRegistrationNumber. |
Properties
Id |
The unique identification number of the organization linked with the billing account. |
IsRequired |
Identifies if the registration number is required for the billing account. |
RegistrationNumberType |
The types of registration number allowed based on the country of the billing account. |
Explicit Interface Implementations
IJsonModel<BillingRegistrationNumber>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BillingRegistrationNumber>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BillingRegistrationNumber>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BillingRegistrationNumber>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BillingRegistrationNumber>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET