Add boolean overPaid to the invoice settled webhook

This commit is contained in:
nicolas.dorier
2021-10-27 14:51:31 +09:00
parent 1ecd1c1e54
commit f7a0b91ec1
3 changed files with 13 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ namespace BTCPayServer.Client.Models
public bool AfterExpiration { get; set; }
public string PaymentMethod { get; set; }
public InvoicePaymentMethodDataModel.Payment Payment { get; set; }
public bool OverPaid { get; set; }
}
public class WebhookInvoicePaymentSettledEvent : WebhookInvoiceReceivedPaymentEvent