Class BraintreeAuthorizeAndCaptureTransactionRequest
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeAuthorizeAndCaptureTransactionRequest
- All Implemented Interfaces:
Serializable
In order to charge a payment method with chargePaymentMethod, you'll need a payment method's ID,
and information about the transaction you'd like to create using it. 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.If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
GraphQL requests come in two forms: queries and mutations.If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.void
If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.
-
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
If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.
-
-
Constructor Details
-
BraintreeAuthorizeAndCaptureTransactionRequest
public BraintreeAuthorizeAndCaptureTransactionRequest()
-
-
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
If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable. -
setVariables
If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.
-