Package com.stripe.model.v2.core
Class ClaimableSandbox.ApiKeys
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.ClaimableSandbox.ApiKeys
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ClaimableSandbox
For more details about ApiKeys, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getMcp()
Used to communicate with Stripe's MCP server.Publicly accessible in a web or mobile app client-side code.Should be stored securely in server-side code (such as an environment variable).int
hashCode()
void
Used to communicate with Stripe's MCP server.void
setPublishable
(String publishable) Publicly accessible in a web or mobile app client-side code.void
Should be stored securely in server-side code (such as an environment variable).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ApiKeys
public ApiKeys()
-
-
Method Details
-
getMcp
Used to communicate with Stripe's MCP server. This allows LLM agents to securely operate on a Stripe account. -
getPublishable
Publicly accessible in a web or mobile app client-side code. -
getSecret
Should be stored securely in server-side code (such as an environment variable). -
setMcp
Used to communicate with Stripe's MCP server. This allows LLM agents to securely operate on a Stripe account. -
setPublishable
Publicly accessible in a web or mobile app client-side code. -
setSecret
Should be stored securely in server-side code (such as an environment variable). -
equals
-
canEqual
-
hashCode
public int hashCode()
-