CopyWith$Input$QuotationUpdateInput<TRes> class abstract

Properties

address CopyWith$Input$InvoicingAddressInput<TRes>
no setter
conversion CopyWith$Input$QuotationConversionInput<TRes>
no setter
customer CopyWith$Input$SaleCustomerInput<TRes>
no setter
discount CopyWith$Input$DiscountDtoInput<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
totalPrice CopyWith$Input$TotalPriceInput<TRes>
no setter

Methods

call({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, String? id}) → TRes
details(Iterable<Input$KeyValueInput>? _fn(Iterable<CopyWith$Input$KeyValueInput<Input$KeyValueInput>>?)) → TRes
installments(Iterable<Input$InstallmentInput>? _fn(Iterable<CopyWith$Input$InstallmentInput<Input$InstallmentInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
products(Iterable<Input$InvoicingProductsBundleInput>? _fn(Iterable<CopyWith$Input$InvoicingProductsBundleInput<Input$InvoicingProductsBundleInput>>?)) → TRes
taxes(Iterable<Input$taxRankInput>? _fn(Iterable<CopyWith$Input$taxRankInput<Input$taxRankInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited