public static final class CreatePickUpWaybillRequest.ConsigneeAddress.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePickUpWaybillRequest.ConsigneeAddress.Builder |
addressDetail(String addressDetail)
The detailed address of the consignee.
|
CreatePickUpWaybillRequest.ConsigneeAddress.Builder |
areaName(String areaName)
The district where the consignee is located.
|
CreatePickUpWaybillRequest.ConsigneeAddress |
build() |
CreatePickUpWaybillRequest.ConsigneeAddress.Builder |
cityName(String cityName)
The city where the consignee is located.
|
CreatePickUpWaybillRequest.ConsigneeAddress.Builder |
provinceName(String provinceName)
The province where the consignee is located.
|
CreatePickUpWaybillRequest.ConsigneeAddress.Builder |
townName(String townName)
The street where the consignee is located.
|
public CreatePickUpWaybillRequest.ConsigneeAddress.Builder addressDetail(String addressDetail)
The detailed address of the consignee.
This parameter is required.
example:XX community
public CreatePickUpWaybillRequest.ConsigneeAddress.Builder areaName(String areaName)
The district where the consignee is located.
This parameter is required.
example:xihu
public CreatePickUpWaybillRequest.ConsigneeAddress.Builder cityName(String cityName)
The city where the consignee is located.
This parameter is required.
example:hangzhou
public CreatePickUpWaybillRequest.ConsigneeAddress.Builder provinceName(String provinceName)
The province where the consignee is located.
This parameter is required.
example:zhejiang
public CreatePickUpWaybillRequest.ConsigneeAddress.Builder townName(String townName)
The street where the consignee is located.
example:XX Street
public CreatePickUpWaybillRequest.ConsigneeAddress build()
Copyright © 2025. All rights reserved.