Class BraintreeGenerateTokenRequest
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeGenerateTokenRequest
- All Implemented Interfaces:
Serializable
Returns a string which contains all authorization and configuration information your client needs
to initialize the client SDK to communicate with Braintree. More details: Generate
token
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Object for requesting Client Token More details: Client tokenstatic 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
-
BraintreeGenerateTokenRequest
public BraintreeGenerateTokenRequest()
-
-
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
-