ShippingAddress class

KO: 배송지 정보
EN: Shipping address information

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

Properties

baseAddress → String?
KO: 우편번호 검색 시 채워지는 기본 주소
EN: Base address that is automatically input when searching for a zipcode
final
detailAddress → String?
KO: 기본 주소에 추가하는 상세 주소
EN: Detailed address that a user adds to the base address
final
hashCode → int
The hash code for this object.
no setterinherited
id → int
KO: 배송지 ID
EN: Shipping address ID
final
isDefault → bool
KO: 기본 배송지 여부
EN: Whether shipping address is default
final
name → String?
KO: 배송지 이름
EN: Name of shipping address
final
receiverName → String?
KO: 수령인 이름
EN: Recipient name
final
receiverPhoneNumber1 → String?
KO: 수령인 연락처
EN: Recipient phone number
final
receiverPhoneNumber2 → String?
KO: 수령인 추가 연락처
EN: Additional recipient phone number
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → String?
KO: 배송지 타입 (OLD: 구주소 | NEW: 신주소)
EN: Shipping address type (OLD: Administrative address | NEW: Road name address)
final
updatedAt → DateTime?
KO: 수정 시각
EN: Updated time
final
zipCode → String?
KO: 구주소 우편번호
EN: Old type of 6-digit postal code for an administrative address system
final
zoneNumber → String?
KO: 신주소 우편번호
EN: 5-digit postal code for a road name address system
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

Static Methods

fromDateTime(DateTime? dateTime) → int?
fromTimeStamp(int? timestamp) → DateTime?