CopyWith$Input$InvoicingProductsInput<TRes>  class 
    abstract
 
Constructors
- CopyWith$Input$InvoicingProductsInput(Input$InvoicingProductsInput instance, TRes then(Input$InvoicingProductsInput))
- 
          
            factory
- CopyWith$Input$InvoicingProductsInput.stub(TRes res)
- 
          
            factory
Properties
- 
  discount
  → CopyWith$Input$DiscountDtoInput<TRes> 
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  rent
  → CopyWith$Input$RentalRefInput<TRes> 
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  call({String? article, String? label, String? description, String? price, String? total, List< Input$ProductTaxesInput> ? taxes, int? quantity, Input$DiscountDtoInput? discount, Input$RentalRefInput? rent}) → TRes
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  taxes(Iterable< Input$ProductTaxesInput> _fn(Iterable<CopyWith$Input$ProductTaxesInput< )) → TResInput$ProductTaxesInput> >
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited