PaymentTerm Class
The properties of payment term.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelPaymentTerm
Constructor
PaymentTerm(*, term: str | None = None, start_date: datetime | None = None, end_date: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
term
|
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
|
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. |
Azure SDK for Python