VatRegistrationEntity
in package
Table of Contents
Constants
- BACKDATE_ADDON_ID = \Vatjar\Data\Entity\CheckoutAddon::CHARGEBEE_ID_VATREG_BACKDATE
Properties
- $backdateMonths : int
- $client : Client
- $country : Country
- $planId : string
- $planSetupFee : int
- $planUnitPrice : int
- $startDate : int
Methods
- getBackdateAddonId() : string
- getBackdateMonths() : int
- Get $backdateMonths
- getClient() : Client
- Get $client
- getCountry() : Country
- Get $country
- getCountryId() : int
- Get $countryId
- getPlanId() : string
- Get $planId
- getPlanSetupFee() : int
- Get $planSetupFee
- getPlanUnitPrice() : int
- Get $planUnitPrice
- getStartDate() : int
- Get $startDate
- setBackdateMonths() : self
- Set $backdateMonths
- setClient() : self
- Set $client
- setCountry() : self
- Set $country
- setPlanId() : self
- Set $planId
- setPlanSetupFee() : self
- Set $planSetupFee
- setPlanUnitPrice() : self
- Set $planUnitPrice
- setStartDate() : self
- Set $startDate
Constants
BACKDATE_ADDON_ID
private
mixed
BACKDATE_ADDON_ID
= \Vatjar\Data\Entity\CheckoutAddon::CHARGEBEE_ID_VATREG_BACKDATE
Properties
$backdateMonths
private
int
$backdateMonths
$client
private
Client
$client
$country
private
Country
$country
$planId
private
string
$planId
$planSetupFee
private
int
$planSetupFee
$planUnitPrice
private
int
$planUnitPrice
$startDate
private
int
$startDate
Methods
getBackdateAddonId()
public
getBackdateAddonId() : string
Return values
stringgetBackdateMonths()
Get $backdateMonths
public
getBackdateMonths() : int
Return values
intgetClient()
Get $client
public
getClient() : Client
Return values
ClientgetCountry()
Get $country
public
getCountry() : Country
Return values
CountrygetCountryId()
Get $countryId
public
getCountryId() : int
Return values
intgetPlanId()
Get $planId
public
getPlanId() : string
Return values
stringgetPlanSetupFee()
Get $planSetupFee
public
getPlanSetupFee() : int
Return values
intgetPlanUnitPrice()
Get $planUnitPrice
public
getPlanUnitPrice() : int
Return values
intgetStartDate()
Get $startDate
public
getStartDate() : int
Return values
intsetBackdateMonths()
Set $backdateMonths
public
setBackdateMonths(int $backdateMonths) : self
Parameters
- $backdateMonths : int
-
$backdateMonths
Return values
selfsetClient()
Set $client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCountry()
Set $country
public
setCountry(Country $country) : self
Parameters
- $country : Country
Return values
selfsetPlanId()
Set $planId
public
setPlanId(string $planId) : self
Parameters
- $planId : string
-
$planId
Return values
selfsetPlanSetupFee()
Set $planSetupFee
public
setPlanSetupFee(int $planSetupFee) : self
Parameters
- $planSetupFee : int
-
$planSetupFee
Return values
selfsetPlanUnitPrice()
Set $planUnitPrice
public
setPlanUnitPrice(int $planUnitPrice) : self
Parameters
- $planUnitPrice : int
-
$planUnitPrice
Return values
selfsetStartDate()
Set $startDate
public
setStartDate(int $startDate) : self
Parameters
- $startDate : int
-
$startDate