Package io. revenuemonster. sdk. model. request
Types
OnlinePaymentCustomer
Link copied to clipboard
data class OnlinePaymentCustomer(userId: String, email: String, countryCode: String, phoneNumber: String)
Content copied to clipboard
OnlinePaymentOrder
Link copied to clipboard
OnlinePaymentRequest
Link copied to clipboard
data class OnlinePaymentRequest(order: OnlinePaymentOrder, customer: OnlinePaymentCustomer, method: List<String>, type: String, storeId: String, redirectUrl: String, notifyUrl: String, layoutVersion: String)
Content copied to clipboard
QuickPayOrder
Link copied to clipboard
QuickPayRequest
Link copied to clipboard
data class QuickPayRequest(authCode: String, order: QuickPayOrder, extraInfo: ExtraInfo?, ipAddress: String, terminalId: String, storeId: String)
Content copied to clipboard
TransactionQRRequest
Link copied to clipboard
data class TransactionQRRequest(amount: Int, currencyType: String, method: List<String>, expiry: Expiry, order: TransactionQROrder, redirectUrl: String, type: TransactionQRType, storeId: String, isPreFillAmount: Boolean)
Content copied to clipboard