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
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 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.getUrl()
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.
-
Constructor Details
-
ExternalCustomerProperties
public ExternalCustomerProperties()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 customer service. -
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
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
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
Deprecated, for removal: This API element is subject to removal in a future version.The base url for an external customer service. -
setPaymentAccountsUri
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
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
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".
-