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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.getUrl()
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.
-
Constructor Details
-
ExternalPaymentProperties
public ExternalPaymentProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.The URI path for reading payments, including sensitive data. -
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
Deprecated, for removal: This API element is subject to removal in a future version.The base url for an external payment transaction service. -
setSensitivePaymentsUri
Deprecated, for removal: This API element is subject to removal in a future version.The URI path for reading payments, including sensitive data. -
setServiceClient
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".
-