call abstract method

TRes call({
  1. String? number,
  2. DateTime? date,
  3. String? note,
  4. List<Input$KeyValueInput>? details,
  5. List<Input$InvoicingProductsBundleInput>? products,
  6. Enum$GenericInvoicingStatusEnum? status,
  7. Input$InvoicingAddressInput? address,
  8. List<Input$taxRankInput>? taxes,
  9. List<Input$InstallmentInput>? installments,
  10. Input$DiscountDtoInput? discount,
  11. String? logistic,
  12. String? project,
  13. Input$TargetACIInput? target,
  14. String? company,
  15. Input$TotalPriceInput? totalPrice,
  16. String? toPay,
  17. String? totalTax,
  18. String? totalReductions,
  19. String? currency,
  20. String? bank,
  21. Input$SaleCustomerInput? customer,
  22. Input$SaleOrderConversionInput? conversion,
  23. Input$SaleOrderOriginInput? origin,
})

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,
  Input$SaleOrderConversionInput? conversion,
  Input$SaleOrderOriginInput? origin,
});