WePay iOS SDK  7.0.0-prerelease-1
WPPaymentToken.h
1 //
2 // WPPaymentToken.h
3 // WePay
4 //
5 // Created by Chaitanya Bagaria on 11/7/14.
6 // Copyright (c) 2014 WePay. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface WPPaymentToken : NSObject
15 
19 @property (nonatomic, strong, readonly) NSString* tokenId;
20 
28 - (instancetype) initWithId:(NSString* )tokenId;
29 
30 
31 @end
Definition: WPPaymentToken.h:14
NSString * tokenId
Definition: WPPaymentToken.h:19