MppConsumerRequestError Class Reference

Inherits from NSObject
Declared in MppConsumerRequestError.h
MppConsumerRequestError.m

Overview

Consumer request error object used for Click To Pay push provisioning.

Other Methods

– initWithDictionary:

Creates consumer request error object with dictionary.

- (instancetype)initWithDictionary:(NSDictionary *)dict

Discussion

Creates consumer request error object with dictionary.

Declared In

MppConsumerRequestError.h

MppConsumerRequestError properties

  field

Field name.

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

Discussion

Field name.

Declared In

MppConsumerRequestError.h

  reason

Reason of an error.

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

Discussion

Reason of an error.

Declared In

MppConsumerRequestError.h