diff --git a/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb b/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb index 93d1b8bb..f693533d 100644 --- a/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb +++ b/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb @@ -330,6 +330,17 @@ Namespace ZUGFeRD.Version2_1_1 Private directDebitMandateIDField As IDType + Private descriptionField As TextType + + Public Property Description As TextType + Get + Return descriptionField + End Get + Set + Me.descriptionField = Value + End Set + End Property + ''' Public Property DueDateDateTime() As DateTimeType Get @@ -363,7 +374,7 @@ Namespace ZUGFeRD.Version2_1_1 ''' - Public Property Item() As DateTimeTypeDateTimeString + Public Property DateTimeString() As DateTimeTypeDateTimeString Get Return Me.itemField End Get @@ -481,6 +492,28 @@ Namespace ZUGFeRD.Version2_1_1 System.SerializableAttribute(), System.Diagnostics.DebuggerStepThroughAttribute(), System.ComponentModel.DesignerCategoryAttribute("code"), + System.Xml.Serialization.XmlTypeAttribute([Namespace]:="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:10" & + "")> + Partial Public Class CreditorFinancialInstitutionType + + Private bICIDField As IDType + + ''' + Public Property BICID() As IDType + Get + Return Me.bICIDField + End Get + Set + Me.bICIDField = Value + End Set + End Property + End Class + + ''' + Partial Public Class DebtorFinancialAccountType @@ -581,10 +614,14 @@ Namespace ZUGFeRD.Version2_1_1 Private typeCodeField As PaymentMeansCodeType + Private informationField As TextType + Private payerPartyDebtorFinancialAccountField As DebtorFinancialAccountType Private payeePartyCreditorFinancialAccountField As CreditorFinancialAccountType + Private payeeSpecifiedCreditorFinancialInstitutionField As CreditorFinancialInstitutionType + ''' Public Property TypeCode() As PaymentMeansCodeType Get @@ -595,6 +632,16 @@ Namespace ZUGFeRD.Version2_1_1 End Set End Property + ''' + Public Property Information() As TextType + Get + Return Me.informationField + End Get + Set + Me.informationField = Value + End Set + End Property + ''' Public Property PayerPartyDebtorFinancialAccount() As DebtorFinancialAccountType Get @@ -614,6 +661,16 @@ Namespace ZUGFeRD.Version2_1_1 Me.payeePartyCreditorFinancialAccountField = Value End Set End Property + + ''' + Public Property PayeeSpecifiedCreditorFinancialInstitution() As CreditorFinancialInstitutionType + Get + Return Me.payeeSpecifiedCreditorFinancialInstitutionField + End Get + Set + Me.payeeSpecifiedCreditorFinancialInstitutionField = Value + End Set + End Property End Class ''' @@ -1207,7 +1264,7 @@ Namespace ZUGFeRD.Version2_1_1 Private specifiedTradeAllowanceChargeField() As TradeAllowanceChargeType - Private specifiedTradePaymentTermsField As TradePaymentTermsType + Private specifiedTradePaymentTermsField() As TradePaymentTermsType Private specifiedTradeSettlementHeaderMonetarySummationField As TradeSettlementHeaderMonetarySummationType @@ -1299,7 +1356,8 @@ Namespace ZUGFeRD.Version2_1_1 End Property ''' - Public Property SpecifiedTradePaymentTerms() As TradePaymentTermsType + + Public Property SpecifiedTradePaymentTerms() As TradePaymentTermsType() Get Return Me.specifiedTradePaymentTermsField End Get @@ -4100,171 +4158,171 @@ Namespace ZUGFeRD.Version2_1_1 ''' - Item80 + Item80 = 80 ''' - Item81 + Item81 = 81 ''' - Item82 + Item82 = 82 ''' - Item83 + Item83 = 83 ''' - Item84 + Item84 = 84 ''' - Item130 + Item130 = 130 ''' - Item202 + Item202 = 202 ''' - Item203 + Item203 = 203 ''' - Item204 + Item204 = 204 ''' - Item211 + Item211 = 211 ''' - Item261 + Item261 = 261 ''' - Item262 + Item262 = 262 ''' - Item295 + Item295 = 295 ''' - Item296 + Item296 = 296 ''' - Item308 + Item308 = 308 ''' - Item325 + Item325 = 325 ''' - Item326 + Item326 = 326 ''' - Item380 + Item380 = 380 ''' - Item381 + Item381 = 381 ''' - Item383 + Item383 = 383 ''' - Item384 + Item384 = 384 ''' - Item385 + Item385 = 385 ''' - Item386 + Item386 = 386 ''' - Item387 + Item387 = 387 ''' - Item388 + Item388 = 388 ''' - Item389 + Item389 = 389 ''' - Item390 + Item390 = 390 ''' - Item393 + Item393 = 393 ''' - Item394 + Item394 = 394 ''' - Item395 + Item395 = 395 ''' - Item396 + Item396 = 396 ''' - Item420 + Item420 = 420 ''' - Item456 + Item456 = 456 ''' - Item457 + Item457 = 457 ''' - Item458 + Item458 = 458 ''' - Item527 + Item527 = 527 ''' - Item575 + Item575 = 575 ''' - Item623 + Item623 = 623 ''' - Item633 + Item633 = 633 ''' - Item751 + Item751 = 751 ''' - Item780 + Item780 = 780 ''' - Item935 + Item935 = 935 End Enum '''