CopyWith$Input$MarketPlaceOrderWithCartAndCoinsInput<TRes>  class 
    abstract
 
Constructors
- CopyWith$Input$MarketPlaceOrderWithCartAndCoinsInput(Input$MarketPlaceOrderWithCartAndCoinsInput instance, TRes then(Input$MarketPlaceOrderWithCartAndCoinsInput))
- 
          
            factory
- CopyWith$Input$MarketPlaceOrderWithCartAndCoinsInput.stub(TRes res)
- 
          
            factory
Properties
- 
  deliveryAddress
  → CopyWith$Input$FullAddressInput<TRes> 
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  installment
  → CopyWith$Input$InstallmentInput<TRes> 
- 
  
  no setter
- 
  product
  → CopyWith$Input$CartProductInput<TRes> 
- 
  
  no setter
- 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, Input$InstallmentInput? installment, Input$FullAddressInput? deliveryAddress, DateTime? orderTime, Input$CartProductInput? product, String? currency, Input$TargetACIInput? target}) → TRes 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited