Package io. revenuemonster. sdk. model. response
Types
GetTransactionOrder
Link copied to clipboard
GetTransactionQRURLResponse
Link copied to clipboard
data class GetTransactionQRURLResponse(storeId: String?, type: String, isPreFillAmount: Boolean, currencyType: String, amount: UInt, platform: String, method: List<String>, expiry: Expiry, code: String, status: String, qrCodeUrl: String, redirectUrl: String, createAt: Instant?, updateAt: Instant?)
Content copied to clipboard
GetTransactionResponse
Link copied to clipboard
data class GetTransactionResponse(store: Store, referenceId: String, transactionId: String, order: GetTransactionOrder, terminalId: String, currencyType: String, balanceAmount: Int, platform: String, method: List<String>, error: String, transactionAt: Instant, type: String, status: String, region: String, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
OnlinePaymentResponse
Link copied to clipboard
QuickPayResponse
Link copied to clipboard
data class QuickPayResponse(store: Store, referenceId: String, transactionId: String, order: QuickPayResponseOrder, terminalId: String, payee: Payee?, currencyType: String, balanceAmount: Long, platform: String, method: String, transactionAt: String, type: String, status: String, region: String, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
QuickPayResponseOrder
Link copied to clipboard
data class QuickPayResponseOrder(id: String, title: String, detail: String, amount: Int)
Content copied to clipboard
TransactionQRResponse
Link copied to clipboard
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)
Content copied to clipboard