CardNumber

public enum CardNumber

Describes the types of card numbers.

  • lastFour: Only the last four digits of a card number.
  • full: The full card number.
  • Undocumented

    Declaration

    Swift

    public enum CardNumber
  • Undocumented

    Declaration

    Swift

    public enum CardNumber
  • Returns the associated number.

    Returns

    The card number.

    Declaration

    Swift

    public func number() -> String

    Return Value

    The card number.