Mayson Monorepo Documentation
    Preparing search index...
    interface Iban {
        account_holder_address: Stripe.Address;
        account_holder_name: string;
        bank_address: Stripe.Address;
        bic: string;
        country: string;
        iban: string;
    }
    Index

    Properties

    account_holder_address: Stripe.Address
    account_holder_name: string

    The name of the person or business that owns the bank account

    bank_address: Stripe.Address
    bic: string

    The BIC/SWIFT code of the account.

    country: string

    Two-letter country code (ISO 3166-1 alpha-2).

    iban: string

    The IBAN of the account.