Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsVerification
Each subject (individual) of an account has a verification object giving information about the verification state.
Signature:
export interface ShopifyPaymentsVerification extends Node
Extends: Node
| 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. |