Class ClaimableSandbox.Prefill

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

public static class ClaimableSandbox.Prefill extends StripeObject
Values prefilled during the creation of the sandbox. When a user claims the sandbox, they will be able to update these values.
  • Constructor Details

    • Prefill

      public Prefill()
  • Method Details

    • getCountry

      public String getCountry()
      Country in which the account holder resides, or in which the business is legally established. Use two-letter country code (ISO 3166-1 alpha-2).
    • getEmail

      public String getEmail()
      Email that this sandbox is meant to be claimed by. Stripe will send an email to this email address before the sandbox expires.
    • getName

      public String getName()
      Name for the sandbox.
    • setCountry

      public void setCountry(String country)
      Country in which the account holder resides, or in which the business is legally established. Use two-letter country code (ISO 3166-1 alpha-2).
    • setEmail

      public void setEmail(String email)
      Email that this sandbox is meant to be claimed by. Stripe will send an email to this email address before the sandbox expires.
    • setName

      public void setName(String name)
      Name for the sandbox.
    • 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