[#32] Documents: Add PaymentVariantSummary

This commit is contained in:
2024-05-07 12:32:53 +02:00
parent 384f7c9ec0
commit 30536819e7
7 changed files with 196 additions and 4 deletions

View File

@ -88,6 +88,8 @@ namespace Elwig.Documents {
name = "MemberList";
} else if (this is WineQualityStatistics) {
name = "WineQualityStatistics";
} else if (this is PaymentVariantSummary) {
name = "PaymentVariantSummary";
} else {
throw new InvalidOperationException("Invalid document object");
}