Class SavedPaymentMethodConfigurationProperties

java.lang.Object
com.broadleafcommerce.paymenttransaction.service.autoconfigure.SavedPaymentMethodConfigurationProperties

@ConfigurationProperties("broadleaf.paymenttransaction.saved-payment-method") @Deprecated(since="1.0.2", forRemoval=true) public class SavedPaymentMethodConfigurationProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.2. In the future, the option of using CustomerServices as saved payment method storage location will be removed, therefore these properties will no longer be needed.
Configuration properties for general saved payment method properties and behavior.
  • 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
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents the service that handles the persistence of the saved payments.
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStorageLocation(String storageLocation)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents the service that handles the persistence of the saved payments.
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SavedPaymentMethodConfigurationProperties

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

    • getStorageLocation

      public String getStorageLocation()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Represents the service that handles the persistence of the saved payments.
      See Also:
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Represents the service that handles the persistence of the saved payments.
      See Also:
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object