Class UseProfilePaymentInstrument
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.UseProfilePaymentInstrument
- All Implemented Interfaces:
Serializable
public class UseProfilePaymentInstrument
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThis is the 'customerRefNum' used to identify the existing Chase Orbital Profile that should be used to transact.inthashCode()voidsetUseCustomerRefNum(String useCustomerRefNum) This is the 'customerRefNum' used to identify the existing Chase Orbital Profile that should be used to transact.toString()Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
UseProfilePaymentInstrument
public UseProfilePaymentInstrument()
-
-
Method Details
-
getUseCustomerRefNum
This is the 'customerRefNum' used to identify the existing Chase Orbital Profile that should be used to transact. -
setUseCustomerRefNum
This is the 'customerRefNum' used to identify the existing Chase Orbital Profile that should be used to transact. -
equals
- Overrides:
equalsin classAbstractAdditionalPropertiesAwareDTO
-
canEqual
- Overrides:
canEqualin classAbstractAdditionalPropertiesAwareDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAdditionalPropertiesAwareDTO
-
toString
- Overrides:
toStringin classAbstractAdditionalPropertiesAwareDTO
-