PaymentTerm interface

The properties of payment term.

Properties

endDate

The date on when the defined 'Payment Term' will end and is always in UTC.

isDefault

Indicates payment term is the standard payment term. NOTE: This property will not be serialized. It can only be populated by the server.

startDate

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