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