CopyWith$Input$CalculateTargetShoppingCartInput<TRes>  class 
    abstract
 
Constructors
- CopyWith$Input$CalculateTargetShoppingCartInput(Input$CalculateTargetShoppingCartInput instance, TRes then(Input$CalculateTargetShoppingCartInput))
- 
          
            factory
- CopyWith$Input$CalculateTargetShoppingCartInput.stub(TRes res)
- 
          
            factory
Properties
- 
  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({Enum$OrderTypeEnum? orderType, Input$MarketPlaceOrderDtoFeesInput? fees, List< Input$MarketPlaceOrderDtoExtraFeesInput> ? extraFees, Input$FullAddressInput? deliveryAddress, Input$DiscountDtoInput? discount, List<Input$CartProductInput> ? products, Input$TargetACIInput? target}) → TRes
- 
  extraFees(Iterable< Input$MarketPlaceOrderDtoExtraFeesInput> ? _fn(Iterable<CopyWith$Input$MarketPlaceOrderDtoExtraFeesInput< ?)) → TResInput$MarketPlaceOrderDtoExtraFeesInput> >
- 
  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