Class Session.PaymentMethodOptions.Boleto

    • Constructor Detail

      • Boleto

        public Boleto()
    • Method Detail

      • getExpiresAfterDays

        public java.lang.Long getExpiresAfterDays()
        The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto voucher will expire on Wednesday at 23:59 America/Sao_Paulo time.
      • setExpiresAfterDays

        public void setExpiresAfterDays​(java.lang.Long expiresAfterDays)
        The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto voucher will expire on Wednesday at 23:59 America/Sao_Paulo time.
      • 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