RecurringPaymentTerm

Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the recurrence at which buyers are charged.

Link copied to clipboard

Defines the currency for the prices mentioned in this term.

Link copied to clipboard

Amount charged to the buyer every billing period.

Link copied to clipboard
val type: String?

Type of the term being updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String