BillingProfilePropertiesCurrentPaymentTerm interface
The current payment term of the billing profile.
- Extends
Inherited 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. |
Inherited Property Details
endDate
The date on when the defined 'Payment Term' will end and is always in UTC.
endDate?: Date
Property Value
Date
Inherited From PaymentTerm.endDate
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
Inherited From PaymentTerm.isDefault
startDate
The date on when the defined 'Payment Term' will be effective from and is always in UTC.
startDate?: Date
Property Value
Date
Inherited From PaymentTerm.startDate
term
Represents duration in netXX format. Always in days.
term?: string
Property Value
string
Inherited From PaymentTerm.term