Class ClaimableSandbox.SandboxDetails.ApiKeys

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

public static class ClaimableSandbox.SandboxDetails.ApiKeys extends StripeObject
Keys that can be used to set up an integration for this sandbox and operate on the account. This will be present only in the create response, and will be null in subsequent retrieve responses.
  • Constructor Details

    • ApiKeys

      public ApiKeys()
  • Method Details

    • getMcp

      public String getMcp()
    • getPublishable

      public String getPublishable()
    • getSecret

      public String getSecret()
    • setMcp

      public void setMcp(String mcp)
    • setPublishable

      public void setPublishable(String publishable)
    • setSecret

      public void setSecret(String secret)
    • 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