| // | 
| //  YLOrder.h | 
| //  YileSDK | 
| // | 
| //  Created by 韩凯 on 7/9/15. | 
| //  Copyright (c) 2015 江苏易乐网络科技有限公司. All rights reserved. | 
| // | 
|   | 
| #import <Foundation/Foundation.h> | 
|   | 
| /** | 
|  *  充值订单类 | 
|  */ | 
| @interface YLOrder : NSObject | 
|   | 
| @property (nonatomic, strong) NSString * identifier; | 
|   | 
| @property (nonatomic, strong) NSString * cpOrderId; | 
|   | 
| @property (nonatomic, strong) NSString * title; | 
|   | 
| @property (nonatomic, assign) float      total; | 
|   | 
| @property (nonatomic, strong) NSString * cpInfo; | 
|   | 
| @end |