ShippingAddress class

배송지 정보 클래스

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

Properties

baseAddress ↔ String?
우편번호 검색시 채워지는 기본 주소
read / write
detailAddress ↔ String?
기본 주소에 추가하는 상세 주소
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
id ↔ int
배송지 ID
read / write
isDefault ↔ bool
기본 배송지 여부
read / write
name ↔ String?
배송지 이름
read / write
receiverName ↔ String?
수령인 이름
read / write
receiverPhoneNumber1 ↔ String?
수령인 연락처
read / write
receiverPhoneNumber2 ↔ String?
수령인 추가 연락처
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
type ↔ String?
배송지 타입 구주소(지번,번지 주소) 또는 신주소(도로명 주소) "OLD" or "NEW"
read / write
updatedAt ↔ DateTime?
수정시각의 timestamp
read / write
zipCode ↔ String?
구주소 우편번호 우편번호를 소유하지 않는 구주소도 존재하여, 구주소인 경우도 해당값이 없을 수 있음
read / write
zoneNumber ↔ String?
신주소 우편번호. 신주소인 경우에 반드시 존재함.
read / write

Methods

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

Operators

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