public static final class CreatePickUpWaybillResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePickUpWaybillResponseBody.Data |
build() |
CreatePickUpWaybillResponseBody.Data.Builder |
cpCode(String cpCode)
The code of the courier company.
|
CreatePickUpWaybillResponseBody.Data.Builder |
errorCode(String errorCode)
The error code.
|
CreatePickUpWaybillResponseBody.Data.Builder |
errorMsg(String errorMsg)
The error message.
|
CreatePickUpWaybillResponseBody.Data.Builder |
gotCode(String gotCode)
The pickup code.
|
CreatePickUpWaybillResponseBody.Data.Builder |
mailNo(String mailNo)
The order ID.
|
CreatePickUpWaybillResponseBody.Data.Builder |
success(String success)
Indicates whether the request was successful.
|
public CreatePickUpWaybillResponseBody.Data.Builder cpCode(String cpCode)
The code of the courier company.
example:YTO
public CreatePickUpWaybillResponseBody.Data.Builder errorCode(String errorCode)
The error code.
example:200
public CreatePickUpWaybillResponseBody.Data.Builder errorMsg(String errorMsg)
The error message.
example:none
public CreatePickUpWaybillResponseBody.Data.Builder gotCode(String gotCode)
The pickup code.
example:3524
public CreatePickUpWaybillResponseBody.Data.Builder mailNo(String mailNo)
The order ID.
example:77312345629****
public CreatePickUpWaybillResponseBody.Data.Builder success(String success)
Indicates whether the request was successful.
example:true
public CreatePickUpWaybillResponseBody.Data build()
Copyright © 2025. All rights reserved.