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

public static class Charge.PaymentMethodDetails.Pix extends StripeObject
Indicates whether the transaction is eligible for PayPal's seller protection.

One of eligible, not_eligible, or partially_eligible.

  • Constructor Details

    • Pix

      public Pix()
  • Method Details

    • getBankTransactionId

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

      public void setBankTransactionId(String bankTransactionId)
      Unique transaction id generated by BCB.
    • 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