DynamicSchema

data class DynamicSchema(val transactionMode: TransactionMode? = null, val fields: List<DynamicSchemaField>? = null) : AirwallexModel, Parcelable

Constructors

Link copied to clipboard
constructor(transactionMode: TransactionMode? = null, fields: List<DynamicSchemaField>? = null)

Properties

Link copied to clipboard

Required payment method schema field

Link copied to clipboard

The supported transaction mode. One of oneoff, recurring.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)