






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGValidateReceiptBody : NSObject

@property (nonatomic, copy) NSString * xxpk_order_id;
@property (nonatomic, copy) NSString * xxpk_receipt_data;
@property (nonatomic, copy) NSString * xxpk_product_code;
@property (nonatomic, copy) NSString * xxpk_transaction_id;
@property (nonatomic, copy) NSString * xxpk_currency;
@property (nonatomic, copy) NSString * xxpk_price;

@end

NS_ASSUME_NONNULL_END
