TransactionQRResponse

data class TransactionQRResponse(store: Store, type: String, isPreFillAmount: Boolean, currencyType: String, amount: Long, platform: String, method: List<String>?, expiry: Expiry?, code: String, status: String, qrCodeUrl: String, redirectUrl: String, order: TransactionQROrder, createdAt: Instant, updatedAt: Instant)

Properties

amount
Link copied to clipboard
common
val amount: Long
code
Link copied to clipboard
common
val code: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
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>?
order
Link copied to clipboard
common
val order: TransactionQROrder
platform
Link copied to clipboard
common
val platform: String
qrCodeUrl
Link copied to clipboard
common
val qrCodeUrl: String
redirectUrl
Link copied to clipboard
common
val redirectUrl: String
status
Link copied to clipboard
common
val status: String
store
Link copied to clipboard
common
val store: Store
type
Link copied to clipboard
common
val type: String
updatedAt
Link copied to clipboard
common
val updatedAt: Instant