HereSDKDemandCreditCard

@interface HereSDKDemandCreditCard : HereSDKDemandPaymentMethod

A payment method class containing credit card information.

  • Last 4 digits of the credit card number

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull lastDigits;

    Swift

    var lastDigits: String { get }
  • Name of the cardholder

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull cardholderName;

    Swift

    var cardholderName: String { get }
  • The brand of the credit card

    Declaration

    Objective-C

    @property (readonly, nonatomic) HereSDKDemandCreditCardBrand brand;

    Swift

    var brand: HereSDKDemandCreditCardBrand { get }