public static final class QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder extends Object
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder addressee(String addressee)
The addressee.
example:test
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder bizType(String bizType)
The business type.
example:test
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder city(String city)
The city to which the invoice is mailed.
example:Hangzhou
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder county(String county)
The name of the district to which the invoice is mailed.
example:Test District
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder deliveryAddress(String deliveryAddress)
The detailed address to which the invoice is mailed. This parameter is returned after fields are concatenated.
example:Test Address
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder id(Long id)
The ID.
example:311601051
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder phone(String phone)
The phone number of the addressee.
example:138xxxxxxxx
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder postalCode(String postalCode)
The postcode.
example:000000
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder province(String province)
The province to which the invoice is mailed.
example:Zhejiang
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder street(String street)
The name of the street to which the invoice is mailed.
example:Test Street
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder userId(Long userId)
The ID of the user.
example:4382956342857
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress.Builder userNick(String userNick)
The nickname of the user.
example:testNick
public QueryCustomerAddressListResponseBody.CustomerInvoiceAddress build()
Copyright © 2026. All rights reserved.