CreditCardType

public enum CreditCardType : String

CreditCardType presents the type of a credit card.

Version

1.9.9

Date

19/09/22

Author

Adamas
  • Undocumented

    Declaration

    Swift

    case master
  • Undocumented

    Declaration

    Swift

    case visa
  • Undocumented

    Declaration

    Swift

    case amex
  • Undocumented

    Declaration

    Swift

    case other
  • Get the type of a credit card

    Declaration

    Swift

    public init(cardNumber: String)

    Parameters

    cardNumber

    The number of the card