FundingSourceFlags

public enum FundingSourceFlags : Encodable, Decodable, Hashable

Flags values associated with FundingSource.

  • unfunded: funding source has one or more outstanding transactions and cannot be used to transact
  • refresh: funding source requires refreshing and revalidation with funding source provider
  • unknown: value could not be discerned - associated value is unknown and suggests that the SDK version is out of sync with the service.

Lifecycle

  • Backwards compatibility guard for catching new enum values added by the service - check you have the latest version of the SDK

    Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws