Class OrbitalCaptureResponse
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.OrbitalCaptureResponse
- All Implemented Interfaces:
Serializable
public class OrbitalCaptureResponse
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
Matches the response payload structure received from the Orbital Gateway API when performing a
capture transaction against an existing authorization (ex: 'POST /capture').
- 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.inthashCode()voidsetMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidCaptures details about the order this transaction is being executed for.toString()Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
OrbitalCaptureResponse
public OrbitalCaptureResponse()
-
-
Method Details
-
getMerchant
Captures details around the platform the merchant is using. -
getOrder
Captures details about the order this transaction is being executed for. -
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
-