ProvisionalFundingSource

public struct ProvisionalFundingSource : Equatable

The Sudo Platform SDK representation of a funding source.

Properties

  • id

    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