GetTransactionQRURLResponse

data class GetTransactionQRURLResponse(storeId: String?, type: String, isPreFillAmount: Boolean, currencyType: String, amount: Int, platform: String, method: List<String>, expiry: Expiry, code: String, status: String, qrCodeUrl: String, redirectUrl: String, createAt: Instant?, updateAt: Instant?)

Properties

amount
Link copied to clipboard
common
val amount: Int
code
Link copied to clipboard
common
val code: String
createAt
Link copied to clipboard
common
val createAt: Instant? = 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>
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
storeId
Link copied to clipboard
common
val storeId: String?
type
Link copied to clipboard
common
val type: String
updateAt
Link copied to clipboard
common
val updateAt: Instant? = null