Recurring Request
data class RecurringRequest(val paymentId: String, val orderId: String, val recurringToken: String, val amount: Double, val currency: String = "SAR", val orderNumber: String, val orderDescription: String = "") : Serializable
Input for a recurring (token-based) charge. The recurringToken and paymentId come from the original sale that was started with recurringInit = true (delivered via webhook on your backend).