PaymentTermsEligibilityDetail Class

Definition

Details of the payment terms eligibility.

public class PaymentTermsEligibilityDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityDetail>
type PaymentTermsEligibilityDetail = class
    interface IJsonModel<PaymentTermsEligibilityDetail>
    interface IPersistableModel<PaymentTermsEligibilityDetail>
Public Class PaymentTermsEligibilityDetail
Implements IJsonModel(Of PaymentTermsEligibilityDetail), IPersistableModel(Of PaymentTermsEligibilityDetail)
Inheritance
PaymentTermsEligibilityDetail
Implements

Properties

Code

Indicates the reason for the ineligibility of the payment terms.

Message

Indicates the message for the ineligibility of the payment terms.

Explicit Interface Implementations

IJsonModel<PaymentTermsEligibilityDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PaymentTermsEligibilityDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PaymentTermsEligibilityDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PaymentTermsEligibilityDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PaymentTermsEligibilityDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to