VatPayerType
in package
Class representing VatPayerType.
XSD Type: vatPayerType
Table of Contents
- $changeOfModeInCalendarYear : ChangeOfModeInCalendarYearType|null
- $nonVatPayerWholePeriod : NonVatPayerWholePeriodType|null
- $vatPayerWholePeriod : VatPayerWholePeriodType|null
- getChangeOfModeInCalendarYear() : ChangeOfModeInCalendarYearType
- Gets as changeOfModeInCalendarYear.
- getNonVatPayerWholePeriod() : NonVatPayerWholePeriodType
- Gets as nonVatPayerWholePeriod.
- getVatPayerWholePeriod() : VatPayerWholePeriodType
- Gets as vatPayerWholePeriod.
- setChangeOfModeInCalendarYear() : self
- Sets a new changeOfModeInCalendarYear.
- setNonVatPayerWholePeriod() : self
- Sets a new nonVatPayerWholePeriod.
- setVatPayerWholePeriod() : self
- Sets a new vatPayerWholePeriod.
Properties
$changeOfModeInCalendarYear
private
ChangeOfModeInCalendarYearType|null
$changeOfModeInCalendarYear
= null
$nonVatPayerWholePeriod
private
NonVatPayerWholePeriodType|null
$nonVatPayerWholePeriod
= null
$vatPayerWholePeriod
private
VatPayerWholePeriodType|null
$vatPayerWholePeriod
= null
Methods
getChangeOfModeInCalendarYear()
Gets as changeOfModeInCalendarYear.
public
getChangeOfModeInCalendarYear() : ChangeOfModeInCalendarYearType
Return values
ChangeOfModeInCalendarYearType —getNonVatPayerWholePeriod()
Gets as nonVatPayerWholePeriod.
public
getNonVatPayerWholePeriod() : NonVatPayerWholePeriodType
Return values
NonVatPayerWholePeriodType —getVatPayerWholePeriod()
Gets as vatPayerWholePeriod.
public
getVatPayerWholePeriod() : VatPayerWholePeriodType
Return values
VatPayerWholePeriodType —setChangeOfModeInCalendarYear()
Sets a new changeOfModeInCalendarYear.
public
setChangeOfModeInCalendarYear([ChangeOfModeInCalendarYearType|null $changeOfModeInCalendarYear = null ]) : self
Parameters
- $changeOfModeInCalendarYear : ChangeOfModeInCalendarYearType|null = null
Return values
self —setNonVatPayerWholePeriod()
Sets a new nonVatPayerWholePeriod.
public
setNonVatPayerWholePeriod([NonVatPayerWholePeriodType|null $nonVatPayerWholePeriod = null ]) : self
Parameters
- $nonVatPayerWholePeriod : NonVatPayerWholePeriodType|null = null
Return values
self —setVatPayerWholePeriod()
Sets a new vatPayerWholePeriod.
public
setVatPayerWholePeriod([VatPayerWholePeriodType|null $vatPayerWholePeriod = null ]) : self
Parameters
- $vatPayerWholePeriod : VatPayerWholePeriodType|null = null