Class BraintreeAuthorizeTransactionRequest
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeAuthorizeTransactionRequest
- All Implemented Interfaces:
Serializable
Authorize an eligible payment method and return a payload that includes details of the resulting
transaction. More details:
Create
Transactions
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static 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
-
BraintreeAuthorizeTransactionRequest
public BraintreeAuthorizeTransactionRequest()
-
-
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
-