ProvisionalFundingSource

data class ProvisionalFundingSource(val id: String, val owner: String, val version: Int, val createdAt: Date, val updatedAt: Date, val type: FundingSourceType, val state: ProvisionalFundingSource.ProvisioningState, val provisioningData: ProviderProvisioningData) : Parcelable

A representation of a funding source that is in the process of being created in the Sudo Platform Virtual Cards SDK.

Constructors

Link copied to clipboard
constructor(id: String, owner: String, version: Int, createdAt: Date, updatedAt: Date, type: FundingSourceType, state: ProvisionalFundingSource.ProvisioningState, provisioningData: ProviderProvisioningData)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Date Date when the provisional funding source was created.

Link copied to clipboard
val id: String

String Identifier of the provisional funding source.

Link copied to clipboard

String Identifier of the user that owns the provisional funding source.

Link copied to clipboard

ProviderProvisioningData Provisioning data provided by the provisional funding source provider.

Link copied to clipboard

ProvisioningState Current state of the provisional funding source.

Link copied to clipboard

FundingSourceType Type of the provisional funding source

Link copied to clipboard

Date Date when the provisional funding source was last updated.

Link copied to clipboard

Int Current version of the provisional funding source.