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