FundingSourceSupportInfo

public struct FundingSourceSupportInfo : Equatable

Representation of a Funding Source’s Info

Properties

  • The provider type of the Funding Source

    Declaration

    Swift

    public var providerType: String
  • The funding source type

    Declaration

    Swift

    public var fundingSourceType: String
  • The network type of the funding source

    Declaration

    Swift

    public var network: String
  • The details of the funding source

    Declaration

    Swift

    public var detail: [FundingSourceSupportDetail]

Lifecycle