call abstract method
TRes
call({
- String? article,
- String? label,
- String? description,
- double? price,
- double? total,
- List<
Input$ProductTaxesInput> ? taxes, - int? quantity,
- Input$DiscountDtoInput? discount,
- 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,
});