Mayson Monorepo Documentation
    Preparing search index...
    interface Zengin {
        account_holder_address: Stripe.Address;
        account_holder_name: string;
        account_number: string;
        account_type: string;
        bank_address: Stripe.Address;
        bank_code: string;
        bank_name: string;
        branch_code: string;
        branch_name: string;
    }
    Index

    Properties

    account_holder_address: Stripe.Address
    account_holder_name: string

    The account holder name

    account_number: string

    The account number

    account_type: string

    The bank account type. In Japan, this can only be futsu or toza.

    bank_address: Stripe.Address
    bank_code: string

    The bank code of the account

    bank_name: string

    The bank name of the account

    branch_code: string

    The branch code of the account

    branch_name: string

    The branch name of the account