Class BraintreeResponse.Edge

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.Edge
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeResponse

public static class BraintreeResponse.Edge extends Object implements Serializable
See Also:
  • Constructor Details

    • Edge

      public Edge()
  • Method Details

    • setNode

      public void setNode(BraintreeResponse.Transaction node)
      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.