public static final class CancelPickUpWaybillRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CancelPickUpWaybillRequest |
build() |
CancelPickUpWaybillRequest.Builder |
cancelDesc(String cancelDesc)
The cancellation reason.
|
CancelPickUpWaybillRequest.Builder |
contentType(String contentType)
The content type of the HTTP request.
|
CancelPickUpWaybillRequest.Builder |
outerOrderCode(String outerOrderCode)
The ID of the external order.
|
CancelPickUpWaybillRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
CancelPickUpWaybillRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
CancelPickUpWaybillRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public CancelPickUpWaybillRequest.Builder cancelDesc(String cancelDesc)
The cancellation reason.
This parameter is required.
example:{"action":"UPDATE_DESC","value":"The courier is unable to pick up the package."}
public CancelPickUpWaybillRequest.Builder contentType(String contentType)
The content type of the HTTP request. This parameter is optional. If you specify this parameter, enter application/json;chatset=UTF-8.
example:application/json;chatset=UTF-8
public CancelPickUpWaybillRequest.Builder outerOrderCode(String outerOrderCode)
The ID of the external order.
This parameter is required.
example:1145678823****
public CancelPickUpWaybillRequest.Builder ownerId(Long ownerId)
public CancelPickUpWaybillRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CancelPickUpWaybillRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CancelPickUpWaybillRequest build()
Copyright © 2025. All rights reserved.