Skip to main content

AccountCreatedStatus Enum

Description

Status indicating whether a buyer account was created, matched to an existing account, or not created during invoice sending with account creation.

Declaration

enum AccountCreatedStatus {
CREATED
MATCHED
NONE
}

Values

NameDescription
CREATEDA new buyer account was created.
MATCHEDAn existing buyer account was matched and used.
NONENo account was created or matched.