Mayson Monorepo Documentation
    Preparing search index...
    interface CustomerAcceptance {
        accepted_at: number;
        offline?: Stripe.Mandate.CustomerAcceptance.Offline;
        online?: Stripe.Mandate.CustomerAcceptance.Online;
        type: Stripe.Mandate.CustomerAcceptance.Type;
    }
    Index

    Properties

    accepted_at: number

    The time that the customer accepts the mandate.

    The mandate includes the type of customer acceptance information, such as: online or offline.