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 *identifierDeclared In
PMSDKPaymentToken.h
state
Token state can be created or used
@property (nonatomic, strong) NSString *stateDeclared In
PMSDKPaymentToken.h
environment
Specifies whether token can be used in sandbox or production envrionment.
@property (nonatomic, strong) NSString *environmentDeclared In
PMSDKPaymentToken.h
sourceIP
Source IP that requested for token generation.
@property (nonatomic, strong) NSString *sourceIPDeclared In
PMSDKPaymentToken.h
createdAt
Specifies the timestamp the token is created.
@property (nonatomic, strong) NSDate *createdAtDeclared In
PMSDKPaymentToken.h
updatedAt
Specifies the timestamp the token is last updated.
@property (nonatomic, strong) NSDate *updatedAtDeclared In
PMSDKPaymentToken.h