ExpectedCharge

Estimated charge for the request.

Types

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

Properties

Link copied to clipboard

The tax-exclusive amount of the charge. Only available when the charge amount is known.

Link copied to clipboard

The tax-inclusive amount the acceptor has to pay. The amount is only present for fixed charges.

Link copied to clipboard

Provides an aggregated view of estimated tax information for this specific charge.

Link copied to clipboard
val id: String?

Unique identifier of the charge for a given agreement.

Link copied to clipboard

The date and time when the charge is due to be invoiced. This is available only when the charge date is known.

Link copied to clipboard

Indicates when the charge amount will be incurred. Values include ON_ACCEPTANCE (charged immediately when the agreement request is accepted), BILLING_PERIOD (charged on each billing period), and SCHEDULED (charged at a predetermined future date).

Functions

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