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
Constructors -
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.voidsetCreditAccountsUri(String creditAccountsUri) The default URI to read the credit account.voidsetCustomerStoreCreditAccountsUri(String customerStoreCreditAccountsUri) The default URI to read the customer store credit account.voidsetServiceClient(String serviceClient) The service client to use when calling credit account services.voidThe 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".
-