OBJECT
RequestedPaymentTemplate
Requested payment template
link GraphQL Schema definition
- type RequestedPaymentTemplate {
- # Whether the template is active or not
- Boolean :
- # The unique identifier of the template
- ID! :
- # The name of the template
- String :
- # The requested payment of the template
- RequestedPayment :
- }