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