Skip to main content

PayoutBatchWebhookSubscription

No description

type PayoutBatchWebhookSubscription implements WebhookSubscription {
id: ID!
query: String
createdAt: Date
url: URL!
hmacSha256Key: String
headers: [Header!]
}

Fields

PayoutBatchWebhookSubscription.id ● ID! non-null scalar

PayoutBatchWebhookSubscription.query ● String scalar

PayoutBatchWebhookSubscription.createdAt ● Date scalar

PayoutBatchWebhookSubscription.url ● URL! non-null scalar

PayoutBatchWebhookSubscription.hmacSha256Key ● String scalar

PayoutBatchWebhookSubscription.headers ● [Header!] list object

Interfaces

WebhookSubscription interface