public interface AspspDataService
| Modifier and Type | Method and Description |
|---|---|
@NotNull Optional<AspspConsentData> |
readAspspConsentData(@NotNull String id)
Reads an AspspConsentData object by the Consent ID / Payment ID
|
boolean |
updateAspspConsentData(@NotNull AspspConsentData aspspConsentData)
Writes/Updates an AspspConsentData by the consent ID given in it
|
@NotNull @NotNull Optional<AspspConsentData> readAspspConsentData(@NotNull @NotNull String id)
id - AIS/PIIS Consent ID / Payment ID that identifies the dataAspspConsentData if consent was found. false otherwise.boolean updateAspspConsentData(@NotNull
@NotNull AspspConsentData aspspConsentData)
aspspConsentData - aspspConsentData to be puttrue if consent was found and data was updated. false otherwise.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.