Class ExternalPaymentProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalPaymentProperties
@ConfigurationProperties("broadleaf.orderoperation.paymentprovider")
public class ExternalPaymentProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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.inthashCode()voidsetCaptureUri(String captureUri) The URI path for capture transaction executions.voidsetLockPaymentsUri(String lockPaymentsUri) The URI path for locking multiple payments.voidsetPaymentsUri(String paymentsUri) The URI path for basic CRUD operations on payments and basic transaction executions on payments.voidsetRefundUri(String refundUri) The URI path for refund transaction executions.voidsetReverseAuthorizeUri(String reverseAuthorizeUri) The URI path for reverse authorize transaction executions.voidsetServiceClient(String serviceClient) The service client to use when calling payment management services.voidsetUnlockPaymentsUri(String unlockPaymentsUri) The URI path for locking multiple payments.voidThe 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
-