Optional input: CreateAccountInputPrivate Optional _emailPrivate Optional _firstPrivate Optional _lastPrivate _ledgerPrivate Optional _metadataPrivate Optional _phonegetResponse is used by the BambuClient to propery return the response object type.
the api response object returned by the BambuMeta client before being converted to the CreateAccountResponse
CreateAccountResponse
Sets the email address on the account.
Sets the first name on the account.
Sets the last name on the account.
Sets the ledger type on the account.
Sets any additional metadata to be stored against the account record
the metadata attribute key
the metadata attribute value
Sets the phone number on the account.
Generated using TypeDoc
The create account api is an asyncronous request to BambuMeta to issue the provided user an account. This request will not guarentee an account is created. But checks if there is already an existing account. If so, the account id is returned. If no account already exists, the request will be added to the processor for consumption and a success message should be returned.