PaymentTerm interface
The properties of payment term.
Properties
| end |
The date on when the defined 'Payment Term' will end and is always in UTC. |
| is |
Indicates payment term is the standard payment term. |
| start |
The date on when the defined 'Payment Term' will be effective from and is always in UTC. |
| term | Represents duration in netXX format. Always in days. |
Property Details
endDate
The date on when the defined 'Payment Term' will end and is always in UTC.
endDate?: Date
Property Value
Date
isDefault
Indicates payment term is the standard payment term.
isDefault?: boolean
Property Value
boolean
startDate
The date on when the defined 'Payment Term' will be effective from and is always in UTC.
startDate?: Date
Property Value
Date
term
Represents duration in netXX format. Always in days.
term?: string
Property Value
string