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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
GraphQL requests come in two forms: queries and mutations. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
GraphQL requests come in two forms: queries and mutations.void
-
Field Details
-
query
GraphQL 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
-
BraintreeReverseAuthorizeTransactionRequest
public BraintreeReverseAuthorizeTransactionRequest()
-
-
Method Details
-
getQuery
GraphQL 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
-