Skip to main content

RefundWebhookSubscription

No description

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

Fields

RefundWebhookSubscription.id ● ID! non-null scalar

RefundWebhookSubscription.query ● String scalar

RefundWebhookSubscription.createdAt ● Date scalar

RefundWebhookSubscription.url ● URL! non-null scalar

RefundWebhookSubscription.hmacSha256Key ● String scalar

RefundWebhookSubscription.headers ● [Header!] list object

Interfaces

WebhookSubscription interface