call abstract method

TRes call({
  1. String? name,
  2. String? code,
  3. String? bic,
  4. Input$FullAddressInput? address,
})

Implementation

TRes call({
  String? name,
  String? code,
  String? bic,
  Input$FullAddressInput? address,
  Input$BrowserLogoInput? logo,
});