Package com.stripe.model
Class Charge.PaymentMethodDetails.Pix
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Pix
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
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 booleanbooleanUnique transaction id generated by BCB.Uniquely identifies this particular Pix account.ID of the multi use Mandate generated by the PaymentIntent.inthashCode()voidsetBankTransactionId(String bankTransactionId) Unique transaction id generated by BCB.voidsetFingerprint(String fingerprint) Uniquely identifies this particular Pix account.voidsetMandate(String mandate) ID of the multi use Mandate generated by the PaymentIntent.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
-
getBankTransactionId
Unique transaction id generated by BCB. -
getFingerprint
Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same. -
getMandate
ID of the multi use Mandate generated by the PaymentIntent. -
setBankTransactionId
Unique transaction id generated by BCB. -
setFingerprint
Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same. -
setMandate
ID of the multi use Mandate generated by the PaymentIntent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-