call abstract method

TRes call({
  1. Input$TargetACIInput? target,
  2. String? url,
  3. String? username,
  4. String? password,
  5. Enum$ErpIntegrationCycleEnum? recurrence,
  6. Enum$ErpVendorEnum? vendor,
  7. bool? active,
  8. String? id,
})

Implementation

TRes call({
  Input$TargetACIInput? target,
  String? url,
  String? username,
  String? password,
  Enum$ErpIntegrationCycleEnum? recurrence,
  Enum$ErpVendorEnum? vendor,
  bool? active,
  String? id,
});