Class HPSProviderGlobalProperties
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.hps.provider.autoconfigure.HPSProviderGlobalProperties
@ConfigurationProperties("broadleaf.chase-payment.hps.provider.global")
public class HPSProviderGlobalProperties
extends Object
Configuration properties configuring
HPSProvider that are not discriminated by context.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe relative path at which a frontend can provide the UID and request the actual HPF form (ex: in an iFrame).The base URL at which the Chase Hosted Payment Solutions API is located.The relative path for the UID Init API operation.The relative path for the UID Query API operation.inthashCode()voidsetHpfRequestPath(String hpfRequestPath) The relative path at which a frontend can provide the UID and request the actual HPF form (ex: in an iFrame).voidsetHpsBaseApiUrl(String hpsBaseApiUrl) The base URL at which the Chase Hosted Payment Solutions API is located.voidsetOrderAbstractionUidInitPath(String orderAbstractionUidInitPath) The relative path for the UID Init API operation.voidsetOrderAbstractionUidQueryPath(String orderAbstractionUidQueryPath) The relative path for the UID Query API operation.toString()
-
Constructor Details
-
HPSProviderGlobalProperties
public HPSProviderGlobalProperties()
-
-
Method Details
-
getHpsBaseApiUrl
The base URL at which the Chase Hosted Payment Solutions API is located. The default value is the HPS 3.0 Testing Environment. -
getOrderAbstractionUidInitPath
The relative path for the UID Init API operation. -
getOrderAbstractionUidQueryPath
The relative path for the UID Query API operation. -
getHpfRequestPath
The relative path at which a frontend can provide the UID and request the actual HPF form (ex: in an iFrame). -
setHpsBaseApiUrl
The base URL at which the Chase Hosted Payment Solutions API is located. The default value is the HPS 3.0 Testing Environment. -
setOrderAbstractionUidInitPath
The relative path for the UID Init API operation. -
setOrderAbstractionUidQueryPath
The relative path for the UID Query API operation. -
setHpfRequestPath
The relative path at which a frontend can provide the UID and request the actual HPF form (ex: in an iFrame). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-