Class ConfirmationToken.PaymentMethodPreview.Pix

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Pix
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ConfirmationToken.PaymentMethodPreview

public static class ConfirmationToken.PaymentMethodPreview.Pix extends StripeObject
For more details about Pix, please refer to the API Reference.
  • Constructor Details

    • Pix

      public Pix()
  • Method Details

    • getFingerprint

      public String getFingerprint()
      Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same.
    • 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