Class PaymentClientMock

    • Constructor Detail

      • PaymentClientMock

        public PaymentClientMock()
    • Method Detail

      • pspUrl

        public com.hybris.charon.RawResponse<java.lang.String> pspUrl​(java.lang.String xCisClientRef,
                                                                      java.lang.String tenantId)
        Specified by:
        pspUrl in interface PaymentClient
      • deleteCustomerProfile

        public java.lang.String deleteCustomerProfile​(java.lang.String xCisClientRef,
                                                      java.lang.String tenantId,
                                                      java.lang.String profileId)
        Specified by:
        deleteCustomerProfile in interface PaymentClient
      • getHandleExternalAuthLocation

        public java.lang.String getHandleExternalAuthLocation()
      • setHandleExternalAuthLocation

        public void setHandleExternalAuthLocation​(java.lang.String handleExternalAuthLocation)
      • getCaptureLocation

        public java.lang.String getCaptureLocation()
      • setCaptureLocation

        public void setCaptureLocation​(java.lang.String captureLocation)
      • getAuthorizeWithProfileLocation

        public java.lang.String getAuthorizeWithProfileLocation()
      • setAuthorizeWithProfileLocation

        public void setAuthorizeWithProfileLocation​(java.lang.String authorizeWithProfileLocation)
      • getReverseLocation

        public java.lang.String getReverseLocation()
      • setReverseLocation

        public void setReverseLocation​(java.lang.String reverseLocation)
      • getRefundLocation

        public java.lang.String getRefundLocation()
      • setRefundLocation

        public void setRefundLocation​(java.lang.String refundLocation)
      • getAddCustomerProfileLocation

        public java.lang.String getAddCustomerProfileLocation()
      • setAddCustomerProfileLocation

        public void setAddCustomerProfileLocation​(java.lang.String addCustomerProfileLocation)
      • getUpdateCustomerProfileLocation

        public java.lang.String getUpdateCustomerProfileLocation()
      • setUpdateCustomerProfileLocation

        public void setUpdateCustomerProfileLocation​(java.lang.String updateCustomerProfileLocation)
      • getInitPaymentSessionLocation

        public java.lang.String getInitPaymentSessionLocation()
      • setInitPaymentSessionLocation

        public void setInitPaymentSessionLocation​(java.lang.String initPaymentSessionLocation)
      • getPaymentOrderSetupLocation

        public java.lang.String getPaymentOrderSetupLocation()
      • setPaymentOrderSetupLocation

        public void setPaymentOrderSetupLocation​(java.lang.String paymentOrderSetupLocation)
      • getTokenizedPaymentAuthorizationLocation

        public java.lang.String getTokenizedPaymentAuthorizationLocation()
      • setTokenizedPaymentAuthorizationLocation

        public void setTokenizedPaymentAuthorizationLocation​(java.lang.String tokenizedPaymentAuthorizationLocation)
      • getTokenizedPaymentCaptureLocation

        public java.lang.String getTokenizedPaymentCaptureLocation()
      • setTokenizedPaymentCaptureLocation

        public void setTokenizedPaymentCaptureLocation​(java.lang.String tokenizedPaymentCaptureLocation)
      • getTokenizedPaymentRefundLocation

        public java.lang.String getTokenizedPaymentRefundLocation()
      • setTokenizedPaymentRefundLocation

        public void setTokenizedPaymentRefundLocation​(java.lang.String tokenizedPaymentRefundLocation)
      • getTokenizedPaymentReverseLocation

        public java.lang.String getTokenizedPaymentReverseLocation()
      • setTokenizedPaymentReverseLocation

        public void setTokenizedPaymentReverseLocation​(java.lang.String tokenizedPaymentReverseLocation)
      • getPspUrlLocation

        public java.lang.String getPspUrlLocation()
      • setPspUrlLocation

        public void setPspUrlLocation​(java.lang.String pspUrlLocation)
      • getDeleteCustomerProfileLocation

        public java.lang.String getDeleteCustomerProfileLocation()
      • setDeleteCustomerProfileLocation

        public void setDeleteCustomerProfileLocation​(java.lang.String deleteCustomerProfileLocation)