WebhookBody constructor
WebhookBody({})
Implementation
WebhookBody({
required this.invoiceSlug,
required this.amount,
required this.paidAmount,
required this.installments,
required this.captureMethod,
required this.transactionNSU,
required this.orderNSU,
required this.receiptUrl,
required this.items,
});