BillingProfilePropertiesCurrentPaymentTermArgs

data class BillingProfilePropertiesCurrentPaymentTermArgs(val endDate: Output<String>? = null, val startDate: Output<String>? = null, val term: Output<String>? = null) : ConvertibleToJava<BillingProfilePropertiesCurrentPaymentTermArgs>

The current payment term of the billing profile.

Constructors

constructor(endDate: Output<String>? = null, startDate: Output<String>? = null, term: Output<String>? = null)

Properties

Link copied to clipboard
val endDate: Output<String>? = null

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

Link copied to clipboard
val startDate: Output<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: Output<String>? = null

Represents duration in netXX format. Always in days.

Functions

Link copied to clipboard
open override fun toJava(): BillingProfilePropertiesCurrentPaymentTermArgs