Interface CisSapDigitalPaymentFacade

  • All Known Implementing Classes:
    DefaultCisSapDigitalPaymentFacade

    public interface CisSapDigitalPaymentFacade
    HOP facade interface. Facade is responsible for getting all necessary information required to build request and .. response from the implemented hosted order page.
    • 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