ProvisionalFundingSource

public struct ProvisionalFundingSource : Equatable

The Sudo Platform SDK representation of a funding source.

Supplementary

  • The Sudo Platform SDK representation of an enumeration depicting the provisional funding source state.

    Declaration

    Swift

    public enum State

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
  • 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