Class BraintreeRefundTransactionRequest

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeRefundTransactionRequest
All Implemented Interfaces:
Serializable

public class BraintreeRefundTransactionRequest extends Object implements Serializable
If you already know the transaction has been SETTLED, or you want to partially refund it, or you need to provide a refund order ID, you can use the refundTransaction mutation. By default, refundTransaction will fully refund a transaction. More details: Refund transaction
See Also:
  • Field Details

  • Constructor Details

    • BraintreeRefundTransactionRequest

      public BraintreeRefundTransactionRequest()
  • Method Details