OrdersCustomBatchRequestEntryRefundItemItem class
Constructors
- OrdersCustomBatchRequestEntryRefundItemItem({MonetaryAmount? amount, bool? fullRefund, String? lineItemId, String? productId, int? quantity})
- OrdersCustomBatchRequestEntryRefundItemItem.fromJson(Map json_)
Properties
- amount ↔ MonetaryAmount?
-
The total amount that is refunded.
getter/setter pair
- fullRefund ↔ bool?
-
If true, the full item will be refunded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineItemId ↔ String?
-
The ID of the line item.
getter/setter pair
- productId ↔ String?
-
The ID of the product.
getter/setter pair
- quantity ↔ int?
-
The number of products that are refunded.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited