Class BraintreeResponse.ReverseTransaction

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

public static class BraintreeResponse.ReverseTransaction extends Object implements Serializable
See Also:
  • Field Details

    • clientMutationId

      public String clientMutationId
      An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
  • Constructor Details

    • ReverseTransaction

      public ReverseTransaction()
  • Method Details

    • setReversal

      public void setReversal(BraintreeResponse.Transaction reversal)
      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.
    • setClientMutationId

      public void setClientMutationId(String clientMutationId)
      An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
    • getReversal

      public BraintreeResponse.Transaction getReversal()
      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.
    • getClientMutationId

      public String getClientMutationId()
      An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId