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.
Constructor
BillingProfilePropertiesCurrentPaymentTerm(*, 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. Default value: None
|
|
start_date
|
The date on when the defined 'Payment Term' will be effective from and is always in UTC. Default value: None
|
|
end_date
|
The date on when the defined 'Payment Term' will end and is always in UTC. Default value: None
|
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. |