Class ExternalCreditAccountProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalCreditAccountProperties
@ConfigurationProperties("broadleaf.cartoperation.creditaccountprovider")
public class ExternalCreditAccountProperties
extends Object
Properties for interacting with an external credit account service.
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe default URI to read the credit account.The default URI to read the customer store credit account.The service client to use when calling credit account services.getUrl()
The base url for an external credit account service.void
setCreditAccountsUri
(String creditAccountsUri) The default URI to read the credit account.void
setCustomerStoreCreditAccountsUri
(String customerStoreCreditAccountsUri) The default URI to read the customer store credit account.void
setServiceClient
(String serviceClient) The service client to use when calling credit account services.void
The base url for an external credit account service.
-
Constructor Details
-
ExternalCreditAccountProperties
public ExternalCreditAccountProperties()
-
-
Method Details
-
getUrl
The base url for an external credit account service. -
getCustomerStoreCreditAccountsUri
The default URI to read the customer store credit account. -
getCreditAccountsUri
The default URI to read the credit account. -
getServiceClient
The service client to use when calling credit account services. Default is "cartopsclient". -
setUrl
The base url for an external credit account service. -
setCustomerStoreCreditAccountsUri
The default URI to read the customer store credit account. -
setCreditAccountsUri
The default URI to read the credit account. -
setServiceClient
The service client to use when calling credit account services. Default is "cartopsclient".
-