ProvisionalFundingSource
public struct ProvisionalFundingSource : Equatable
The Sudo Platform SDK representation of a funding source.
-
Unique identifier of the funding source.
Declaration
Swift
public let id: String -
Identifier of the user that owns the funding source.
Declaration
Swift
public let owner: String -
Version of this entity.
Declaration
Swift
public let version: Int -
Sate of this entity
Declaration
Swift
public let state: ProvisionalFundingSourceState -
Type of this funding source
Declaration
Swift
public let type: FundingSourceType -
Last 4 digits of the funding source account
Declaration
Swift
public let last4: String -
Date when the funding source was created.
Declaration
Swift
public let createdAt: Date -
Date when the funding source was last updated.
Declaration
Swift
public let updatedAt: Date -
The data for provisioning the funding source.
Declaration
Swift
public let provisioningData: ProvisioningData
-
Declaration
Swift
public init( id: String, owner: String, version: Int, state: ProvisionalFundingSourceState, type: FundingSourceType, last4: String, createdAt: Date, updatedAt: Date, provisioningData: ProvisioningData )
ProvisionalFundingSource Structure Reference