Skip to content

RequestedPaymentTemplate

Requested payment template

Fields

active_template · Boolean! · required · Whether the template is active or not
id · ID! · required · The unique identifier of the template
name · String · The name of the template
requested_payment · RequestedPayment · The requested payment of the template

Used By

Definition

"""
Requested payment template
"""
type RequestedPaymentTemplate {
"""
Whether the template is active or not
"""
active_template: Boolean!
"""
The unique identifier of the template
"""
id: ID!
"""
The name of the template
"""
name: String
"""
The requested payment of the template
"""
requested_payment: RequestedPayment
}