Package com.stripe.model
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
For more details about Pix, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanUniquely identifies this particular Pix account.inthashCode()voidsetFingerprint(String fingerprint) Uniquely identifies this particular Pix account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Pix
public Pix()
-
-
Method Details
-
getFingerprint
Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same. -
setFingerprint
Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same. -
equals
-
canEqual
-
hashCode
public int hashCode()
-