MppGetTokenizationReceiptResponseData Class Reference

Inherits from NSObject
Declared in MppGetTokenizationReceiptResponseData.h
MppGetTokenizationReceiptResponseData.m

Overview

Class describing tokenization receipt response.

Other Methods

+ responseDataWithDictionary:

Create tokenization receipt response data with dictionary.

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

Parameters

dictionary

Dictionary containing records to create instance of MppGetTokenizationReceiptResponseData.

Return Value

MppGetTokenizationReceiptResponseData object instance.

Discussion

Create tokenization receipt response data with dictionary.

Declared In

MppGetTokenizationReceiptResponseData.h

– isValid

Verify if tokenization receipt response data is valid.

- (BOOL)isValid

Return Value

Bool value if tokenization receipt response data is valid.

Discussion

Verify if tokenization receipt response data is valid.

Declared In

MppGetTokenizationReceiptResponseData.h

MppGetTokenizationReceiptResponseData properties

  receipt

Receipt value to be passed to the token requestor. In case of Mastercard the pushAccountReceipt expires after 30 minutes.

@property (nonatomic, copy, readonly, nonnull) NSString *receipt

Return Value

Tokenization receipt.

Discussion

Receipt value to be passed to the token requestor. In case of Mastercard the pushAccountReceipt expires after 30 minutes.

Declared In

MppGetTokenizationReceiptResponseData.h

  availablePushMethods

Array of push methods supported by the token requestor. Returns up to 3 URIs – with a minimum of 1 URI.

@property (nonatomic, copy, readonly, nonnull) NSArray<MppAvailablePushMethod*> *availablePushMethods

Discussion

Array of push methods supported by the token requestor. Returns up to 3 URIs – with a minimum of 1 URI.

Declared In

MppGetTokenizationReceiptResponseData.h

  lastFourDigits

Returns last four digits of payment card number.

@property (nonatomic, copy, readonly, nonnull) NSString *lastFourDigits

Return Value

Last four digits of payment card number.

Discussion

Returns last four digits of payment card number.

Declared In

MppGetTokenizationReceiptResponseData.h

  paymentNetwork

Returns card payment network.

@property (nonatomic, copy, readonly, nonnull) NSString *paymentNetwork

Return Value

Card payment network.

Discussion

Returns card payment network.

Declared In

MppGetTokenizationReceiptResponseData.h