stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsVerification

AdminTypes.ShopifyPaymentsVerification interface

Each subject (individual) of an account has a verification object giving information about the verification state.

Signature:

export interface ShopifyPaymentsVerification extends Node 

Extends: Node

Properties

Property Modifiers Type Description
id   Scalars[‘ID’][‘output’] A globally-unique ID.
status   ShopifyPaymentsVerificationStatus | `${ShopifyPaymentsVerificationStatus}` The status of the verification.
subject   ShopifyPaymentsVerificationSubject The subject/individual who has to be verified.