Class OrbitalGatewayProviderGlobalProperties
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.orbital.external.autoconfigure.OrbitalGatewayProviderGlobalProperties
@ConfigurationProperties("broadleaf.chase-payment.orbital-gateway.provider.global")
public class OrbitalGatewayProviderGlobalProperties
extends Object
Configuration properties configuring
OrbitalGatewayProvider that are not discriminated by
context.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe relative path for the capture operation.The relative path for the create payments operation.The feature version of the Orbital API to use.The primary base URL at which the Chase Orbital API is located.The secondary base URL at which the Chase Orbital API is located.The relative path for the refund operation.The relative path for the reversal operation.inthashCode()booleanIf enabled, then API requests will target the primary base API URL.voidsetCapturePath(String capturePath) The relative path for the capture operation.voidsetCreatePaymentsPath(String createPaymentsPath) The relative path for the create payments operation.voidsetOrbitalApiFeatureVersion(String orbitalApiFeatureVersion) The feature version of the Orbital API to use.voidsetOrbitalPrimaryBaseApiUrl(String orbitalPrimaryBaseApiUrl) The primary base URL at which the Chase Orbital API is located.voidsetOrbitalSecondaryBaseApiUrl(String orbitalSecondaryBaseApiUrl) The secondary base URL at which the Chase Orbital API is located.voidsetRefundPath(String refundPath) The relative path for the refund operation.voidsetReversalPath(String reversalPath) The relative path for the reversal operation.voidsetUsePrimaryBaseApiUrl(boolean usePrimaryBaseApiUrl) If enabled, then API requests will target the primary base API URL.toString()
-
Constructor Details
-
OrbitalGatewayProviderGlobalProperties
public OrbitalGatewayProviderGlobalProperties()
-
-
Method Details
-
getOrbitalApiFeatureVersion
The feature version of the Orbital API to use. This value should only be changed cautiously. Chase documents releases here -
isUsePrimaryBaseApiUrl
public boolean isUsePrimaryBaseApiUrl()If enabled, then API requests will target the primary base API URL. Otherwise, API requests will target the secondary base API URL. This can be useful for system administrators to change the destination of API requests in case of an outage with the primary URL. -
getOrbitalPrimaryBaseApiUrl
The primary base URL at which the Chase Orbital API is located. The default value is for the integration testing environment. -
getOrbitalSecondaryBaseApiUrl
The secondary base URL at which the Chase Orbital API is located. The default value is for the integration testing environment. This can be used as a failover in case the primary URL is unavailable. -
getCreatePaymentsPath
The relative path for the create payments operation. -
getCapturePath
The relative path for the capture operation. -
getRefundPath
The relative path for the refund operation. -
getReversalPath
The relative path for the reversal operation. -
setOrbitalApiFeatureVersion
The feature version of the Orbital API to use. This value should only be changed cautiously. Chase documents releases here -
setUsePrimaryBaseApiUrl
public void setUsePrimaryBaseApiUrl(boolean usePrimaryBaseApiUrl) If enabled, then API requests will target the primary base API URL. Otherwise, API requests will target the secondary base API URL. This can be useful for system administrators to change the destination of API requests in case of an outage with the primary URL. -
setOrbitalPrimaryBaseApiUrl
The primary base URL at which the Chase Orbital API is located. The default value is for the integration testing environment. -
setOrbitalSecondaryBaseApiUrl
The secondary base URL at which the Chase Orbital API is located. The default value is for the integration testing environment. This can be used as a failover in case the primary URL is unavailable. -
setCreatePaymentsPath
The relative path for the create payments operation. -
setCapturePath
The relative path for the capture operation. -
setRefundPath
The relative path for the refund operation. -
setReversalPath
The relative path for the reversal operation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-