digetpay-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
digetpay-sdk
digetpay-sdk
/
com.digetpay.sdk.model
/
CheckoutRequest
/
CheckoutRequest
Checkout
Request
constructor
(
merchantOrderId
:
String
,
amount
:
Double
,
currency
:
String
=
"SAR"
,
customerName
:
String
,
customerEmail
:
String
,
customerPhone
:
String
,
successUrl
:
String
=
DEFAULT_SUCCESS_URL
,
failureUrl
:
String
=
DEFAULT_FAILURE_URL
)