Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.Pix
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.Pix
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.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 boolean
boolean
Unique transaction id generated by BCB.ID of the multi use Mandate generated by the PaymentIntent.int
hashCode()
void
setBankTransactionId
(String bankTransactionId) Unique transaction id generated by BCB.void
setMandate
(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. -
getMandate
ID of the multi use Mandate generated by the PaymentIntent. -
setBankTransactionId
Unique transaction id generated by BCB. -
setMandate
ID of the multi use Mandate generated by the PaymentIntent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-