UserShippingAddresses class

KO: 배송지 조회 응답
EN: Response for Retrieve shipping address

Annotations
  • @JsonSerializable.new(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

hashCode → int
The hash code for this object.
no setterinherited
needsAgreement → bool?
KO: 사용자 동의 시 배송지 제공 가능 여부
EN: Whether shippingAddresses can be provided under user consent
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shippingAddresses → List<ShippingAddress>?
KO: 배송지 목록
EN: List of shipping addresses
final
userId → int?
KO: 회원번호
EN: Service user ID
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited