Package io.revenuemonster.sdk.model.request

Types

OnlinePaymentCustomer
Link copied to clipboard
common
data class OnlinePaymentCustomer(userId: String, email: String, countryCode: String, phoneNumber: String)
OnlinePaymentOrder
Link copied to clipboard
common
data class OnlinePaymentOrder(id: String, title: String, detail: String, amount: Int, currencyType: String, additionalData: String)
OnlinePaymentRequest
Link copied to clipboard
common
data class OnlinePaymentRequest(order: OnlinePaymentOrder, customer: OnlinePaymentCustomer, method: List<String>, type: String, storeId: String, redirectUrl: String, notifyUrl: String, layoutVersion: String)
QuickPayOrder
Link copied to clipboard
common
data class QuickPayOrder(id: String, title: String, detail: String, amount: Int, currencyType: String, additionalData: String)
QuickPayRequest
Link copied to clipboard
common
data class QuickPayRequest(authCode: String, order: QuickPayOrder, extraInfo: ExtraInfo?, ipAddress: String, terminalId: String, storeId: String)
TransactionQRRequest
Link copied to clipboard
common
data class TransactionQRRequest(amount: Int, currencyType: String, method: List<String>, expiry: Expiry, order: TransactionQROrder, redirectUrl: String, type: TransactionQRType, storeId: String, isPreFillAmount: Boolean)