stack

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

AdminTypes.PaymentCustomization interface

A payment customization.

Signature:

export interface PaymentCustomization extends HasMetafieldDefinitions, HasMetafields, Node 

Extends: HasMetafieldDefinitions, HasMetafields, Node

Properties

Property Modifiers Type Description
enabled   Scalars[‘Boolean’][‘output’] The enabled status of the payment customization.
errorHistory?   Maybe<FunctionsErrorHistory> (Optional) The error history on the most recent version of the payment customization.
functionId   Scalars[‘String’][‘output’] The ID of the Shopify Function implementing the payment customization.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
metafield?   Maybe<Metafield> (Optional) Returns a metafield by namespace and key that belongs to the resource.
metafieldDefinitions   MetafieldDefinitionConnection List of metafield definitions.
metafields   MetafieldConnection List of metafields that belong to the resource.
privateMetafield?   Maybe<PrivateMetafield> (Optional) Returns a private metafield by namespace and key that belongs to the resource.
privateMetafields   PrivateMetafieldConnection List of private metafields that belong to the resource.
shopifyFunction   ShopifyFunction The Shopify Function implementing the payment customization.
title   Scalars[‘String’][‘output’] The title of the payment customization.