Class Charge.PaymentMethodDetails.Store

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Store
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.Store extends StripeObject
  • Constructor Details

    • Store

      public Store()
  • Method Details

    • getChain

      public String getChain()
      The name of the convenience store chain where the payment was completed.

      One of familymart, lawson, ministop, or seicomart.

    • setChain

      public void setChain(String chain)
      The name of the convenience store chain where the payment was completed.

      One of familymart, lawson, ministop, or seicomart.

    • 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