RefreshFundingSourceInput

data class RefreshFundingSourceInput(val id: String, val refreshData: ProviderRefreshData, val applicationData: ClientApplicationData, val language: String? = null)

Input object containing the information required to complete the refresh of a funding source.

Constructors

Link copied to clipboard
constructor(id: String, refreshData: ProviderRefreshData, applicationData: ClientApplicationData, language: String? = null)

Properties

Link copied to clipboard

ClientApplicationData Information about the client application which maps to service-side configuration.

Link copied to clipboard
val id: String

String Identifier of the provisional funding source to be completed and provisioned.

Link copied to clipboard
val language: String? = null

String Some funding source types require presentation of end-user language specific agreements. This property allows the client application to specify the user's preferred language. If such presentation is required and has no translation in the requested language or no preferred language is specified, the default translation will be presented. The default is a property of service instance configuration. The value is an RFC 5646 language tag e.g. en-US.

Link copied to clipboard

RefreshDataInput The refresh data used to complete the funding source refresh operation.