Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentCustomizationInput
The input fields to create and update a payment customization.
Signature:
export interface PaymentCustomizationInput
Property | Modifiers | Type | Description |
---|---|---|---|
enabled? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) The enabled status of the payment customization. | |
functionId? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The ID of the function providing the payment customization. | |
metafields? | InputMaybe<Array<MetafieldInput>> | (Optional) Additional metafields to associate to the payment customization. | |
title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title of the payment customization. |