public class AlipayEcoLogisticsExpressPriceModifyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEcoLogisticsExpressPriceModifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAreaType() |
String |
getExtraWeightPrice() |
Long |
getExtraWeightUnit() |
String |
getFromCode() |
String |
getLogisMerchCode() |
Long |
getPresetWeight() |
String |
getPresetWeightPrice() |
String |
getProductTypeCode() |
String |
getToCode() |
void |
setAreaType(String areaType) |
void |
setExtraWeightPrice(String extraWeightPrice) |
void |
setExtraWeightUnit(Long extraWeightUnit) |
void |
setFromCode(String fromCode) |
void |
setLogisMerchCode(String logisMerchCode) |
void |
setPresetWeight(Long presetWeight) |
void |
setPresetWeightPrice(String presetWeightPrice) |
void |
setProductTypeCode(String productTypeCode) |
void |
setToCode(String toCode) |
public AlipayEcoLogisticsExpressPriceModifyModel()
public String getAreaType()
public void setAreaType(String areaType)
public String getExtraWeightPrice()
public void setExtraWeightPrice(String extraWeightPrice)
public Long getExtraWeightUnit()
public void setExtraWeightUnit(Long extraWeightUnit)
public String getFromCode()
public void setFromCode(String fromCode)
public String getLogisMerchCode()
public void setLogisMerchCode(String logisMerchCode)
public Long getPresetWeight()
public void setPresetWeight(Long presetWeight)
public String getPresetWeightPrice()
public void setPresetWeightPrice(String presetWeightPrice)
public String getProductTypeCode()
public void setProductTypeCode(String productTypeCode)
public String getToCode()
public void setToCode(String toCode)
Copyright © 2020. All rights reserved.