Mayson Monorepo Documentation
    Preparing search index...
    interface JpBankTransfer {
        sender_bank: string;
        sender_branch: string;
        sender_name: string;
    }
    Index

    Properties

    sender_bank: string

    The name of the bank of the sender of the funding.

    sender_branch: string

    The name of the bank branch of the sender of the funding.

    sender_name: string

    The full name of the sender, as supplied by the sending bank.