code
stringlengths 17
247k
| docstring
stringlengths 30
30.3k
| func_name
stringlengths 1
89
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 7
153
| url
stringlengths 51
209
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function getSpecifiedTaxRegistration()
{
return $this->specifiedTaxRegistration;
} | Gets as specifiedTaxRegistration
@return \horstoeko\zugferd\entities\en16931\ram\TaxRegistrationType[] | getSpecifiedTaxRegistration | php | horstoeko/zugferd | src/entities/en16931/ram/TradePartyType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradePartyType.php | MIT |
public function setSpecifiedTaxRegistration(?array $specifiedTaxRegistration = null)
{
$this->specifiedTaxRegistration = $specifiedTaxRegistration;
return $this;
} | Sets a new specifiedTaxRegistration
@param \horstoeko\zugferd\entities\en16931\ram\TaxRegistrationType[] $specifiedTaxRegistration
@return self | setSpecifiedTaxRegistration | php | horstoeko/zugferd | src/entities/en16931/ram/TradePartyType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradePartyType.php | MIT |
public function setDirectDebitMandateID(?\horstoeko\zugferd\entities\en16931\udt\IDType $directDebitMandateID = null)
{
$this->directDebitMandateID = $directDebitMandateID;
return $this;
} | Sets a new directDebitMandateID
@param \horstoeko\zugferd\entities\en16931\udt\IDType $directDebitMandateID
@return self | setDirectDebitMandateID | php | horstoeko/zugferd | src/entities/en16931/ram/TradePaymentTermsType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradePaymentTermsType.php | MIT |
public function setTradingBusinessName($tradingBusinessName)
{
$this->tradingBusinessName = $tradingBusinessName;
return $this;
} | Sets a new tradingBusinessName
@param string $tradingBusinessName
@return self | setTradingBusinessName | php | horstoeko/zugferd | src/entities/en16931/ram/LegalOrganizationType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/LegalOrganizationType.php | MIT |
public function getAttachmentBinaryObject()
{
return $this->attachmentBinaryObject;
} | Gets as attachmentBinaryObject
@return \horstoeko\zugferd\entities\en16931\udt\BinaryObjectType | getAttachmentBinaryObject | php | horstoeko/zugferd | src/entities/en16931/ram/ReferencedDocumentType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ReferencedDocumentType.php | MIT |
public function setAttachmentBinaryObject(?\horstoeko\zugferd\entities\en16931\udt\BinaryObjectType $attachmentBinaryObject = null)
{
$this->attachmentBinaryObject = $attachmentBinaryObject;
return $this;
} | Sets a new attachmentBinaryObject
@param \horstoeko\zugferd\entities\en16931\udt\BinaryObjectType $attachmentBinaryObject
@return self | setAttachmentBinaryObject | php | horstoeko/zugferd | src/entities/en16931/ram/ReferencedDocumentType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ReferencedDocumentType.php | MIT |
public function getFormattedIssueDateTime()
{
return $this->formattedIssueDateTime;
} | Gets as formattedIssueDateTime
@return \horstoeko\zugferd\entities\en16931\qdt\FormattedDateTimeType | getFormattedIssueDateTime | php | horstoeko/zugferd | src/entities/en16931/ram/ReferencedDocumentType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ReferencedDocumentType.php | MIT |
public function setFormattedIssueDateTime(?\horstoeko\zugferd\entities\en16931\qdt\FormattedDateTimeType $formattedIssueDateTime = null)
{
$this->formattedIssueDateTime = $formattedIssueDateTime;
return $this;
} | Sets a new formattedIssueDateTime
@param \horstoeko\zugferd\entities\en16931\qdt\FormattedDateTimeType $formattedIssueDateTime
@return self | setFormattedIssueDateTime | php | horstoeko/zugferd | src/entities/en16931/ram/ReferencedDocumentType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ReferencedDocumentType.php | MIT |
public function getTelephoneUniversalCommunication()
{
return $this->telephoneUniversalCommunication;
} | Gets as telephoneUniversalCommunication
@return \horstoeko\zugferd\entities\en16931\ram\UniversalCommunicationType | getTelephoneUniversalCommunication | php | horstoeko/zugferd | src/entities/en16931/ram/TradeContactType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeContactType.php | MIT |
public function setTelephoneUniversalCommunication(?\horstoeko\zugferd\entities\en16931\ram\UniversalCommunicationType $telephoneUniversalCommunication = null)
{
$this->telephoneUniversalCommunication = $telephoneUniversalCommunication;
return $this;
} | Sets a new telephoneUniversalCommunication
@param \horstoeko\zugferd\entities\en16931\ram\UniversalCommunicationType $telephoneUniversalCommunication
@return self | setTelephoneUniversalCommunication | php | horstoeko/zugferd | src/entities/en16931/ram/TradeContactType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeContactType.php | MIT |
public function getEmailURIUniversalCommunication()
{
return $this->emailURIUniversalCommunication;
} | Gets as emailURIUniversalCommunication
@return \horstoeko\zugferd\entities\en16931\ram\UniversalCommunicationType | getEmailURIUniversalCommunication | php | horstoeko/zugferd | src/entities/en16931/ram/TradeContactType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeContactType.php | MIT |
public function setEmailURIUniversalCommunication(?\horstoeko\zugferd\entities\en16931\ram\UniversalCommunicationType $emailURIUniversalCommunication = null)
{
$this->emailURIUniversalCommunication = $emailURIUniversalCommunication;
return $this;
} | Sets a new emailURIUniversalCommunication
@param \horstoeko\zugferd\entities\en16931\ram\UniversalCommunicationType $emailURIUniversalCommunication
@return self | setEmailURIUniversalCommunication | php | horstoeko/zugferd | src/entities/en16931/ram/TradeContactType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeContactType.php | MIT |
public function setExemptionReasonCode(?\horstoeko\zugferd\entities\en16931\udt\CodeType $exemptionReasonCode = null)
{
$this->exemptionReasonCode = $exemptionReasonCode;
return $this;
} | Sets a new exemptionReasonCode
@param \horstoeko\zugferd\entities\en16931\udt\CodeType $exemptionReasonCode
@return self | setExemptionReasonCode | php | horstoeko/zugferd | src/entities/en16931/ram/TradeTaxType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeTaxType.php | MIT |
public function setRateApplicablePercent($rateApplicablePercent)
{
$this->rateApplicablePercent = $rateApplicablePercent;
return $this;
} | Sets a new rateApplicablePercent
@param float $rateApplicablePercent
@return self | setRateApplicablePercent | php | horstoeko/zugferd | src/entities/en16931/ram/TradeTaxType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeTaxType.php | MIT |
public function getSpecifiedTradeSettlementLineMonetarySummation()
{
return $this->specifiedTradeSettlementLineMonetarySummation;
} | Gets as specifiedTradeSettlementLineMonetarySummation
@return \horstoeko\zugferd\entities\en16931\ram\TradeSettlementLineMonetarySummationType | getSpecifiedTradeSettlementLineMonetarySummation | php | horstoeko/zugferd | src/entities/en16931/ram/LineTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/LineTradeSettlementType.php | MIT |
public function setSpecifiedTradeSettlementLineMonetarySummation(\horstoeko\zugferd\entities\en16931\ram\TradeSettlementLineMonetarySummationType $specifiedTradeSettlementLineMonetarySummation)
{
$this->specifiedTradeSettlementLineMonetarySummation = $specifiedTradeSettlementLineMonetarySummation;
return $this;
} | Sets a new specifiedTradeSettlementLineMonetarySummation
@param \horstoeko\zugferd\entities\en16931\ram\TradeSettlementLineMonetarySummationType $specifiedTradeSettlementLineMonetarySummation
@return self | setSpecifiedTradeSettlementLineMonetarySummation | php | horstoeko/zugferd | src/entities/en16931/ram/LineTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/LineTradeSettlementType.php | MIT |
public function setAdditionalReferencedDocument(?\horstoeko\zugferd\entities\en16931\ram\ReferencedDocumentType $additionalReferencedDocument = null)
{
$this->additionalReferencedDocument = $additionalReferencedDocument;
return $this;
} | Sets a new additionalReferencedDocument
@param \horstoeko\zugferd\entities\en16931\ram\ReferencedDocumentType $additionalReferencedDocument
@return self | setAdditionalReferencedDocument | php | horstoeko/zugferd | src/entities/en16931/ram/LineTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/LineTradeSettlementType.php | MIT |
public function getCountrySubDivisionName()
{
return $this->countrySubDivisionName;
} | Gets as countrySubDivisionName
@return string | getCountrySubDivisionName | php | horstoeko/zugferd | src/entities/en16931/ram/TradeAddressType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeAddressType.php | MIT |
public function setCountrySubDivisionName($countrySubDivisionName)
{
$this->countrySubDivisionName = $countrySubDivisionName;
return $this;
} | Sets a new countrySubDivisionName
@param string $countrySubDivisionName
@return self | setCountrySubDivisionName | php | horstoeko/zugferd | src/entities/en16931/ram/TradeAddressType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeAddressType.php | MIT |
public function getApplicableTradeSettlementFinancialCard()
{
return $this->applicableTradeSettlementFinancialCard;
} | Gets as applicableTradeSettlementFinancialCard
@return \horstoeko\zugferd\entities\en16931\ram\TradeSettlementFinancialCardType | getApplicableTradeSettlementFinancialCard | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function setApplicableTradeSettlementFinancialCard(?\horstoeko\zugferd\entities\en16931\ram\TradeSettlementFinancialCardType $applicableTradeSettlementFinancialCard = null)
{
$this->applicableTradeSettlementFinancialCard = $applicableTradeSettlementFinancialCard;
return $this;
} | Sets a new applicableTradeSettlementFinancialCard
@param \horstoeko\zugferd\entities\en16931\ram\TradeSettlementFinancialCardType $applicableTradeSettlementFinancialCard
@return self | setApplicableTradeSettlementFinancialCard | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function getPayerPartyDebtorFinancialAccount()
{
return $this->payerPartyDebtorFinancialAccount;
} | Gets as payerPartyDebtorFinancialAccount
@return \horstoeko\zugferd\entities\en16931\ram\DebtorFinancialAccountType | getPayerPartyDebtorFinancialAccount | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function setPayerPartyDebtorFinancialAccount(?\horstoeko\zugferd\entities\en16931\ram\DebtorFinancialAccountType $payerPartyDebtorFinancialAccount = null)
{
$this->payerPartyDebtorFinancialAccount = $payerPartyDebtorFinancialAccount;
return $this;
} | Sets a new payerPartyDebtorFinancialAccount
@param \horstoeko\zugferd\entities\en16931\ram\DebtorFinancialAccountType $payerPartyDebtorFinancialAccount
@return self | setPayerPartyDebtorFinancialAccount | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function getPayeePartyCreditorFinancialAccount()
{
return $this->payeePartyCreditorFinancialAccount;
} | Gets as payeePartyCreditorFinancialAccount
@return \horstoeko\zugferd\entities\en16931\ram\CreditorFinancialAccountType | getPayeePartyCreditorFinancialAccount | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function setPayeePartyCreditorFinancialAccount(?\horstoeko\zugferd\entities\en16931\ram\CreditorFinancialAccountType $payeePartyCreditorFinancialAccount = null)
{
$this->payeePartyCreditorFinancialAccount = $payeePartyCreditorFinancialAccount;
return $this;
} | Sets a new payeePartyCreditorFinancialAccount
@param \horstoeko\zugferd\entities\en16931\ram\CreditorFinancialAccountType $payeePartyCreditorFinancialAccount
@return self | setPayeePartyCreditorFinancialAccount | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function getPayeeSpecifiedCreditorFinancialInstitution()
{
return $this->payeeSpecifiedCreditorFinancialInstitution;
} | Gets as payeeSpecifiedCreditorFinancialInstitution
@return \horstoeko\zugferd\entities\en16931\ram\CreditorFinancialInstitutionType | getPayeeSpecifiedCreditorFinancialInstitution | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function setPayeeSpecifiedCreditorFinancialInstitution(?\horstoeko\zugferd\entities\en16931\ram\CreditorFinancialInstitutionType $payeeSpecifiedCreditorFinancialInstitution = null)
{
$this->payeeSpecifiedCreditorFinancialInstitution = $payeeSpecifiedCreditorFinancialInstitution;
return $this;
} | Sets a new payeeSpecifiedCreditorFinancialInstitution
@param \horstoeko\zugferd\entities\en16931\ram\CreditorFinancialInstitutionType $payeeSpecifiedCreditorFinancialInstitution
@return self | setPayeeSpecifiedCreditorFinancialInstitution | php | horstoeko/zugferd | src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradeSettlementPaymentMeansType.php | MIT |
public function getAppliedTradeAllowanceCharge()
{
return $this->appliedTradeAllowanceCharge;
} | Gets as appliedTradeAllowanceCharge
@return \horstoeko\zugferd\entities\en16931\ram\TradeAllowanceChargeType | getAppliedTradeAllowanceCharge | php | horstoeko/zugferd | src/entities/en16931/ram/TradePriceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradePriceType.php | MIT |
public function setAppliedTradeAllowanceCharge(?\horstoeko\zugferd\entities\en16931\ram\TradeAllowanceChargeType $appliedTradeAllowanceCharge = null)
{
$this->appliedTradeAllowanceCharge = $appliedTradeAllowanceCharge;
return $this;
} | Sets a new appliedTradeAllowanceCharge
@param \horstoeko\zugferd\entities\en16931\ram\TradeAllowanceChargeType $appliedTradeAllowanceCharge
@return self | setAppliedTradeAllowanceCharge | php | horstoeko/zugferd | src/entities/en16931/ram/TradePriceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/TradePriceType.php | MIT |
public function getBusinessProcessSpecifiedDocumentContextParameter()
{
return $this->businessProcessSpecifiedDocumentContextParameter;
} | Gets as businessProcessSpecifiedDocumentContextParameter
@return \horstoeko\zugferd\entities\en16931\ram\DocumentContextParameterType | getBusinessProcessSpecifiedDocumentContextParameter | php | horstoeko/zugferd | src/entities/en16931/ram/ExchangedDocumentContextType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ExchangedDocumentContextType.php | MIT |
public function setBusinessProcessSpecifiedDocumentContextParameter(?\horstoeko\zugferd\entities\en16931\ram\DocumentContextParameterType $businessProcessSpecifiedDocumentContextParameter = null)
{
$this->businessProcessSpecifiedDocumentContextParameter = $businessProcessSpecifiedDocumentContextParameter;
return $this;
} | Sets a new businessProcessSpecifiedDocumentContextParameter
@param \horstoeko\zugferd\entities\en16931\ram\DocumentContextParameterType $businessProcessSpecifiedDocumentContextParameter
@return self | setBusinessProcessSpecifiedDocumentContextParameter | php | horstoeko/zugferd | src/entities/en16931/ram/ExchangedDocumentContextType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ExchangedDocumentContextType.php | MIT |
public function getGuidelineSpecifiedDocumentContextParameter()
{
return $this->guidelineSpecifiedDocumentContextParameter;
} | Gets as guidelineSpecifiedDocumentContextParameter
@return \horstoeko\zugferd\entities\en16931\ram\DocumentContextParameterType | getGuidelineSpecifiedDocumentContextParameter | php | horstoeko/zugferd | src/entities/en16931/ram/ExchangedDocumentContextType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ExchangedDocumentContextType.php | MIT |
public function setGuidelineSpecifiedDocumentContextParameter(\horstoeko\zugferd\entities\en16931\ram\DocumentContextParameterType $guidelineSpecifiedDocumentContextParameter)
{
$this->guidelineSpecifiedDocumentContextParameter = $guidelineSpecifiedDocumentContextParameter;
return $this;
} | Sets a new guidelineSpecifiedDocumentContextParameter
@param \horstoeko\zugferd\entities\en16931\ram\DocumentContextParameterType $guidelineSpecifiedDocumentContextParameter
@return self | setGuidelineSpecifiedDocumentContextParameter | php | horstoeko/zugferd | src/entities/en16931/ram/ExchangedDocumentContextType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/ram/ExchangedDocumentContextType.php | MIT |
public function getExchangedDocumentContext()
{
return $this->exchangedDocumentContext;
} | Gets as exchangedDocumentContext
@return \horstoeko\zugferd\entities\en16931\ram\ExchangedDocumentContextType | getExchangedDocumentContext | php | horstoeko/zugferd | src/entities/en16931/rsm/CrossIndustryInvoiceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/rsm/CrossIndustryInvoiceType.php | MIT |
public function setExchangedDocumentContext(\horstoeko\zugferd\entities\en16931\ram\ExchangedDocumentContextType $exchangedDocumentContext)
{
$this->exchangedDocumentContext = $exchangedDocumentContext;
return $this;
} | Sets a new exchangedDocumentContext
@param \horstoeko\zugferd\entities\en16931\ram\ExchangedDocumentContextType $exchangedDocumentContext
@return self | setExchangedDocumentContext | php | horstoeko/zugferd | src/entities/en16931/rsm/CrossIndustryInvoiceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/rsm/CrossIndustryInvoiceType.php | MIT |
public function getSupplyChainTradeTransaction()
{
return $this->supplyChainTradeTransaction;
} | Gets as supplyChainTradeTransaction
@return \horstoeko\zugferd\entities\en16931\ram\SupplyChainTradeTransactionType | getSupplyChainTradeTransaction | php | horstoeko/zugferd | src/entities/en16931/rsm/CrossIndustryInvoiceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/rsm/CrossIndustryInvoiceType.php | MIT |
public function setSupplyChainTradeTransaction(\horstoeko\zugferd\entities\en16931\ram\SupplyChainTradeTransactionType $supplyChainTradeTransaction)
{
$this->supplyChainTradeTransaction = $supplyChainTradeTransaction;
return $this;
} | Sets a new supplyChainTradeTransaction
@param \horstoeko\zugferd\entities\en16931\ram\SupplyChainTradeTransactionType $supplyChainTradeTransaction
@return self | setSupplyChainTradeTransaction | php | horstoeko/zugferd | src/entities/en16931/rsm/CrossIndustryInvoiceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/en16931/rsm/CrossIndustryInvoiceType.php | MIT |
public function setApplicableHeaderTradeAgreement(\horstoeko\zugferd\entities\minimum\ram\HeaderTradeAgreementType $applicableHeaderTradeAgreement)
{
$this->applicableHeaderTradeAgreement = $applicableHeaderTradeAgreement;
return $this;
} | Sets a new applicableHeaderTradeAgreement
@param \horstoeko\zugferd\entities\minimum\ram\HeaderTradeAgreementType $applicableHeaderTradeAgreement
@return self | setApplicableHeaderTradeAgreement | php | horstoeko/zugferd | src/entities/minimum/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/SupplyChainTradeTransactionType.php | MIT |
public function setApplicableHeaderTradeDelivery(\horstoeko\zugferd\entities\minimum\ram\HeaderTradeDeliveryType $applicableHeaderTradeDelivery)
{
$this->applicableHeaderTradeDelivery = $applicableHeaderTradeDelivery;
return $this;
} | Sets a new applicableHeaderTradeDelivery
@param \horstoeko\zugferd\entities\minimum\ram\HeaderTradeDeliveryType $applicableHeaderTradeDelivery
@return self | setApplicableHeaderTradeDelivery | php | horstoeko/zugferd | src/entities/minimum/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/SupplyChainTradeTransactionType.php | MIT |
public function setApplicableHeaderTradeSettlement(\horstoeko\zugferd\entities\minimum\ram\HeaderTradeSettlementType $applicableHeaderTradeSettlement)
{
$this->applicableHeaderTradeSettlement = $applicableHeaderTradeSettlement;
return $this;
} | Sets a new applicableHeaderTradeSettlement
@param \horstoeko\zugferd\entities\minimum\ram\HeaderTradeSettlementType $applicableHeaderTradeSettlement
@return self | setApplicableHeaderTradeSettlement | php | horstoeko/zugferd | src/entities/minimum/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/SupplyChainTradeTransactionType.php | MIT |
public function setTaxBasisTotalAmount(\horstoeko\zugferd\entities\minimum\udt\AmountType $taxBasisTotalAmount)
{
$this->taxBasisTotalAmount = $taxBasisTotalAmount;
return $this;
} | Sets a new taxBasisTotalAmount
@param \horstoeko\zugferd\entities\minimum\udt\AmountType $taxBasisTotalAmount
@return self | setTaxBasisTotalAmount | php | horstoeko/zugferd | src/entities/minimum/ram/TradeSettlementHeaderMonetarySummationType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/TradeSettlementHeaderMonetarySummationType.php | MIT |
public function setSpecifiedTradeSettlementHeaderMonetarySummation(\horstoeko\zugferd\entities\minimum\ram\TradeSettlementHeaderMonetarySummationType $specifiedTradeSettlementHeaderMonetarySummation)
{
$this->specifiedTradeSettlementHeaderMonetarySummation = $specifiedTradeSettlementHeaderMonetarySummation;
return $this;
} | Sets a new specifiedTradeSettlementHeaderMonetarySummation
@param \horstoeko\zugferd\entities\minimum\ram\TradeSettlementHeaderMonetarySummationType $specifiedTradeSettlementHeaderMonetarySummation
@return self | setSpecifiedTradeSettlementHeaderMonetarySummation | php | horstoeko/zugferd | src/entities/minimum/ram/HeaderTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/HeaderTradeSettlementType.php | MIT |
public function setBuyerOrderReferencedDocument(?\horstoeko\zugferd\entities\minimum\ram\ReferencedDocumentType $buyerOrderReferencedDocument = null)
{
$this->buyerOrderReferencedDocument = $buyerOrderReferencedDocument;
return $this;
} | Sets a new buyerOrderReferencedDocument
@param \horstoeko\zugferd\entities\minimum\ram\ReferencedDocumentType $buyerOrderReferencedDocument
@return self | setBuyerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/minimum/ram/HeaderTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/HeaderTradeAgreementType.php | MIT |
public function setSpecifiedLegalOrganization(?\horstoeko\zugferd\entities\minimum\ram\LegalOrganizationType $specifiedLegalOrganization = null)
{
$this->specifiedLegalOrganization = $specifiedLegalOrganization;
return $this;
} | Sets a new specifiedLegalOrganization
@param \horstoeko\zugferd\entities\minimum\ram\LegalOrganizationType $specifiedLegalOrganization
@return self | setSpecifiedLegalOrganization | php | horstoeko/zugferd | src/entities/minimum/ram/TradePartyType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/TradePartyType.php | MIT |
public function addToSpecifiedTaxRegistration(\horstoeko\zugferd\entities\minimum\ram\TaxRegistrationType $specifiedTaxRegistration)
{
$this->specifiedTaxRegistration[] = $specifiedTaxRegistration;
return $this;
} | Adds as specifiedTaxRegistration
@return self
@param \horstoeko\zugferd\entities\minimum\ram\TaxRegistrationType $specifiedTaxRegistration | addToSpecifiedTaxRegistration | php | horstoeko/zugferd | src/entities/minimum/ram/TradePartyType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/TradePartyType.php | MIT |
public function setBusinessProcessSpecifiedDocumentContextParameter(?\horstoeko\zugferd\entities\minimum\ram\DocumentContextParameterType $businessProcessSpecifiedDocumentContextParameter = null)
{
$this->businessProcessSpecifiedDocumentContextParameter = $businessProcessSpecifiedDocumentContextParameter;
return $this;
} | Sets a new businessProcessSpecifiedDocumentContextParameter
@param \horstoeko\zugferd\entities\minimum\ram\DocumentContextParameterType $businessProcessSpecifiedDocumentContextParameter
@return self | setBusinessProcessSpecifiedDocumentContextParameter | php | horstoeko/zugferd | src/entities/minimum/ram/ExchangedDocumentContextType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/ExchangedDocumentContextType.php | MIT |
public function setGuidelineSpecifiedDocumentContextParameter(\horstoeko\zugferd\entities\minimum\ram\DocumentContextParameterType $guidelineSpecifiedDocumentContextParameter)
{
$this->guidelineSpecifiedDocumentContextParameter = $guidelineSpecifiedDocumentContextParameter;
return $this;
} | Sets a new guidelineSpecifiedDocumentContextParameter
@param \horstoeko\zugferd\entities\minimum\ram\DocumentContextParameterType $guidelineSpecifiedDocumentContextParameter
@return self | setGuidelineSpecifiedDocumentContextParameter | php | horstoeko/zugferd | src/entities/minimum/ram/ExchangedDocumentContextType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/ram/ExchangedDocumentContextType.php | MIT |
public function setExchangedDocumentContext(\horstoeko\zugferd\entities\minimum\ram\ExchangedDocumentContextType $exchangedDocumentContext)
{
$this->exchangedDocumentContext = $exchangedDocumentContext;
return $this;
} | Sets a new exchangedDocumentContext
@param \horstoeko\zugferd\entities\minimum\ram\ExchangedDocumentContextType $exchangedDocumentContext
@return self | setExchangedDocumentContext | php | horstoeko/zugferd | src/entities/minimum/rsm/CrossIndustryInvoiceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/rsm/CrossIndustryInvoiceType.php | MIT |
public function setSupplyChainTradeTransaction(\horstoeko\zugferd\entities\minimum\ram\SupplyChainTradeTransactionType $supplyChainTradeTransaction)
{
$this->supplyChainTradeTransaction = $supplyChainTradeTransaction;
return $this;
} | Sets a new supplyChainTradeTransaction
@param \horstoeko\zugferd\entities\minimum\ram\SupplyChainTradeTransactionType $supplyChainTradeTransaction
@return self | setSupplyChainTradeTransaction | php | horstoeko/zugferd | src/entities/minimum/rsm/CrossIndustryInvoiceType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/minimum/rsm/CrossIndustryInvoiceType.php | MIT |
public function addToIncludedSupplyChainTradeLineItem(\horstoeko\zugferd\entities\extended\ram\SupplyChainTradeLineItemType $includedSupplyChainTradeLineItem)
{
$this->includedSupplyChainTradeLineItem[] = $includedSupplyChainTradeLineItem;
return $this;
} | Adds as includedSupplyChainTradeLineItem
@return self
@param \horstoeko\zugferd\entities\extended\ram\SupplyChainTradeLineItemType $includedSupplyChainTradeLineItem | addToIncludedSupplyChainTradeLineItem | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeTransactionType.php | MIT |
public function setApplicableHeaderTradeAgreement(\horstoeko\zugferd\entities\extended\ram\HeaderTradeAgreementType $applicableHeaderTradeAgreement)
{
$this->applicableHeaderTradeAgreement = $applicableHeaderTradeAgreement;
return $this;
} | Sets a new applicableHeaderTradeAgreement
@param \horstoeko\zugferd\entities\extended\ram\HeaderTradeAgreementType $applicableHeaderTradeAgreement
@return self | setApplicableHeaderTradeAgreement | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeTransactionType.php | MIT |
public function setApplicableHeaderTradeDelivery(\horstoeko\zugferd\entities\extended\ram\HeaderTradeDeliveryType $applicableHeaderTradeDelivery)
{
$this->applicableHeaderTradeDelivery = $applicableHeaderTradeDelivery;
return $this;
} | Sets a new applicableHeaderTradeDelivery
@param \horstoeko\zugferd\entities\extended\ram\HeaderTradeDeliveryType $applicableHeaderTradeDelivery
@return self | setApplicableHeaderTradeDelivery | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeTransactionType.php | MIT |
public function setApplicableHeaderTradeSettlement(\horstoeko\zugferd\entities\extended\ram\HeaderTradeSettlementType $applicableHeaderTradeSettlement)
{
$this->applicableHeaderTradeSettlement = $applicableHeaderTradeSettlement;
return $this;
} | Sets a new applicableHeaderTradeSettlement
@param \horstoeko\zugferd\entities\extended\ram\HeaderTradeSettlementType $applicableHeaderTradeSettlement
@return self | setApplicableHeaderTradeSettlement | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeTransactionType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeTransactionType.php | MIT |
public function setAssociatedDocumentLineDocument(\horstoeko\zugferd\entities\extended\ram\DocumentLineDocumentType $associatedDocumentLineDocument)
{
$this->associatedDocumentLineDocument = $associatedDocumentLineDocument;
return $this;
} | Sets a new associatedDocumentLineDocument
@param \horstoeko\zugferd\entities\extended\ram\DocumentLineDocumentType $associatedDocumentLineDocument
@return self | setAssociatedDocumentLineDocument | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeLineItemType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeLineItemType.php | MIT |
public function setSpecifiedTradeProduct(\horstoeko\zugferd\entities\extended\ram\TradeProductType $specifiedTradeProduct)
{
$this->specifiedTradeProduct = $specifiedTradeProduct;
return $this;
} | Sets a new specifiedTradeProduct
@param \horstoeko\zugferd\entities\extended\ram\TradeProductType $specifiedTradeProduct
@return self | setSpecifiedTradeProduct | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeLineItemType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeLineItemType.php | MIT |
public function setSpecifiedLineTradeAgreement(\horstoeko\zugferd\entities\extended\ram\LineTradeAgreementType $specifiedLineTradeAgreement)
{
$this->specifiedLineTradeAgreement = $specifiedLineTradeAgreement;
return $this;
} | Sets a new specifiedLineTradeAgreement
@param \horstoeko\zugferd\entities\extended\ram\LineTradeAgreementType $specifiedLineTradeAgreement
@return self | setSpecifiedLineTradeAgreement | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeLineItemType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeLineItemType.php | MIT |
public function setSpecifiedLineTradeDelivery(\horstoeko\zugferd\entities\extended\ram\LineTradeDeliveryType $specifiedLineTradeDelivery)
{
$this->specifiedLineTradeDelivery = $specifiedLineTradeDelivery;
return $this;
} | Sets a new specifiedLineTradeDelivery
@param \horstoeko\zugferd\entities\extended\ram\LineTradeDeliveryType $specifiedLineTradeDelivery
@return self | setSpecifiedLineTradeDelivery | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeLineItemType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeLineItemType.php | MIT |
public function setSpecifiedLineTradeSettlement(\horstoeko\zugferd\entities\extended\ram\LineTradeSettlementType $specifiedLineTradeSettlement)
{
$this->specifiedLineTradeSettlement = $specifiedLineTradeSettlement;
return $this;
} | Sets a new specifiedLineTradeSettlement
@param \horstoeko\zugferd\entities\extended\ram\LineTradeSettlementType $specifiedLineTradeSettlement
@return self | setSpecifiedLineTradeSettlement | php | horstoeko/zugferd | src/entities/extended/ram/SupplyChainTradeLineItemType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/SupplyChainTradeLineItemType.php | MIT |
public function setAllowanceTotalAmount(?\horstoeko\zugferd\entities\extended\udt\AmountType $allowanceTotalAmount = null)
{
$this->allowanceTotalAmount = $allowanceTotalAmount;
return $this;
} | Sets a new allowanceTotalAmount
@param \horstoeko\zugferd\entities\extended\udt\AmountType $allowanceTotalAmount
@return self | setAllowanceTotalAmount | php | horstoeko/zugferd | src/entities/extended/ram/TradeSettlementHeaderMonetarySummationType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeSettlementHeaderMonetarySummationType.php | MIT |
public function setTaxBasisTotalAmount(\horstoeko\zugferd\entities\extended\udt\AmountType $taxBasisTotalAmount)
{
$this->taxBasisTotalAmount = $taxBasisTotalAmount;
return $this;
} | Sets a new taxBasisTotalAmount
@param \horstoeko\zugferd\entities\extended\udt\AmountType $taxBasisTotalAmount
@return self | setTaxBasisTotalAmount | php | horstoeko/zugferd | src/entities/extended/ram/TradeSettlementHeaderMonetarySummationType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeSettlementHeaderMonetarySummationType.php | MIT |
public function getUltimateShipToTradeParty()
{
return $this->ultimateShipToTradeParty;
} | Gets as ultimateShipToTradeParty
@return \horstoeko\zugferd\entities\extended\ram\TradePartyType | getUltimateShipToTradeParty | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function setUltimateShipToTradeParty(?\horstoeko\zugferd\entities\extended\ram\TradePartyType $ultimateShipToTradeParty = null)
{
$this->ultimateShipToTradeParty = $ultimateShipToTradeParty;
return $this;
} | Sets a new ultimateShipToTradeParty
@param \horstoeko\zugferd\entities\extended\ram\TradePartyType $ultimateShipToTradeParty
@return self | setUltimateShipToTradeParty | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function setActualDeliverySupplyChainEvent(?\horstoeko\zugferd\entities\extended\ram\SupplyChainEventType $actualDeliverySupplyChainEvent = null)
{
$this->actualDeliverySupplyChainEvent = $actualDeliverySupplyChainEvent;
return $this;
} | Sets a new actualDeliverySupplyChainEvent
@param \horstoeko\zugferd\entities\extended\ram\SupplyChainEventType $actualDeliverySupplyChainEvent
@return self | setActualDeliverySupplyChainEvent | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function setDespatchAdviceReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $despatchAdviceReferencedDocument = null)
{
$this->despatchAdviceReferencedDocument = $despatchAdviceReferencedDocument;
return $this;
} | Sets a new despatchAdviceReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $despatchAdviceReferencedDocument
@return self | setDespatchAdviceReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function setReceivingAdviceReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $receivingAdviceReferencedDocument = null)
{
$this->receivingAdviceReferencedDocument = $receivingAdviceReferencedDocument;
return $this;
} | Sets a new receivingAdviceReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $receivingAdviceReferencedDocument
@return self | setReceivingAdviceReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function getDeliveryNoteReferencedDocument()
{
return $this->deliveryNoteReferencedDocument;
} | Gets as deliveryNoteReferencedDocument
@return \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType | getDeliveryNoteReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function setDeliveryNoteReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $deliveryNoteReferencedDocument = null)
{
$this->deliveryNoteReferencedDocument = $deliveryNoteReferencedDocument;
return $this;
} | Sets a new deliveryNoteReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $deliveryNoteReferencedDocument
@return self | setDeliveryNoteReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeDeliveryType.php | MIT |
public function addToRelatedSupplyChainConsignment(\horstoeko\zugferd\entities\extended\ram\LogisticsTransportMovementType $specifiedLogisticsTransportMovement)
{
$this->relatedSupplyChainConsignment[] = $specifiedLogisticsTransportMovement;
return $this;
} | Adds as specifiedLogisticsTransportMovement
@return self
@param \horstoeko\zugferd\entities\extended\ram\LogisticsTransportMovementType $specifiedLogisticsTransportMovement | addToRelatedSupplyChainConsignment | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeDeliveryType.php | MIT |
public function issetRelatedSupplyChainConsignment($index)
{
return isset($this->relatedSupplyChainConsignment[$index]);
} | isset relatedSupplyChainConsignment
@param int|string $index
@return bool | issetRelatedSupplyChainConsignment | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeDeliveryType.php | MIT |
public function unsetRelatedSupplyChainConsignment($index)
{
unset($this->relatedSupplyChainConsignment[$index]);
} | unset relatedSupplyChainConsignment
@param int|string $index
@return void | unsetRelatedSupplyChainConsignment | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeDeliveryType.php | MIT |
public function getRelatedSupplyChainConsignment()
{
return $this->relatedSupplyChainConsignment;
} | Gets as relatedSupplyChainConsignment
@return \horstoeko\zugferd\entities\extended\ram\LogisticsTransportMovementType[] | getRelatedSupplyChainConsignment | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeDeliveryType.php | MIT |
public function setRelatedSupplyChainConsignment(?array $relatedSupplyChainConsignment = null)
{
$this->relatedSupplyChainConsignment = $relatedSupplyChainConsignment;
return $this;
} | Sets a new relatedSupplyChainConsignment
@param \horstoeko\zugferd\entities\extended\ram\LogisticsTransportMovementType[] $relatedSupplyChainConsignment
@return self | setRelatedSupplyChainConsignment | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeDeliveryType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeDeliveryType.php | MIT |
public function addToApplicableProductCharacteristic(\horstoeko\zugferd\entities\extended\ram\ProductCharacteristicType $applicableProductCharacteristic)
{
$this->applicableProductCharacteristic[] = $applicableProductCharacteristic;
return $this;
} | Adds as applicableProductCharacteristic
@return self
@param \horstoeko\zugferd\entities\extended\ram\ProductCharacteristicType $applicableProductCharacteristic | addToApplicableProductCharacteristic | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function addToDesignatedProductClassification(\horstoeko\zugferd\entities\extended\ram\ProductClassificationType $designatedProductClassification)
{
$this->designatedProductClassification[] = $designatedProductClassification;
return $this;
} | Adds as designatedProductClassification
@return self
@param \horstoeko\zugferd\entities\extended\ram\ProductClassificationType $designatedProductClassification | addToDesignatedProductClassification | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function addToIndividualTradeProductInstance(\horstoeko\zugferd\entities\extended\ram\TradeProductInstanceType $individualTradeProductInstance)
{
$this->individualTradeProductInstance[] = $individualTradeProductInstance;
return $this;
} | Adds as individualTradeProductInstance
@return self
@param \horstoeko\zugferd\entities\extended\ram\TradeProductInstanceType $individualTradeProductInstance | addToIndividualTradeProductInstance | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function issetIndividualTradeProductInstance($index)
{
return isset($this->individualTradeProductInstance[$index]);
} | isset individualTradeProductInstance
@param int|string $index
@return bool | issetIndividualTradeProductInstance | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function unsetIndividualTradeProductInstance($index)
{
unset($this->individualTradeProductInstance[$index]);
} | unset individualTradeProductInstance
@param int|string $index
@return void | unsetIndividualTradeProductInstance | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function getIndividualTradeProductInstance()
{
return $this->individualTradeProductInstance;
} | Gets as individualTradeProductInstance
@return \horstoeko\zugferd\entities\extended\ram\TradeProductInstanceType[] | getIndividualTradeProductInstance | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function setIndividualTradeProductInstance(?array $individualTradeProductInstance = null)
{
$this->individualTradeProductInstance = $individualTradeProductInstance;
return $this;
} | Sets a new individualTradeProductInstance
@param \horstoeko\zugferd\entities\extended\ram\TradeProductInstanceType[] $individualTradeProductInstance
@return self | setIndividualTradeProductInstance | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function addToIncludedReferencedProduct(\horstoeko\zugferd\entities\extended\ram\ReferencedProductType $includedReferencedProduct)
{
$this->includedReferencedProduct[] = $includedReferencedProduct;
return $this;
} | Adds as includedReferencedProduct
@return self
@param \horstoeko\zugferd\entities\extended\ram\ReferencedProductType $includedReferencedProduct | addToIncludedReferencedProduct | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function issetIncludedReferencedProduct($index)
{
return isset($this->includedReferencedProduct[$index]);
} | isset includedReferencedProduct
@param int|string $index
@return bool | issetIncludedReferencedProduct | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function unsetIncludedReferencedProduct($index)
{
unset($this->includedReferencedProduct[$index]);
} | unset includedReferencedProduct
@param int|string $index
@return void | unsetIncludedReferencedProduct | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function getIncludedReferencedProduct()
{
return $this->includedReferencedProduct;
} | Gets as includedReferencedProduct
@return \horstoeko\zugferd\entities\extended\ram\ReferencedProductType[] | getIncludedReferencedProduct | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function setIncludedReferencedProduct(?array $includedReferencedProduct = null)
{
$this->includedReferencedProduct = $includedReferencedProduct;
return $this;
} | Sets a new includedReferencedProduct
@param \horstoeko\zugferd\entities\extended\ram\ReferencedProductType[] $includedReferencedProduct
@return self | setIncludedReferencedProduct | php | horstoeko/zugferd | src/entities/extended/ram/TradeProductType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/TradeProductType.php | MIT |
public function setSellerOrderReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $sellerOrderReferencedDocument = null)
{
$this->sellerOrderReferencedDocument = $sellerOrderReferencedDocument;
return $this;
} | Sets a new sellerOrderReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $sellerOrderReferencedDocument
@return self | setSellerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setBuyerOrderReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $buyerOrderReferencedDocument = null)
{
$this->buyerOrderReferencedDocument = $buyerOrderReferencedDocument;
return $this;
} | Sets a new buyerOrderReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $buyerOrderReferencedDocument
@return self | setBuyerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function getQuotationReferencedDocument()
{
return $this->quotationReferencedDocument;
} | Gets as quotationReferencedDocument
@return \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType | getQuotationReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setQuotationReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $quotationReferencedDocument = null)
{
$this->quotationReferencedDocument = $quotationReferencedDocument;
return $this;
} | Sets a new quotationReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $quotationReferencedDocument
@return self | setQuotationReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setContractReferencedDocument(?\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $contractReferencedDocument = null)
{
$this->contractReferencedDocument = $contractReferencedDocument;
return $this;
} | Sets a new contractReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $contractReferencedDocument
@return self | setContractReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function addToAdditionalReferencedDocument(\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $additionalReferencedDocument)
{
$this->additionalReferencedDocument[] = $additionalReferencedDocument;
return $this;
} | Adds as additionalReferencedDocument
@return self
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $additionalReferencedDocument | addToAdditionalReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setGrossPriceProductTradePrice(?\horstoeko\zugferd\entities\extended\ram\TradePriceType $grossPriceProductTradePrice = null)
{
$this->grossPriceProductTradePrice = $grossPriceProductTradePrice;
return $this;
} | Sets a new grossPriceProductTradePrice
@param \horstoeko\zugferd\entities\extended\ram\TradePriceType $grossPriceProductTradePrice
@return self | setGrossPriceProductTradePrice | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setNetPriceProductTradePrice(\horstoeko\zugferd\entities\extended\ram\TradePriceType $netPriceProductTradePrice)
{
$this->netPriceProductTradePrice = $netPriceProductTradePrice;
return $this;
} | Sets a new netPriceProductTradePrice
@param \horstoeko\zugferd\entities\extended\ram\TradePriceType $netPriceProductTradePrice
@return self | setNetPriceProductTradePrice | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function addToUltimateCustomerOrderReferencedDocument(\horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $ultimateCustomerOrderReferencedDocument)
{
$this->ultimateCustomerOrderReferencedDocument[] = $ultimateCustomerOrderReferencedDocument;
return $this;
} | Adds as ultimateCustomerOrderReferencedDocument
@return self
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType $ultimateCustomerOrderReferencedDocument | addToUltimateCustomerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function issetUltimateCustomerOrderReferencedDocument($index)
{
return isset($this->ultimateCustomerOrderReferencedDocument[$index]);
} | isset ultimateCustomerOrderReferencedDocument
@param int|string $index
@return bool | issetUltimateCustomerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function unsetUltimateCustomerOrderReferencedDocument($index)
{
unset($this->ultimateCustomerOrderReferencedDocument[$index]);
} | unset ultimateCustomerOrderReferencedDocument
@param int|string $index
@return void | unsetUltimateCustomerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function getUltimateCustomerOrderReferencedDocument()
{
return $this->ultimateCustomerOrderReferencedDocument;
} | Gets as ultimateCustomerOrderReferencedDocument
@return \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType[] | getUltimateCustomerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setUltimateCustomerOrderReferencedDocument(?array $ultimateCustomerOrderReferencedDocument = null)
{
$this->ultimateCustomerOrderReferencedDocument = $ultimateCustomerOrderReferencedDocument;
return $this;
} | Sets a new ultimateCustomerOrderReferencedDocument
@param \horstoeko\zugferd\entities\extended\ram\ReferencedDocumentType[] $ultimateCustomerOrderReferencedDocument
@return self | setUltimateCustomerOrderReferencedDocument | php | horstoeko/zugferd | src/entities/extended/ram/LineTradeAgreementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/LineTradeAgreementType.php | MIT |
public function setCreditorReferenceID(?\horstoeko\zugferd\entities\extended\udt\IDType $creditorReferenceID = null)
{
$this->creditorReferenceID = $creditorReferenceID;
return $this;
} | Sets a new creditorReferenceID
@param \horstoeko\zugferd\entities\extended\udt\IDType $creditorReferenceID
@return self | setCreditorReferenceID | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeSettlementType.php | MIT |
public function getInvoiceIssuerReference()
{
return $this->invoiceIssuerReference;
} | Gets as invoiceIssuerReference
@return string | getInvoiceIssuerReference | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeSettlementType.php | MIT |
public function setInvoiceIssuerReference($invoiceIssuerReference)
{
$this->invoiceIssuerReference = $invoiceIssuerReference;
return $this;
} | Sets a new invoiceIssuerReference
@param string $invoiceIssuerReference
@return self | setInvoiceIssuerReference | php | horstoeko/zugferd | src/entities/extended/ram/HeaderTradeSettlementType.php | https://github.com/horstoeko/zugferd/blob/master/src/entities/extended/ram/HeaderTradeSettlementType.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.