FundingSourceSupportDetail

public struct FundingSourceSupportDetail : Equatable

Representation of a Funding Source’s details

Properties

  • The card type of the funding source

    Declaration

    Swift

    public var cardType: CardType

Lifecycle

  • Initialise an instance of FundingSourceSupportDetail.

    Declaration

    Swift

    public init(
        cardType: CardType
    )