RequestedPaymentTemplate
Requested payment template
Fields
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}