Pennylane API Client
    Preparing search index...

    Interface CreateCompanyCustomerLedgerAccountInput

    Ledger account input for creating a company customer. Uses number (account number string) unlike the response which uses id.

    interface CreateCompanyCustomerLedgerAccountInput {
        number: string;
    }
    Index

    Properties

    Properties

    number: string