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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
hashCode()
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.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SavedPaymentMethodConfigurationProperties
public SavedPaymentMethodConfigurationProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
canEqual
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. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-