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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
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