BillingProfilePropertiesCurrentPaymentTerm Class

The current payment term of the billing profile.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.billing.models._models_py3.PaymentTerm
BillingProfilePropertiesCurrentPaymentTerm

Constructor

BillingProfilePropertiesCurrentPaymentTerm(*, term: str | None = None, start_date: datetime | None = None, end_date: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
term
str

Represents duration in netXX format. Always in days.

start_date

The date on when the defined 'Payment Term' will be effective from and is always in UTC.

end_date

The date on when the defined 'Payment Term' will end and is always in UTC.

Variables

Name Description
term
str

Represents duration in netXX format. Always in days.

start_date

The date on when the defined 'Payment Term' will be effective from and is always in UTC.

end_date

The date on when the defined 'Payment Term' will end and is always in UTC.

is_default

Indicates payment term is the standard payment term.