Mayson Monorepo Documentation
    Preparing search index...
    interface FinancialAccountCreateParams {
        supported_currencies: string[];
        expand?: string[];
        features?: Stripe.Treasury.FinancialAccountCreateParams.Features;
        metadata?: MetadataParam;
        nickname?: string;
        platform_restrictions?: Stripe.Treasury.FinancialAccountCreateParams.PlatformRestrictions;
    }
    Index

    Properties

    supported_currencies: string[]

    The currencies the FinancialAccount can hold a balance in.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Encodes whether a FinancialAccount has access to a particular feature. Stripe or the platform can control features via the requested field.

    metadata?: MetadataParam

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    nickname?: string

    The nickname for the FinancialAccount.

    The set of functionalities that the platform can restrict on the FinancialAccount.