call abstract method
TRes
call({
- String? user,
- String? notes,
- Enum$OrderTypeEnum? orderType,
- List<
Input$InstallmentInput> ? installments, - Input$MarketPlaceOrderDtoFeesInput? fees,
- List<
Input$MarketPlaceOrderDtoExtraFeesInput> ? extraFees, - Input$FullAddressInput? deliveryAddress,
- DateTime? orderTime,
- Input$DiscountDtoInput? discount,
- List<
Input$CartProductInput> ? products, - Input$CurrencyIdNameType? currency,
- Input$TargetACIInput? target,
- Enum$UserEventsSourceEnum? source,
Implementation
TRes call({
String? user,
String? notes,
Enum$OrderTypeEnum? orderType,
List<Input$InstallmentInput>? installments,
Input$MarketPlaceOrderDtoFeesInput? fees,
List<Input$MarketPlaceOrderDtoExtraFeesInput>? extraFees,
Input$FullAddressInput? deliveryAddress,
DateTime? orderTime,
Input$DiscountDtoInput? discount,
List<Input$CartProductInput>? products,
Input$CurrencyIdNameType? currency,
Input$TargetACIInput? target,
Enum$UserEventsSourceEnum? source,
});