Checkout Bank Account Provider Refresh Data
data class CheckoutBankAccountProviderRefreshData(val provider: String = ProviderDefaults.checkoutProvider, val version: Int = ProviderDefaults.version, val type: FundingSourceType = FundingSourceType.BANK_ACCOUNT, val accountId: String? = null, val authorizationText: AuthorizationText? = null) : ProviderRefreshData
Representation of CheckoutBankAccountProviderRefreshData sent to the provider and used to initiate or complete the funding source refresh.
Constructors
Link copied to clipboard
constructor(provider: String = ProviderDefaults.checkoutProvider, version: Int = ProviderDefaults.version, type: FundingSourceType = FundingSourceType.BANK_ACCOUNT, accountId: String? = null, authorizationText: AuthorizationText? = null)
Properties
Link copied to clipboard
AuthorizationText Authorization text presented to and agreed to by the user, if available.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard