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