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
For more details about Prefill, please refer to the API Reference.
  • Constructor Details

    • Prefill

      public Prefill()
  • Method Details

    • getCountry

      public String getCountry()
    • getEmail

      public String getEmail()
    • getName

      public String getName()
    • setCountry

      public void setCountry(String country)
    • setEmail

      public void setEmail(String email)
    • setName

      public void setName(String name)
    • 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