BillingProfilePropertiesResponseCurrentPaymentTerm

data class BillingProfilePropertiesResponseCurrentPaymentTerm(val endDate: String? = null, val isDefault: Boolean, val startDate: String? = null, val term: String? = null)

The current payment term of the billing profile.

Constructors

constructor(endDate: String? = null, isDefault: Boolean, startDate: String? = null, term: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDate: String? = null

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

Link copied to clipboard

Indicates payment term is the standard payment term.

Link copied to clipboard
val startDate: String? = null

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

Link copied to clipboard
val term: String? = null

Represents duration in netXX format. Always in days.