Class OrbitalCreatePaymentResponse
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.OrbitalCreatePaymentResponse
- All Implemented Interfaces:
Serializable
public class OrbitalCreatePaymentResponse
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
Matches the response payload structure received from the Orbital Gateway API after performing a
new authorization, authorization and capture, or force capture transaction (ex: 'POST
/payments').
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCaptures details about the AVS billing address for this transaction.Captures details around the platform the merchant is using.getOrder()Captures details about the order this transaction is being executed for.Captures details about the payment instrument used to transact.The transaction type.The feature version of the Orbital API.inthashCode()voidsetAvsBilling(AvsBilling avsBilling) Captures details about the AVS billing address for this transaction.voidsetMerchant(Merchant merchant) Captures details around the platform the merchant is using.voidCaptures details about the order this transaction is being executed for.voidsetPaymentInstrument(PaymentInstrument paymentInstrument) Captures details about the payment instrument used to transact.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
-
OrbitalCreatePaymentResponse
public OrbitalCreatePaymentResponse()
-
-
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. -
getPaymentInstrument
Captures details about the payment instrument used to transact. -
getAvsBilling
Captures details about the AVS billing address for this transaction. -
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. -
setPaymentInstrument
Captures details about the payment instrument used to transact. -
setAvsBilling
Captures details about the AVS billing address for this transaction. -
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
-