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, - String? currency,
- Input$TargetACIInput? target,
- List<
Enum$App> ? apps, - String? userSubject,
- String? orderSubject,
- String? email,
- String? password,
- String? lastName,
- String? firstName,
- List<
Enum$UserRole> ? roles, - Input$IPhoneInput? phone,
- List<
Input$FullAddressInput> ? shippingAddress,
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,
String? currency,
Input$TargetACIInput? target,
List<Enum$App>? apps,
String? userSubject,
String? orderSubject,
String? email,
String? password,
String? lastName,
String? firstName,
List<Enum$UserRole>? roles,
Input$IPhoneInput? phone,
List<Input$FullAddressInput>? shippingAddress,
});