Package io. revenuemonster. sdk. model. request
Types
CalculateSpendingRewardRequest
Link copied to clipboard
data class CalculateSpendingRewardRequest(currencyType: String, amount: Int)
Content copied to clipboard
CancelSpendingLoyaltyPointRequest
Link copied to clipboard
CheckMemberRequest
Link copied to clipboard
CheckWalletHistoryRequest
Link copied to clipboard
data class CheckWalletHistoryRequest(cursor: String, startAt: String, endAt: String, referenceType: String)
Content copied to clipboard
DailySettlementReportRequest
Link copied to clipboard
GetQRURLByCheckoutID
Link copied to clipboard
data class GetQRURLByCheckoutID(checkoutId: String, method: PaymentMethod, type: String)
Content copied to clipboard
GiveLoyaltyPointRequest
Link copied to clipboard
GourmetCardRequest
Link copied to clipboard
QuickPayRequest
Link copied to clipboard
RefundRequest
Link copied to clipboard
data class RefundRequest(transactionId: String, refund: Refund, reason: String)
Content copied to clipboard
RegisterMemberRequest
Link copied to clipboard
ReverseRequest
Link copied to clipboard
SpendingLoyaltyPointRequest
Link copied to clipboard
StoreDetails
Link copied to clipboard
TopUpBalanceOfflineRequest
Link copied to clipboard
data class TopUpBalanceOfflineRequest(authCode: String, storeId: String, memberId: String, order: TopUpBalanceOrderRequest)
Content copied to clipboard
TopUpBalanceOnlineRequest
Link copied to clipboard
data class TopUpBalanceOnlineRequest(redirectUrl: String, topUpAmount: Int)
Content copied to clipboard
TopUpBalanceOrderRequest
Link copied to clipboard
data class TopUpBalanceOrderRequest(id: String, currencyType: String, amount: Int)
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
WebMobilePaymentCustomer
Link copied to clipboard
data class WebMobilePaymentCustomer(userId: String, email: String?, countryCode: String?, phoneNumber: String?)
Content copied to clipboard
WebMobilePaymentRequest
Link copied to clipboard
data class WebMobilePaymentRequest(order: Order, customer: WebMobilePaymentCustomer, method: List<String>, type: String, storeId: String, redirectUrl: String, notifyUrl: String, layoutVersion: String)
Content copied to clipboard