DisbursementWebhookSubscription
No description
type DisbursementWebhookSubscription implements WebhookSubscription {
id: ID!
query: String
createdAt: Date
url: URL!
hmacSha256Key: String
headers: [Header!]
}
No description
type DisbursementWebhookSubscription implements WebhookSubscription {
id: ID!
query: String
createdAt: Date
url: URL!
hmacSha256Key: String
headers: [Header!]
}
DisbursementWebhookSubscription.id ● ID! non-null scalarDisbursementWebhookSubscription.query ● String scalarDisbursementWebhookSubscription.createdAt ● Date scalarDisbursementWebhookSubscription.url ● URL! non-null scalarDisbursementWebhookSubscription.hmacSha256Key ● String scalarDisbursementWebhookSubscription.headers ● [Header!] list objectWebhookSubscription interface