PaymentSchedule

data class PaymentSchedule(val period: Int? = null, val periodUnit: PaymentConsentOptions.PeriodUnit? = null) : AirwallexRequestModel, Parcelable

Constructors

Link copied to clipboard
constructor(period: Int? = null, periodUnit: PaymentConsentOptions.PeriodUnit? = null)

Properties

Link copied to clipboard
val period: Int? = null

The number of period units between billing cycles. For example, period=1 and period_unit=MONTH means monthly billing. Required when merchant_trigger_reason = scheduled

Link copied to clipboard

Specifies billing frequency. Required when merchant_trigger_reason = scheduled

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)