Mayson Monorepo Documentation
    Preparing search index...
    interface AchCreditTransfer {
        customer_data?: string;
        fingerprint?: string;
        last4?: string;
        routing_number?: string;
    }
    Index

    Properties

    customer_data?: string

    Customer data associated with the transfer.

    fingerprint?: string

    Bank account fingerprint associated with the transfer.

    last4?: string

    Last 4 digits of the account number associated with the transfer.

    routing_number?: string

    Routing number associated with the transfer.