RecurringRequest

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).

Constructors

Link copied to clipboard
constructor(paymentId: String, orderId: String, recurringToken: String, amount: Double, currency: String = "SAR", orderNumber: String, orderDescription: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard