Input$SaleIssueNoteInput class
Constructors
- 
          Input$SaleIssueNoteInput({String? number, DateTime? date, String? note, List<Input$KeyValueInput> ? details, required List<Input$InvoicingProductsBundleInput> products, Enum$GenericInvoicingStatusEnum? status, Input$InvoicingAddressInput? address, List<Input$taxRankInput> ? taxes, List<Input$InstallmentInput> ? installments, Input$DiscountDtoInput? discount, String? logistic, String? project, required Input$TargetACIInput target, required String company, Input$TotalPriceInput? totalPrice, double? toPay, double? totalTax, double? totalReductions, required String currency, String? bank, required Input$SaleCustomerInput customer})
- 
          
            factory
- 
          Input$SaleIssueNoteInput.fromJson(Map<String, dynamic> data)
- 
          
            factory
Properties
- address → Input$InvoicingAddressInput?
- 
  
  no setter
- bank → String?
- 
  
  no setter
- company → String
- 
  
  no setter
- 
  copyWith
  → CopyWith$Input$SaleIssueNoteInput<Input$SaleIssueNoteInput> 
- 
  
  no setter
- currency → String
- 
  
  no setter
- customer → Input$SaleCustomerInput
- 
  
  no setter
- date → DateTime?
- 
  
  no setter
- 
  details
  → List<Input$KeyValueInput> ?
- 
  
  no setter
- discount → Input$DiscountDtoInput?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- 
  installments
  → List<Input$InstallmentInput> ?
- 
  
  no setter
- logistic → String?
- 
  
  no setter
- note → String?
- 
  
  no setter
- number → String?
- 
  
  no setter
- 
  products
  → List<Input$InvoicingProductsBundleInput> 
- 
  
  no setter
- project → String?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status → Enum$GenericInvoicingStatusEnum?
- 
  
  no setter
- target → Input$TargetACIInput
- 
  
  no setter
- 
  taxes
  → List<Input$taxRankInput> ?
- 
  
  no setter
- toPay → double?
- 
  
  no setter
- totalPrice → Input$TotalPriceInput?
- 
  
  no setter
- totalReductions → double?
- 
  
  no setter
- totalTax → double?
- 
  
  no setter
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override