UserShippingAddresses class
KO: 배송지 가져오기 응답
EN: Response for Retrieve shipping address
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- needsAgreement ↔ bool?
-
KO: 사용자 동의 시 배송지 제공 가능 여부
EN: WhethershippingAddresses
can be provided under user consentgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shippingAddresses
↔ List<
ShippingAddress> ? -
KO: 배송지 목록
EN: List of shipping addressesgetter/setter pair - userId ↔ int?
-
KO: 회원번호
EN: Service user IDgetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited