getAddAccountQrState method

Возвращает статус привязки счета Покупателя по магазину

Implementation

Future<GetAddAccountQrStateResponse> getAddAccountQrState(
  GetAddAccountQrStateRequest request,
) =>
    _network(
      request,
      (Map<String, dynamic> json) =>
          GetAddAccountQrStateResponse.fromJson(json),
    );