AuthorizeVariableRecurringPaymentsMandate

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

consentId

The identifier of consent for variable recurring payment.

authorizationCode

The identifier of the created variable recurring payment.

locale

Locale to be used for end-user facing text.

Constructors

constructor(consentId: String, authorizationCode: String, market: String, locale: Locale = Locale.getDefault())

Properties

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