@Service public class AspspProfileService extends Object
| Constructor and Description |
|---|
AspspProfileService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAisRedirectUrlToAspsp()
Read Ais redirect url to Aspsp
|
List<BookingStatus> |
getAvailableBookingStatuses()
Read list of available booking statuses
|
List<String> |
getAvailablePaymentProducts()
Read List of available payment products
|
List<String> |
getAvailablePaymentTypes()
Read List of available payment types
|
int |
getFrequencyPerDay()
Read frequency per day
|
MulticurrencyAccountLevel |
getMulticurrencyAccountLevel()
Read supported multicurrency account levels
|
String |
getPisRedirectUrlToAspsp()
Read Pis redirect url to Aspsp
|
ScaApproach |
getScaApproach()
Read sca approach method
|
boolean |
isCombinedServiceIndicator()
Read combined service indicator
|
boolean |
isTppSignatureRequired()
Read if tpp signature is required or not
|
void |
updateAisRedirectUrlToAspsp(String redirectUrlToAspsp)
Update Ais redirect url to aspsp
|
void |
updateAvailableBookingStatuses(List<BookingStatus> availableBookingStatuses)
Update list of available booking statuses
|
void |
updateAvailablePaymentProducts(List<String> availablePaymentProducts)
Update available payment types
|
void |
updateAvailablePaymentTypes(List<String> availablePaymentTypes)
Update available payment availablePaymentTypes
|
void |
updateCombinedServiceIndicator(boolean combinedServiceIndicator)
Update combined service indicator
|
void |
updateFrequencyPerDay(int frequencyPerDay)
Update frequency per day
|
void |
updateMulticurrencyAccountLevel(MulticurrencyAccountLevel multicurrencyAccountLevel)
Update value of supported multicurrency account levels
|
void |
updatePisRedirectUrlToAspsp(String redirectUrlToAspsp)
Update Pis redirect url to aspsp
|
void |
updateScaApproach(ScaApproach scaApproach)
Update sca approach
|
void |
updateTppSignatureRequired(boolean tppSignatureRequired)
Update if tpp signature is required or not
|
public int getFrequencyPerDay()
public void updateFrequencyPerDay(int frequencyPerDay)
frequencyPerDay - the new value of frequencyPerDaypublic boolean isCombinedServiceIndicator()
public void updateCombinedServiceIndicator(boolean combinedServiceIndicator)
combinedServiceIndicator - the new value of combinedServiceIndicatorpublic List<String> getAvailablePaymentProducts()
public void updateAvailablePaymentProducts(List<String> availablePaymentProducts)
availablePaymentProducts - List of payment product valuespublic List<String> getAvailablePaymentTypes()
public void updateAvailablePaymentTypes(List<String> availablePaymentTypes)
availablePaymentTypes - List of payment type valuespublic ScaApproach getScaApproach()
public void updateScaApproach(ScaApproach scaApproach)
scaApproach - the new value of scaApproachpublic boolean isTppSignatureRequired()
public void updateTppSignatureRequired(boolean tppSignatureRequired)
tppSignatureRequired - the new value of tppSignatureRequiredpublic String getPisRedirectUrlToAspsp()
public void updatePisRedirectUrlToAspsp(String redirectUrlToAspsp)
redirectUrlToAspsp - the new value of Pis redirectUrlToAspsppublic String getAisRedirectUrlToAspsp()
public void updateAisRedirectUrlToAspsp(String redirectUrlToAspsp)
redirectUrlToAspsp - the new value of Ais redirectUrlToAspsppublic MulticurrencyAccountLevel getMulticurrencyAccountLevel()
public void updateMulticurrencyAccountLevel(MulticurrencyAccountLevel multicurrencyAccountLevel)
multicurrencyAccountLevel - new value of supported multicurrency account levelspublic List<BookingStatus> getAvailableBookingStatuses()
public void updateAvailableBookingStatuses(List<BookingStatus> availableBookingStatuses)
availableBookingStatuses - new value of available booking statusesCopyright © 2018 Pivotal Software, Inc.. All rights reserved.