Input$QuotationUpdateInput class

Constructors

Input$QuotationUpdateInput({String? number, DateTime? date, String? note, List<Input$KeyValueInput>? details, 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, Input$TargetACIInput? target, String? company, Input$TotalPriceInput? totalPrice, String? toPay, String? totalTax, String? totalReductions, String? currency, String? bank, Input$SaleCustomerInput? customer, Input$QuotationConversionInput? conversion, required String id})
factory
Input$QuotationUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

address Input$InvoicingAddressInput?
no setter
bank String?
no setter
company String?
no setter
conversion Input$QuotationConversionInput?
no setter
copyWith CopyWith$Input$QuotationUpdateInput<Input$QuotationUpdateInput>
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
id String
no setter
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 String?
no setter
totalPrice Input$TotalPriceInput?
no setter
totalReductions String?
no setter
totalTax String?
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