Billing Profile Properties Response Current Payment Term
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.