CardPaymentInstrument

public protocol CardPaymentInstrument : PaymentInstrument

Undocumented

  • The suffix (last 4 digits) of the card number.

    Declaration

    Swift

    var cardSuffix: String { get }