WebMobilePaymentRequest

data class WebMobilePaymentRequest(order: Order, customer: WebMobilePaymentCustomer, method: List<String>, type: String, storeId: String, redirectUrl: String, notifyUrl: String, layoutVersion: String)

Properties

customer
Link copied to clipboard
common
val customer: WebMobilePaymentCustomer
layoutVersion
Link copied to clipboard
common
val layoutVersion: String
method
Link copied to clipboard
common
val method: List<String>
notifyUrl
Link copied to clipboard
common
val notifyUrl: String
order
Link copied to clipboard
common
val order: Order
redirectUrl
Link copied to clipboard
common
val redirectUrl: String
storeId
Link copied to clipboard
common
val storeId: String
type
Link copied to clipboard
common
val type: String