Class PaymentIntent.NextAction.MultibancoDisplayDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.MultibancoDisplayDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.NextAction

public static class PaymentIntent.NextAction.MultibancoDisplayDetails extends StripeObject
The payment code.
  • Constructor Details

    • MultibancoDisplayDetails

      public MultibancoDisplayDetails()
  • Method Details

    • getEntity

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

      public Long getExpiresAt()
      The timestamp at which the Multibanco voucher expires.
    • getHostedVoucherUrl

      public String getHostedVoucherUrl()
      The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.
    • getReference

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

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

      public void setExpiresAt(Long expiresAt)
      The timestamp at which the Multibanco voucher expires.
    • setHostedVoucherUrl

      public void setHostedVoucherUrl(String hostedVoucherUrl)
      The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.
    • 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