MppTokenRequestor Class Reference

Inherits from NSObject
Declared in MppTokenRequestor.h
MppTokenRequestor.m

Overview

Token Requestor that is eligible for the account ranges in the request.

Other Methods

+ tokenRequestorWithDictionary:

Constructs Token Requestor from values passed in dictionary.

+ (instancetype)tokenRequestorWithDictionary:(NSDictionary *_Nonnull)dictionary

Parameters

dictionary

Dictionary containing values to create a Token Requestor.

Return Value

Token Requestor.

Discussion

Constructs Token Requestor from values passed in dictionary.

Declared In

MppTokenRequestor.h

– isValid

Verify if given Token Requestor is valid.

- (BOOL)isValid

Return Value

Bool value if given Token Requestor is valid.

Discussion

Verify if given Token Requestor is valid.

Declared In

MppTokenRequestor.h

MppTokenRequestor properties

  tokenRequestorId

Returns identifier of the Token Requestor.

@property (nonatomic, copy, readonly, nullable) NSString *tokenRequestorId

Return Value

Identifier of the Token Requestor.

Discussion

Returns identifier of the Token Requestor.

Declared In

MppTokenRequestor.h

  name

Returns legal name of the token requestor.

@property (nonatomic, copy, readonly, nullable) NSString *name

Return Value

The legal name of the token requestor.

Discussion

Returns legal name of the token requestor.

Declared In

MppTokenRequestor.h

  consumerFacingEntityName

Returns the name of the token requestor to be displayed to the account holder.

@property (nonatomic, copy, readonly, nullable) NSString *consumerFacingEntityName

Return Value

The name of the token requestor.

Discussion

Returns the name of the token requestor to be displayed to the account holder.

Declared In

MppTokenRequestor.h

  imageAssetId

Returns image of the token requestor (for instance a logo). Provided as an Asset ID – use the Get Asset API to retrieve the actual asset.

@property (nonatomic, copy, readonly, nullable) NSString *imageAssetId

Return Value

The Asset ID of image of token requestor.

Discussion

Returns image of the token requestor (for instance a logo). Provided as an Asset ID – use the Get Asset API to retrieve the actual asset.

Declared In

MppTokenRequestor.h

  tokenRequestorType

Returns the type of the token requestor.

@property (nonatomic, copy, readonly, nullable) NSString *tokenRequestorType

Return Value

The type of the token requestor as instance of MppTokenRequestorType object.

Discussion

Returns the type of the token requestor.

Declared In

MppTokenRequestor.h

  walletId

Returns the identifier of the Wallet Provider.

@property (nonatomic, copy, readonly, nullable) NSString *walletId

Return Value

The identifier of the Wallet Provider.

Discussion

Returns the identifier of the Wallet Provider.

Declared In

MppTokenRequestor.h

  enabledAccountRanges

Returns array of account range start numbers that are enabled for the token requestor. The start numbers will be 19 digits in length.

@property (nonatomic, copy, readonly, nullable) NSArray *enabledAccountRanges

Return Value

List of account range start numbers.

Discussion

Returns array of account range start numbers that are enabled for the token requestor. The start numbers will be 19 digits in length.

Declared In

MppTokenRequestor.h

  supportedPushMethods

Returns array of the push methods supported by the token requestor.

@property (nonatomic, copy, readonly, nullable) NSArray *supportedPushMethods

Return Value

Supported push methods as array of MppPushMethod objects.

Discussion

Returns array of the push methods supported by the token requestor.

Declared In

MppTokenRequestor.h

  supportsMultiplePushedCards

Returns flag to indicate if token requestor supports multiple push receipts in a single request.

@property (nonatomic, assign, readonly) BOOL supportsMultiplePushedCards

Return Value

true if token requestor supports multiple push receipts in a single request, false otherwise

Discussion

Returns flag to indicate if token requestor supports multiple push receipts in a single request.

Declared In

MppTokenRequestor.h