call abstract method

TRes call({
  1. String? article,
  2. String? label,
  3. String? description,
  4. double? price,
  5. double? total,
  6. List<Input$ProductTaxesInput>? taxes,
  7. int? quantity,
  8. Input$DiscountDtoInput? discount,
  9. Input$RentalRefInput? rent,
})

Implementation

TRes call({
  String? article,
  String? label,
  String? description,
  double? price,
  double? total,
  List<Input$ProductTaxesInput>? taxes,
  int? quantity,
  Input$DiscountDtoInput? discount,
  Input$RentalRefInput? rent,
});