SCPWallet

Objective-C

@interface SCPWallet : NSObject <SCPJSONDecodable>

Swift

class SCPWallet : NSObject, JSONDecodable

If this payment is part of a card wallet, this contains the details of the card wallet.

  • The type of the card wallet.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *type;

    Swift

    var type: String? { get }
  • Unavailable

    You cannot directly instantiate this class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;
  • Unavailable

    You cannot directly instantiate this class.

    Declaration

    Objective-C

    + (nonnull instancetype)new;