Interface CreateAccountResponse

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

Hierarchy

  • CreateAccountResponse

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

Generated using TypeDoc