PMSDKPaymentToken Class Reference

Inherits from NSObject
Declared in PMSDKPaymentToken.h

  identifier

Token identifier. It should be used once for payment execution.

@property (nonatomic, strong) NSString *identifier

Declared In

PMSDKPaymentToken.h

  type

Token type.

@property (nonatomic, strong) NSString *type

Declared In

PMSDKPaymentToken.h

  state

Token state can be created or used

@property (nonatomic, strong) NSString *state

Declared In

PMSDKPaymentToken.h

  environment

Specifies whether token can be used in sandbox or production envrionment.

@property (nonatomic, strong) NSString *environment

Declared In

PMSDKPaymentToken.h

  sourceIP

Source IP that requested for token generation.

@property (nonatomic, strong) NSString *sourceIP

Declared In

PMSDKPaymentToken.h

  createdAt

Specifies the timestamp the token is created.

@property (nonatomic, strong) NSDate *createdAt

Declared In

PMSDKPaymentToken.h

  updatedAt

Specifies the timestamp the token is last updated.

@property (nonatomic, strong) NSDate *updatedAt

Declared In

PMSDKPaymentToken.h