Input$PurchaseInvoiceInput class
Constructors
-
Input$PurchaseInvoiceInput({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, String? toPay, String? totalTax, String? totalReductions, required String currency, String? bank, Input$PurchaseSupplierInput? supplier, Input$PurchaseInvoiceOriginInput? origin}) -
factory
-
Input$PurchaseInvoiceInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- address → Input$InvoicingAddressInput?
-
no setter
- bank → String?
-
no setter
- company → String
-
no setter
-
copyWith
→ CopyWith$Input$PurchaseInvoiceInput<
Input$PurchaseInvoiceInput> -
no setter
- currency → String
-
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
- origin → Input$PurchaseInvoiceOriginInput?
-
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
- supplier → Input$PurchaseSupplierInput?
-
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