WePay iOS SDK
3.0.0
|
#import <WPPaymentToken.h>
Instance Methods | |
(instancetype) | - initWithId: |
Properties | |
NSString * | tokenId |
A WPPaymentToken represents payment information that was obtained from the user and is stored on WePay's servers. This token can be used to complete the payment transaction via WePay's web APIs.
- (instancetype) initWithId: | (NSString *) | tokenId |
Initialzes a WPPaymentToken with the Id provided.
tokenId | The Id of the token. |
|
readnonatomicstrong |
The token's id.