Class Charge.PaymentMethodDetails.Link

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

public static class Charge.PaymentMethodDetails.Link extends StripeObject
The name of the convenience store chain where the payment was completed.

One of familymart, lawson, ministop, or seicomart.

  • Constructor Details

    • Link

      public Link()
  • Method Details

    • getCountry

      public String getCountry()
      Two-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees.
    • setCountry

      public void setCountry(String country)
      Two-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees.
    • 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