public class ShippingAddressResponse
extends com.kakao.network.response.JSONObjectResponse
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<ShippingAddressResponse> |
CONVERTER |
Modifier and Type | Method and Description |
---|---|
List<ShippingAddress> |
getShippingAddresses()
사용자의 배송지 정보 리스트.
|
Long |
getUserId()
배송지 정보를 요청한 사용자 아이디(ID)
|
OptionalBoolean |
hasShippingAddresses()
배송지 정보를 소유하고 있는 여부.
|
OptionalBoolean |
shippingAddressesNeedsAgreement()
배송지 정보 조회를 위하여 유저에게 제3자 정보제공동의를 받아야 하는지 여부
|
public static final com.kakao.network.response.ResponseStringConverter<ShippingAddressResponse> CONVERTER
public List<ShippingAddress> getShippingAddresses()
public Long getUserId()
public OptionalBoolean hasShippingAddresses()
public OptionalBoolean shippingAddressesNeedsAgreement()