Class MerchantInitiatedTransaction
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.MerchantInitiatedTransaction
- All Implemented Interfaces:
Serializable
public class MerchantInitiatedTransaction
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIndicates that the cardholder credentials are on file with the merchant.inthashCode()voidsetMitMsgType(String mitMsgType) voidsetMitStoredCredentialInd(String mitStoredCredentialInd) Indicates that the cardholder credentials are on file with the merchant.toString()Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
MerchantInitiatedTransaction
public MerchantInitiatedTransaction()
-
-
Method Details
-
getMitMsgType
- See Also:
-
getMitStoredCredentialInd
Indicates that the cardholder credentials are on file with the merchant. 'Y' if so, 'N' otherwise. -
setMitMsgType
- See Also:
-
setMitStoredCredentialInd
Indicates that the cardholder credentials are on file with the merchant. 'Y' if so, 'N' otherwise. -
equals
- Overrides:
equalsin classAbstractAdditionalPropertiesAwareDTO
-
canEqual
- Overrides:
canEqualin classAbstractAdditionalPropertiesAwareDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAdditionalPropertiesAwareDTO
-
toString
- Overrides:
toStringin classAbstractAdditionalPropertiesAwareDTO
-