PaymentTerm Class
The properties of payment term.
Constructor
PaymentTerm(*args: Any, **kwargs: Any)
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. |
Attributes
end_date
The date on when the defined 'Payment Term' will end and is always in UTC.
end_date: datetime | None
is_default
Indicates payment term is the standard payment term.
is_default: bool | None
start_date
The date on when the defined 'Payment Term' will be effective from and is always in UTC.
start_date: datetime | None
term
Represents duration in netXX format. Always in days.
term: str | None