AccountingFormOfPayment
extends AccountingFormOfPaymentTypeRootType
in package
Class representing AccountingFormOfPayment.
Table of Contents
Properties
- $accountingFormOfPaymentHeader : AccountingFormOfPaymentHeaderType|null
- $version : string|null
Methods
- getAccountingFormOfPaymentHeader() : AccountingFormOfPaymentHeaderType
- Gets as accountingFormOfPaymentHeader.
- getVersion() : string
- Gets as version.
- setAccountingFormOfPaymentHeader() : self
- Sets a new accountingFormOfPaymentHeader.
- setVersion() : self
- Sets a new version.
Properties
$accountingFormOfPaymentHeader
private
AccountingFormOfPaymentHeaderType|null
$accountingFormOfPaymentHeader
= null
$version
private
string|null
$version
= null
Methods
getAccountingFormOfPaymentHeader()
Gets as accountingFormOfPaymentHeader.
public
getAccountingFormOfPaymentHeader() : AccountingFormOfPaymentHeaderType
Return values
AccountingFormOfPaymentHeaderTypegetVersion()
Gets as version.
public
getVersion() : string
Return values
stringsetAccountingFormOfPaymentHeader()
Sets a new accountingFormOfPaymentHeader.
public
setAccountingFormOfPaymentHeader(AccountingFormOfPaymentHeaderType $accountingFormOfPaymentHeader) : self
Parameters
- $accountingFormOfPaymentHeader : AccountingFormOfPaymentHeaderType
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string