| Package | Description |
|---|---|
| de.adorsys.psd2.consent.api | |
| de.adorsys.psd2.consent.api.service |
| Modifier and Type | Method and Description |
|---|---|
static CmsAuthorisationType |
CmsAuthorisationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmsAuthorisationType[] |
CmsAuthorisationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CreatePisConsentAuthorisationResponse> |
PisConsentService.createAuthorization(String paymentId,
CmsAuthorisationType authorizationType,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)
Creates consent authorization
|
Optional<CreatePisConsentAuthorisationResponse> |
PisConsentService.createAuthorizationCancellation(String paymentId,
CmsAuthorisationType authorizationType,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)
Creates consent authorization cancellation
|
Optional<List<String>> |
PisConsentService.getAuthorisationsByPaymentId(String paymentId,
CmsAuthorisationType authorisationType)
Gets list of payment authorisation IDs by payment ID and authorisation type
|
Copyright © 2018. All rights reserved.