Skip to content

Commit

Permalink
InvoiceReferencedDocument (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Schäfer authored Jul 7, 2021
1 parent 3114938 commit f4becde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zugferd211/Model/HeaderTradeSettlement.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ class HeaderTradeSettlement
* @SerializedName("SpecifiedTradeSettlementHeaderMonetarySummation")
*/
public TradeSettlementHeaderMonetarySummation $specifiedTradeSettlementHeaderMonetarySummation;

/**
* @Type("Easybill\ZUGFeRD211\Model\ReferencedDocument")
* @XmlElement(cdata = false, namespace = "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100")
* @SerializedName("InvoiceReferencedDocument")
*/
public ?ReferencedDocument $invoiceReferencedDocument = null;
}

0 comments on commit f4becde

Please # to comment.