Class BraintreeResponse.Edge
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.Edge
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNode()
A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).void
A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).
-
Constructor Details
-
Edge
public Edge()
-
-
Method Details
-
setNode
A transaction (if the original transaction was voided) or refund (if the original transaction was refunded). A reversal will attempt to void the original transaction if it has not yet settled. If the original transaction has settled, a reversal will create a refund for the full amount. -
getNode
A transaction (if the original transaction was voided) or refund (if the original transaction was refunded). A reversal will attempt to void the original transaction if it has not yet settled. If the original transaction has settled, a reversal will create a refund for the full amount.
-