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!]
}
id
● ID!
non-null scalarquery
● String
scalarcreatedAt
● Date
scalarurl
● URL!
non-null scalarhmacSha256Key
● String
scalarheaders
● [Header!]
list objectWebhookSubscription
interface