CommerceExtra class
Commerce 추가 옵션 모델
Constructors
- CommerceExtra({bool separatelyConfirmed = false, bool createOrderImmediately = true})
-
CommerceExtra.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createOrderImmediately ↔ bool
-
즉시 주문 생성 여부 (기본값: true)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separatelyConfirmed ↔ bool
-
분리 확인 여부 (기본값: false)
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited