# PaymentCustomizationInput - admin - INPUT_OBJECT Version: 2025-01 ## Description The input fields to create and update a payment customization. ### Access Scopes ## Fields * [enabled](/docs/api/admin/2025-01/scalars/Boolean): Boolean - The enabled status of the payment customization. * [functionId](/docs/api/admin/2025-01/scalars/String): String - The ID of the function providing the payment customization. * [metafields](/docs/api/admin/2025-01/input-objects/MetafieldInput): MetafieldInput - Additional metafields to associate to the payment customization. * [title](/docs/api/admin/2025-01/scalars/String): String - The title of the payment customization. ## Input objects with this input object * [paymentCustomizationCreate](/docs/api/admin/2025-01/mutations/paymentCustomizationCreate) * [paymentCustomizationUpdate](/docs/api/admin/2025-01/mutations/paymentCustomizationUpdate) ## Examples