BTCardCapabilities

Deprecated

The UnionPay SMS integration is deprecated, as UnionPay can now be processed as a credit card through their partnership with Discover. Use BTCardClient.tokenizeCard(card: completion:).

Objective-C


@interface BTCardCapabilities : NSObject

Swift

class BTCardCapabilities : NSObject

Contains information about a card’s capabilities

  • Deprecated

    The UnionPay SMS integration is deprecated, as UnionPay can now be processed as a credit card through their partnership with Discover. Use BTCardClient.tokenizeCard(card: completion:).

    Indicates whether the card is Union Pay.

    Declaration

    Objective-C

    @property (nonatomic) BOOL isUnionPay;

    Swift

    var isUnionPay: Bool { get set }
  • Deprecated

    The UnionPay SMS integration is deprecated, as UnionPay can now be processed as a credit card through their partnership with Discover. Use BTCardClient.tokenizeCard(card: completion:).

    Indicates whether the card is debit.

    Declaration

    Objective-C

    @property (nonatomic) BOOL isDebit;

    Swift

    var isDebit: Bool { get set }
  • Deprecated

    The UnionPay SMS integration is deprecated, as UnionPay can now be processed as a credit card through their partnership with Discover. Use BTCardClient.tokenizeCard(card: completion:).

    Indicates whether the card supports two step authentication and capture.

    Declaration

    Objective-C

    @property (nonatomic) BOOL supportsTwoStepAuthAndCapture;

    Swift

    var supportsTwoStepAuthAndCapture: Bool { get set }
  • Deprecated

    The UnionPay SMS integration is deprecated, as UnionPay can now be processed as a credit card through their partnership with Discover. Use BTCardClient.tokenizeCard(card: completion:).

    Indicates if the card is supported for this merchant account.

    Declaration

    Objective-C

    @property (nonatomic) BOOL isSupported;

    Swift

    var isSupported: Bool { get set }