Commerce class

KO: 상품 정보
EN: Product information

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

Properties

currencyUnit → String?
KO: 화폐 단위
EN: Currency unit
final
currencyUnitPosition → int?
KO: 화폐 단위 표시 위치
EN: Position of currency unit
final
discountPrice → int?
KO: 할인 가격
EN: Discount price
final
discountRate → int?
KO: 할인율
EN: Discount rate
final
fixedDiscountPrice → int?
KO: 정액 할인 가격
EN: Fixed disount price
final
hashCode → int
The hash code for this object.
no setterinherited
productName → String?
KO: 상품 이름
EN: Product name
final
regularPrice → int
KO: 정가
EN: Regular price
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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