CheckoutRequest

constructor(merchantOrderId: String, amount: Double, currency: String = "SAR", customerName: String, customerEmail: String, customerPhone: String, successUrl: String = DEFAULT_SUCCESS_URL, failureUrl: String = DEFAULT_FAILURE_URL)