Class ExternalPaymentProperties

java.lang.Object
com.broadleafcommerce.customer.service.provider.external.ExternalPaymentProperties

@ConfigurationProperties("broadleaf.customer.paymentprovider") @Deprecated(since="1.7.2", forRemoval=true) public class ExternalPaymentProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.7.2, in favor of using PaymentTransactionServices as saved payment method storage location.
Properties for interacting with an external payment transaction service.
Author:
Chris Kittrell (ckittrell)
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The URI path for reading payments, including sensitive data.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The service client to use when calling payment transaction services.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The base url for an external payment transaction service.
    void
    setSensitivePaymentsUri(String sensitivePaymentsUri)
    Deprecated, for removal: This API element is subject to removal in a future version.
    The URI path for reading payments, including sensitive data.
    void
    setServiceClient(String serviceClient)
    Deprecated, for removal: This API element is subject to removal in a future version.
    The service client to use when calling payment transaction services.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    The base url for an external payment transaction service.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExternalPaymentProperties

      public ExternalPaymentProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUrl

      public String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The base url for an external payment transaction service.
    • getSensitivePaymentsUri

      public String getSensitivePaymentsUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The URI path for reading payments, including sensitive data.
    • getServiceClient

      public String getServiceClient()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The service client to use when calling payment transaction services. Default is "cartopsclient".
    • setUrl

      public void setUrl(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The base url for an external payment transaction service.
    • setSensitivePaymentsUri

      public void setSensitivePaymentsUri(String sensitivePaymentsUri)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The URI path for reading payments, including sensitive data.
    • setServiceClient

      public void setServiceClient(String serviceClient)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The service client to use when calling payment transaction services. Default is "cartopsclient".