Skip to content

RequestedPaymentTemplateInput

Payload for a requested payment template

Fields

active_template · Boolean · Whether or not the requested payment template is active
id · ID · The ID of the requested payment template
name · String · The graphql_name of the requested payment template

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
}