Class PaymentIntent.NextActionDisplayBoletoDetails

    • Constructor Detail

      • NextActionDisplayBoletoDetails

        public NextActionDisplayBoletoDetails()
    • Method Detail

      • getExpiresAt

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

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

        public java.lang.String getNumber()
        The boleto number.
      • getPdf

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

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

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

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

        public void setPdf​(java.lang.String pdf)
        The URL to the downloadable boleto voucher PDF.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object