ScheduleItem

An individual installment of the payment that includes the date and amount of the charge.

Types

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

Properties

Link copied to clipboard

The price that the customer would pay on the scheduled date (chargeDate).

Link copied to clipboard

The date that the customer would pay the price defined in this payment schedule term. Invoices are generated on the date provided.

Functions

Link copied to clipboard
inline fun copy(block: ScheduleItem.Builder.() -> Unit = {}): ScheduleItem
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