call abstract method
TRes
call({
- 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,
- List<
Enum$App> ? apps, - String? orderSubject,
- String? email,
- String? lastName,
- String? firstName,
- Input$IPhoneInput? phone,
- List<
Input$FullAddressInput> ? billingAddress,
Implementation
TRes call({
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,
List<Enum$App>? apps,
String? orderSubject,
String? email,
String? lastName,
String? firstName,
Input$IPhoneInput? phone,
List<Input$FullAddressInput>? billingAddress,
});