Class BraintreeResponse.RefundTransaction

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

public static class BraintreeResponse.RefundTransaction 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

    • RefundTransaction

      public RefundTransaction()
  • Method Details

    • setRefund

      public void setRefund(BraintreeResponse.Refund refund)
      The information about the created refund.
    • setClientMutationId

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

      public BraintreeResponse.Refund getRefund()
      The information about the created refund.
    • getClientMutationId

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