Class ClaimableSandbox.ApiKeys

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.ClaimableSandbox.ApiKeys
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ClaimableSandbox

public static class ClaimableSandbox.ApiKeys extends StripeObject
For more details about ApiKeys, please refer to the API Reference.
  • Constructor Details

    • ApiKeys

      public ApiKeys()
  • Method Details

    • getMcp

      public String getMcp()
      Used to communicate with Stripe's MCP server. This allows LLM agents to securely operate on a Stripe account.
    • getPublishable

      public String getPublishable()
      Publicly accessible in a web or mobile app client-side code.
    • getSecret

      public String getSecret()
      Should be stored securely in server-side code (such as an environment variable).
    • setMcp

      public void setMcp(String mcp)
      Used to communicate with Stripe's MCP server. This allows LLM agents to securely operate on a Stripe account.
    • setPublishable

      public void setPublishable(String publishable)
      Publicly accessible in a web or mobile app client-side code.
    • setSecret

      public void setSecret(String secret)
      Should be stored securely in server-side code (such as an environment variable).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object