Class BraintreeReverseAuthorizeTransactionRequest
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeReverseAuthorizeTransactionRequest
- All Implemented Interfaces:
- 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:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal StringGraphQL requests come in two forms: queries and mutations.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetQuery()GraphQL requests come in two forms: queries and mutations.void
- 
Field Details- 
queryGraphQL requests come in two forms: queries and mutations. Each request starts with the keyword query or mutation, then specifies the field or fields you want to get back in the response.- See Also:
 
- 
variables
 
- 
- 
Constructor Details- 
BraintreeReverseAuthorizeTransactionRequestpublic BraintreeReverseAuthorizeTransactionRequest()
 
- 
- 
Method Details- 
getQueryGraphQL requests come in two forms: queries and mutations. Each request starts with the keyword query or mutation, then specifies the field or fields you want to get back in the response.
- 
getVariables
- 
setVariables
 
-