CopyWith$Input$MarketPlaceOrderWithCartInput<TRes> class
abstract
Constructors
- CopyWith$Input$MarketPlaceOrderWithCartInput(Input$MarketPlaceOrderWithCartInput instance, TRes then(Input$MarketPlaceOrderWithCartInput))
-
factory
- CopyWith$Input$MarketPlaceOrderWithCartInput.stub(TRes res)
-
factory
Properties
-
currency
→ CopyWith$Input$CurrencyIdNameType<
TRes> -
no setter
-
deliveryAddress
→ CopyWith$Input$FullAddressInput<
TRes> -
no setter
-
discount
→ CopyWith$Input$DiscountDtoInput<
TRes> -
no setter
-
fees
→ CopyWith$Input$MarketPlaceOrderDtoFeesInput<
TRes> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
target
→ CopyWith$Input$TargetACIInput<
TRes> -
no setter
Methods
-
call(
{String? user, String? notes, Enum$OrderTypeEnum? orderType, List< Input$InstallmentInput> ? installments, Input$MarketPlaceOrderDtoFeesInput? fees, List<Input$MarketPlaceOrderDtoExtraFeesInput> ? extraFees, Input$FullAddressInput? deliveryAddress, DateTime? orderTime, Input$DiscountDtoInput? discount, List<Input$CartProductInput> ? products, Input$CurrencyIdNameType? currency, Input$TargetACIInput? target, Enum$UserEventsSourceEnum? source}) → TRes -
extraFees(
Iterable< Input$MarketPlaceOrderDtoExtraFeesInput> ? _fn(Iterable<CopyWith$Input$MarketPlaceOrderDtoExtraFeesInput< ?)) → TResInput$MarketPlaceOrderDtoExtraFeesInput> > -
installments(
Iterable< Input$InstallmentInput> ? _fn(Iterable<CopyWith$Input$InstallmentInput< ?)) → TResInput$InstallmentInput> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
products(
Iterable< Input$CartProductInput> _fn(Iterable<CopyWith$Input$CartProductInput< )) → TResInput$CartProductInput> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited