Class ExternalPaymentProperties
- java.lang.Object
 - 
- com.broadleafcommerce.orderoperation.service.provider.external.ExternalPaymentProperties
 
 
- 
@ConfigurationProperties("broadleaf.orderoperation.paymentprovider") public class ExternalPaymentProperties extends Object 
- 
- 
Constructor Summary
Constructors Constructor Description ExternalPaymentProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCaptureUri()The URI path for capture transaction executions.StringgetLockPaymentsUri()The URI path for locking multiple payments.StringgetPaymentsUri()The URI path for basic CRUD operations on payments and basic transaction executions on payments.StringgetRefundUri()The URI path for refund transaction executions.StringgetReverseAuthorizeUri()The URI path for reverse authorize transaction executions.StringgetServiceClient()The service client to use when calling payment management services.StringgetUnlockPaymentsUri()The URI path for locking multiple payments.StringgetUrl()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.voidsetUrl(String url)The base url for an external payment management service.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getUrl
public String getUrl()
The base url for an external payment management service. 
- 
getPaymentsUri
public String getPaymentsUri()
The URI path for basic CRUD operations on payments and basic transaction executions on payments. 
- 
getLockPaymentsUri
public String getLockPaymentsUri()
The URI path for locking multiple payments. 
- 
getUnlockPaymentsUri
public String getUnlockPaymentsUri()
The URI path for locking multiple payments. 
- 
getCaptureUri
public String getCaptureUri()
The URI path for capture transaction executions. 
- 
getReverseAuthorizeUri
public String getReverseAuthorizeUri()
The URI path for reverse authorize transaction executions. 
- 
getRefundUri
public String getRefundUri()
The URI path for refund transaction executions. 
- 
getServiceClient
public String getServiceClient()
The service client to use when calling payment management services. Default is "orderopsclient". 
- 
setUrl
public void setUrl(String url)
The base url for an external payment management service. 
- 
setPaymentsUri
public void setPaymentsUri(String paymentsUri)
The URI path for basic CRUD operations on payments and basic transaction executions on payments. 
- 
setLockPaymentsUri
public void setLockPaymentsUri(String lockPaymentsUri)
The URI path for locking multiple payments. 
- 
setUnlockPaymentsUri
public void setUnlockPaymentsUri(String unlockPaymentsUri)
The URI path for locking multiple payments. 
- 
setCaptureUri
public void setCaptureUri(String captureUri)
The URI path for capture transaction executions. 
- 
setReverseAuthorizeUri
public void setReverseAuthorizeUri(String reverseAuthorizeUri)
The URI path for reverse authorize transaction executions. 
- 
setRefundUri
public void setRefundUri(String refundUri)
The URI path for refund transaction executions. 
- 
setServiceClient
public void setServiceClient(String serviceClient)
The service client to use when calling payment management services. Default is "orderopsclient". 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -