Mayson Monorepo Documentation
    Preparing search index...
    interface BoletoDisplayDetails {
        expires_at: number;
        hosted_voucher_url: string;
        number: string;
        pdf: string;
    }
    Index

    Properties

    expires_at: number

    The timestamp after which the boleto expires.

    hosted_voucher_url: string

    The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.

    number: string

    The boleto number.

    pdf: string

    The URL to the downloadable boleto voucher PDF.