Class Charge.PaymentMethodDetails.Multibanco

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Multibanco
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.Multibanco extends StripeObject
The last 4 digits of the card.
  • Constructor Details

    • Multibanco

      public Multibanco()
  • Method Details

    • getEntity

      public String getEntity()
      Entity number associated with this Multibanco payment.
    • getReference

      public String getReference()
      Reference number associated with this Multibanco payment.
    • setEntity

      public void setEntity(String entity)
      Entity number associated with this Multibanco payment.
    • setReference

      public void setReference(String reference)
      Reference number associated with this Multibanco payment.
    • 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