Interface CisSapDigitalPaymentFacade
-
- All Known Implementing Classes:
DefaultCisSapDigitalPaymentFacade
public interface CisSapDigitalPaymentFacadeHOP facade interface. Facade is responsible for getting all necessary information required to build request and .. response from the implemented hosted order page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPaymentAddressToCart(AddressData paymentAddress)Add the payment address to the cartjava.lang.StringgetSapDigitalPaymentRegisterCardSession()Gets the sap-digital-payment-card-registration-session-id from the session.voidremoveSapDigitalPaymentRegisterCardSession()Removes the sap-digital-payment-card-registration-session-id from the session.
-
-
-
Method Detail
-
getSapDigitalPaymentRegisterCardSession
java.lang.String getSapDigitalPaymentRegisterCardSession()
Gets the sap-digital-payment-card-registration-session-id from the session.- Returns:
- sap-digital-payment-card-registration-session-id set in session
-
removeSapDigitalPaymentRegisterCardSession
void removeSapDigitalPaymentRegisterCardSession()
Removes the sap-digital-payment-card-registration-session-id from the session.
-
addPaymentAddressToCart
void addPaymentAddressToCart(AddressData paymentAddress)
Add the payment address to the cart- Parameters:
paymentAddress- - payment address to be added to the cart
-
-