TransactionQRRequest

data class TransactionQRRequest(amount: Int?, currencyType: String, method: List<String>?, expiry: Expiry, order: TransactionQROrder, redirectUrl: String, type: TransactionQRType, storeId: String, isPreFillAmount: Boolean)

Properties

amount
Link copied to clipboard
common
val amount: Int? = null
currencyType
Link copied to clipboard
common
val currencyType: String
expiry
Link copied to clipboard
common
val expiry: Expiry
isPreFillAmount
Link copied to clipboard
common
val isPreFillAmount: Boolean
method
Link copied to clipboard
common
val method: List<String>? = null
order
Link copied to clipboard
common
val order: TransactionQROrder
redirectUrl
Link copied to clipboard
common
val redirectUrl: String
storeId
Link copied to clipboard
common
val storeId: String
type
Link copied to clipboard
common
val type: TransactionQRType