Class EmvInfo
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.EmvInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGeographic latitude and longitude coordinates of the device at the time of transaction.inthashCode()voidsetLatitudeLongitude(String latitudeLongitude) Geographic latitude and longitude coordinates of the device at the time of transaction.toString()Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
EmvInfo
public EmvInfo()
-
-
Method Details
-
getLatitudeLongitude
Geographic latitude and longitude coordinates of the device at the time of transaction. Only used in wallet transactions by the gateway to generate a map on receipts. -
setLatitudeLongitude
Geographic latitude and longitude coordinates of the device at the time of transaction. Only used in wallet transactions by the gateway to generate a map on receipts. -
equals
- Overrides:
equalsin classAbstractAdditionalPropertiesAwareDTO
-
canEqual
- Overrides:
canEqualin classAbstractAdditionalPropertiesAwareDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAdditionalPropertiesAwareDTO
-
toString
- Overrides:
toStringin classAbstractAdditionalPropertiesAwareDTO
-