Mayson Monorepo Documentation
    Preparing search index...
    interface Recipient {
        applied: boolean;
        capabilities?: Stripe.V2.Core.Account.Configuration.Recipient.Capabilities;
    }
    Index

    Properties

    applied: boolean

    Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.

    Capabilities that have been requested on the Recipient Configuration.