Class NspkC2bResponse
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NspkC2bResponse implements Serializable
Created by i.golovachev Ответ на запрос https://qr.nspk.ru/proxyapp/c2bmembers.json представляет список приложений для взаимодействия с СБП 182 организации и 181 приложение на момент version - 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNspkC2bResponse.NspkAppInfoИнформация о приложении банка
-
Field Summary
Fields Modifier and Type Field Description private final Stringversionprivate final List<NspkC2bResponse.NspkAppInfo>dictionary
-
Constructor Summary
Constructors Constructor Description NspkC2bResponse(String version, List<NspkC2bResponse.NspkAppInfo> dictionary)
-
Method Summary
Modifier and Type Method Description final StringgetVersion()final List<NspkC2bResponse.NspkAppInfo>getDictionary()-
-
Constructor Detail
-
NspkC2bResponse
NspkC2bResponse(String version, List<NspkC2bResponse.NspkAppInfo> dictionary)
- Parameters:
version-версия справочника
dictionary-список приложений
-
-
Method Detail
-
getVersion
final String getVersion()
-
getDictionary
final List<NspkC2bResponse.NspkAppInfo> getDictionary()
-
-
-
-