Class BraintreeReverseAuthorizeTransactionRequest

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

public class BraintreeReverseAuthorizeTransactionRequest extends Object implements Serializable
To attempt to completely reverse a transaction, regardless of its present settlement status, you may use the reverseTransaction mutation. When using this mutation, we will either void the transaction or issue a refund for the full amount of the transaction. To reverse a transaction, you only need the ID of the Transaction. More details: Reverse transaction
See Also: