Interface CreateAccountResponse

The CreateAccount response expected from the execution of the object within BambuClient execute.

interface CreateAccountResponse {
    accountId?: string;
    error?: any;
    ledgerId?: string;
    message: string;
}

Properties

accountId?: string

If the account already exists, the accountId is returned.

error?: any

any error messages that were returned by the request.

ledgerId?: string

If the account already exists, the ledgerId is returned.

message: string

the message response from the request