TaxTransactionCreateReversalOptions class final
Constructors
-
TaxTransactionCreateReversalOptions({List<
String> ? expand, int? flatAmount, List<TransactionLineItemsItem> ? lineItems, Map<String, String> ? metadata, required TransactionMode mode, required String originalTransaction, required String reference, TransactionShippingCost? shippingCost}) -
const
- TaxTransactionCreateReversalOptions.fromJson(Object? json)
-
factory
Properties
-
expand
→ List<
String> ? -
final
- flatAmount → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lineItems
→ List<
TransactionLineItemsItem> ? -
final
-
metadata
→ Map<
String, String> ? -
final
- mode → TransactionMode
-
final
- originalTransaction → String
-
final
- reference → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingCost → TransactionShippingCost?
-
transaction_shipping_cost_reversal
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (TaxTransactionCreateReversalOptions instance, Encoder< V> encoder) → V