Class PaymentIntent.NextAction.BoletoDisplayDetails

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

public static class PaymentIntent.NextAction.BoletoDisplayDetails extends StripeObject
  • Constructor Details

    • BoletoDisplayDetails

      public BoletoDisplayDetails()
  • Method Details

    • getExpiresAt

      public Long getExpiresAt()
      The timestamp after which the boleto expires.
    • getHostedVoucherUrl

      public String getHostedVoucherUrl()
      The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.
    • getNumber

      public String getNumber()
      The boleto number.
    • getPdf

      public String getPdf()
      The URL to the downloadable boleto voucher PDF.
    • setExpiresAt

      public void setExpiresAt(Long expiresAt)
      The timestamp after which the boleto expires.
    • setHostedVoucherUrl

      public void setHostedVoucherUrl(String hostedVoucherUrl)
      The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.
    • setNumber

      public void setNumber(String number)
      The boleto number.
    • setPdf

      public void setPdf(String pdf)
      The URL to the downloadable boleto voucher PDF.
    • 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