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

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

    • Pix

      public Pix()
  • Method Details

    • getBankTransactionId

      public String getBankTransactionId()
      Unique transaction id generated by BCB.
    • getMandate

      public String getMandate()
      ID of the multi use Mandate generated by the PaymentIntent.
    • setBankTransactionId

      public void setBankTransactionId(String bankTransactionId)
      Unique transaction id generated by BCB.
    • setMandate

      public void setMandate(String mandate)
      ID of the multi use Mandate generated by the PaymentIntent.
    • 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