RequestedPaymentTemplateInput
Payload for a requested payment template
Fields
active_template
· Boolean
· Whether or not the requested payment template is active Used By
Definition
"""Payload for a requested payment template"""input RequestedPaymentTemplateInput { """ Whether or not the requested payment template is active """ active_template: Boolean
""" The ID of the requested payment template """ id: ID
""" The graphql_name of the requested payment template """ name: String}