Authorize Variable Recurring Payments Mandate
data class AuthorizeVariableRecurringPaymentsMandate @JvmOverloads constructor(val consentId: String, val authorizationCode: String, val market: String, val locale: Locale = Locale.getDefault()) : RequestType
This class contains all the request parameters for the Variable Recurring Payment flow.
Parameters
consent Id
The identifier of consent for variable recurring payment.
authorization Code
The identifier of the created variable recurring payment.
locale
Locale to be used for end-user facing text.