public class CustomerReceipt extends AbstractModel
header, skipSign
Constructor and Description |
---|
CustomerReceipt() |
CustomerReceipt(CustomerReceipt source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getIDCardType()
Get 证件类型,非必传,默认为IDENTITY_CARD。
对应关系如下:IDENTITY_CARD: 身份证,
HONG_KONG_AND_MACAO_PASS: 港澳通行证',
PASSPORT: 护照,
DRIVING_LICENSE: 驾照,
OTHER: 其他
|
String |
getPickUpStuff()
Get 自提人员姓名
|
String |
getPickUpStuffContact()
Get 自提人电话
|
String |
getPickUpStuffIDCard()
Get 自提人证件号码
|
String |
getPickUpTime()
Get 自提时间
|
void |
setIDCardType(String IDCardType)
Set 证件类型,非必传,默认为IDENTITY_CARD。
对应关系如下:IDENTITY_CARD: 身份证,
HONG_KONG_AND_MACAO_PASS: 港澳通行证',
PASSPORT: 护照,
DRIVING_LICENSE: 驾照,
OTHER: 其他
|
void |
setPickUpStuff(String PickUpStuff)
Set 自提人员姓名
|
void |
setPickUpStuffContact(String PickUpStuffContact)
Set 自提人电话
|
void |
setPickUpStuffIDCard(String PickUpStuffIDCard)
Set 自提人证件号码
|
void |
setPickUpTime(String PickUpTime)
Set 自提时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CustomerReceipt()
public CustomerReceipt(CustomerReceipt source)
public String getPickUpStuff()
public void setPickUpStuff(String PickUpStuff)
PickUpStuff
- 自提人员姓名public String getPickUpStuffContact()
public void setPickUpStuffContact(String PickUpStuffContact)
PickUpStuffContact
- 自提人电话public String getPickUpStuffIDCard()
public void setPickUpStuffIDCard(String PickUpStuffIDCard)
PickUpStuffIDCard
- 自提人证件号码public String getPickUpTime()
public void setPickUpTime(String PickUpTime)
PickUpTime
- 自提时间public String getIDCardType()
public void setIDCardType(String IDCardType)
IDCardType
- 证件类型,非必传,默认为IDENTITY_CARD。
对应关系如下:IDENTITY_CARD: 身份证,
HONG_KONG_AND_MACAO_PASS: 港澳通行证',
PASSPORT: 护照,
DRIVING_LICENSE: 驾照,
OTHER: 其他Copyright © 2025. All rights reserved.