call abstract method
TRes
call({
- List<
Input$MarketPlaceOrderShoppingCartProductControllerInput> ? products, - Input$ReduciblePriceInput? taxValue,
- Input$MarketPlaceOrderPriceInput? price,
- Input$DiscountDtoInput? discount,
Implementation
TRes call({
List<Input$MarketPlaceOrderShoppingCartProductControllerInput>? products,
Input$ReduciblePriceInput? taxValue,
Input$MarketPlaceOrderPriceInput? price,
Input$DiscountDtoInput? discount,
});