OrderPaymentMethod

data class OrderPaymentMethod(val type: String, val amount: Amount?, val lastFour: String, val transactionLimit: Amount?) : ModelObject

Constructors

Link copied to clipboard
constructor(type: String, amount: Amount?, lastFour: String, transactionLimit: Amount?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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