Class OrbitalRefundResponse
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.OrbitalRefundResponse
- All Implemented Interfaces:
Serializable
public class OrbitalRefundResponse
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
Matches the response payload structure received from the Orbital Gateway API when performing a
refund transaction (ex: 'POST /refund').
- 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 transaction type.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.voidsetTransType(String transType) The transaction type.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
-
OrbitalRefundResponse
public OrbitalRefundResponse()
-
-
Method Details
-
getVersion
The feature version of the Orbital API. -
getTransType
The transaction type.- See Also:
-
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. -
setTransType
The transaction type.- See Also:
-
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
-