TinkVariableRecurringPaymentsSuccess

data class TinkVariableRecurringPaymentsSuccess(val consentId: String = "") : SuccessResponse

A class that holds the data returned by successful Tink Variable Recurring Payments flow.

Parameters

consentId

The consent identifier of the created payment request.

Constructors

Link copied to clipboard
constructor(consentId: String = "")

Properties

Link copied to clipboard