call abstract method
TRes
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,
Implementation
TRes 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,
});