Class ExternalCustomerProperties

java.lang.Object
com.broadleafcommerce.paymenttransaction.service.provider.external.ExternalCustomerProperties

@ConfigurationProperties("broadleaf.paymenttransaction.customerprovider") @Deprecated(since="1.0.2", forRemoval=true) public class ExternalCustomerProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.2, in favor of using PaymentTransactionServices to manage saved payment methods.
Properties for interacting with an external customer 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 basic CRUD operations on payment accounts.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The service client to use when calling customer services.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The URI path for updating payment account's latest transaction data.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The base url for an external customer service.
    void
    setPaymentAccountsUri(String paymentAccountsUri)
    Deprecated, for removal: This API element is subject to removal in a future version.
    The URI path for basic CRUD operations on payment accounts.
    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 customer services.
    void
    setUpdateTransactionDataUri(String updateTransactionDataUri)
    Deprecated, for removal: This API element is subject to removal in a future version.
    The URI path for updating payment account's latest transaction data.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    The base url for an external customer service.

    Methods inherited from class java.lang.Object

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

    • ExternalCustomerProperties

      public ExternalCustomerProperties()
      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 customer service.
    • getPaymentAccountsUri

      public String getPaymentAccountsUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The URI path for basic CRUD operations on payment accounts.
    • getUpdateTransactionDataUri

      public String getUpdateTransactionDataUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The URI path for updating payment account's latest transaction 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 customer services. Default is "paymenttransactionclient".
    • 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 customer service.
    • setPaymentAccountsUri

      public void setPaymentAccountsUri(String paymentAccountsUri)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The URI path for basic CRUD operations on payment accounts.
    • setUpdateTransactionDataUri

      public void setUpdateTransactionDataUri(String updateTransactionDataUri)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The URI path for updating payment account's latest transaction 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 customer services. Default is "paymenttransactionclient".