#import <WPPaymentToken.h>
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. 
◆ initWithId:()
      
        
          | - (instancetype) initWithId: |  | (NSString *) | tokenId |  | 
      
 
Initialzes a WPPaymentToken with the Id provided.
- Parameters
- 
  
    | tokenId | The Id of the token. |  
 
- Returns
- A WPPaymentToken object initialized with the Id provided. 
 
 
◆ tokenId
The documentation for this class was generated from the following file: