call abstract method

TRes call({
  1. String? notes,
  2. Enum$OrderTypeEnum? orderType,
  3. List<Input$InstallmentInput>? installments,
  4. Input$MarketPlaceOrderDtoFeesInput? fees,
  5. List<Input$MarketPlaceOrderDtoExtraFeesInput>? extraFees,
  6. Input$FullAddressInput? deliveryAddress,
  7. DateTime? orderTime,
  8. Input$DiscountDtoInput? discount,
  9. List<Input$CartProductInput>? products,
  10. Input$CurrencyIdNameType? currency,
  11. Input$TargetACIInput? target,
  12. Enum$UserEventsSourceEnum? source,
  13. List<Enum$App>? apps,
  14. String? orderSubject,
  15. String? email,
  16. String? lastName,
  17. String? firstName,
  18. Input$IPhoneInput? phone,
  19. 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,
});