Commerce class
KO: 상품 정보
EN: Product information
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- currencyUnit → String?
-
KO: 화폐 단위
EN: Currency unitfinal - currencyUnitPosition → int?
-
KO: 화폐 단위 표시 위치
EN: Position of currency unitfinal - discountPrice → int?
-
KO: 할인 가격
EN: Discount pricefinal - discountRate → int?
-
KO: 할인율
EN: Discount ratefinal - fixedDiscountPrice → int?
-
KO: 정액 할인 가격
EN: Fixed disount pricefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- productName → String?
-
KO: 상품 이름
EN: Product namefinal - regularPrice → int
-
KO: 정가
EN: Regular pricefinal - 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