Class OrbitalReversalRequest
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.OrbitalReversalRequest
- All Implemented Interfaces:
Serializable
public class OrbitalReversalRequest
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
Matches the request payload structure expected by the Orbital Gateway API when performing a
reversal transaction (ex: 'POST /reversal').
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCaptures details around the platform the merchant is using.getOrder()Captures details about the order this transaction is being executed for.The feature version of the Orbital API.inthashCode()voidsetMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidCaptures details about the order this transaction is being executed for.voidsetVersion(String version) The feature version of the Orbital API.toString()Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
OrbitalReversalRequest
public OrbitalReversalRequest()
-
-
Method Details
-
getVersion
The feature version of the Orbital API. -
getMerchant
Captures details around the platform the merchant is using. -
getOrder
Captures details about the order this transaction is being executed for. -
setVersion
The feature version of the Orbital API. -
setMerchant
Captures details around the platform the merchant is using. -
setOrder
Captures details about the order this transaction is being executed for. -
equals
- Overrides:
equalsin classAbstractAdditionalPropertiesAwareDTO
-
canEqual
- Overrides:
canEqualin classAbstractAdditionalPropertiesAwareDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAdditionalPropertiesAwareDTO
-
toString
- Overrides:
toStringin classAbstractAdditionalPropertiesAwareDTO
-