Class ExternalPaymentProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalPaymentProperties
@ConfigurationProperties("broadleaf.orderoperation.paymentprovider")
public class ExternalPaymentProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The URI path for capture transaction executions.The URI path for locking multiple payments.The URI path for basic CRUD operations on payments and basic transaction executions on payments.The URI path for refund transaction executions.The URI path for reverse authorize transaction executions.The service client to use when calling payment management services.The URI path for locking multiple payments.getUrl()
The base url for an external payment management service.int
hashCode()
void
setCaptureUri
(String captureUri) The URI path for capture transaction executions.void
setLockPaymentsUri
(String lockPaymentsUri) The URI path for locking multiple payments.void
setPaymentsUri
(String paymentsUri) The URI path for basic CRUD operations on payments and basic transaction executions on payments.void
setRefundUri
(String refundUri) The URI path for refund transaction executions.void
setReverseAuthorizeUri
(String reverseAuthorizeUri) The URI path for reverse authorize transaction executions.void
setServiceClient
(String serviceClient) The service client to use when calling payment management services.void
setUnlockPaymentsUri
(String unlockPaymentsUri) The URI path for locking multiple payments.void
The base url for an external payment management service.toString()
-
Constructor Details
-
ExternalPaymentProperties
public ExternalPaymentProperties()
-
-
Method Details
-
getUrl
The base url for an external payment management service. -
getPaymentsUri
The URI path for basic CRUD operations on payments and basic transaction executions on payments. -
getLockPaymentsUri
The URI path for locking multiple payments. -
getUnlockPaymentsUri
The URI path for locking multiple payments. -
getCaptureUri
The URI path for capture transaction executions. -
getReverseAuthorizeUri
The URI path for reverse authorize transaction executions. -
getRefundUri
The URI path for refund transaction executions. -
getServiceClient
The service client to use when calling payment management services. Default is "orderopsclient". -
setUrl
The base url for an external payment management service. -
setPaymentsUri
The URI path for basic CRUD operations on payments and basic transaction executions on payments. -
setLockPaymentsUri
The URI path for locking multiple payments. -
setUnlockPaymentsUri
The URI path for locking multiple payments. -
setCaptureUri
The URI path for capture transaction executions. -
setReverseAuthorizeUri
The URI path for reverse authorize transaction executions. -
setRefundUri
The URI path for refund transaction executions. -
setServiceClient
The service client to use when calling payment management services. Default is "orderopsclient". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-