Skip to main content

AccountMembershipBindingUserErrorStatusInfo

when a user is bound with the error to the account membership

type AccountMembershipBindingUserErrorStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
firstNameMatchError: Boolean!
idVerifiedMatchError: Boolean!
lastNameMatchError: Boolean!
phoneNumberMatchError: Boolean!
birthDateMatchError: Boolean!
restrictedTo: RestrictedTo!
}

Fields

AccountMembershipBindingUserErrorStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status (always BindingUserError for type AccountMembershipBindingUserErrorStatusInfo)

AccountMembershipBindingUserErrorStatusInfo.firstNameMatchError ● Boolean! non-null scalar

true if the first name of the user bound doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.idVerifiedMatchError ● Boolean! non-null scalar

true if Swan hasn't verified the user's identity

AccountMembershipBindingUserErrorStatusInfo.lastNameMatchError ● Boolean! non-null scalar

true if the last name of the user bound doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.phoneNumberMatchError ● Boolean! non-null scalar

true if the phone number of the user bound doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.birthDateMatchError ● Boolean! non-null scalar

true if the birth date of the user bound doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.restrictedTo ● RestrictedTo! non-null object

restricted to a user

Interfaces

AccountMembershipStatusInfo interface

here are the different account membership status: