TencentMapLocusSynchroSDK
All Classes Files Functions Variables Properties Macros
TLSBOrder Class Reference

订单信息基类. More...

#import <TLSBCommonObj.h>

Inheritance diagram for TLSBOrder:
TLSDDriverOrder

Instance Methods

(BOOL) - isValid
 数据是否有效 More...
 

Properties

NSString * identifier
 订单id More...
 
TLSBOrderType orderType
 订单类型 More...
 
TLSBOrderStatus orderStatus
 订单状态 More...
 
int totalTime
 订单总时间,单位:分支。乘客端拉取数据中返回 More...
 
int totalDistance
 订单总里程,单位:米。乘客端拉取数据中返回 More...
 

Detailed Description

订单信息基类.

Method Documentation

◆ isValid

- (BOOL) isValid

数据是否有效

Property Documentation

◆ identifier

- (NSString*) identifier
readwritenonatomiccopy

订单id

◆ orderStatus

- (TLSBOrderStatus) orderStatus
readwritenonatomicassign

订单状态

◆ orderType

- (TLSBOrderType) orderType
readwritenonatomicassign

订单类型

◆ totalDistance

- (int) totalDistance
readnonatomicassign

订单总里程,单位:米。乘客端拉取数据中返回

◆ totalTime

- (int) totalTime
readnonatomicassign

订单总时间,单位:分支。乘客端拉取数据中返回


The documentation for this class was generated from the following file: