MPOrder

data class MPOrder(val orderId: String, val clientToken: String) : CheckoutTypeConfiguration, Parcelable

MPOrder class, used to configure the card form

Parameters

orderId

orderId

clientToken

client token

Constructors

Link copied to clipboard
constructor(orderId: String, clientToken: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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