Documentation

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

Methods

setBackdateMonths()

Set $backdateMonths

public setBackdateMonths(int $backdateMonths) : self
Parameters
$backdateMonths : int

$backdateMonths

Return values
self

setPlanId()

Set $planId

public setPlanId(string $planId) : self
Parameters
$planId : string

$planId

Return values
self

setPlanSetupFee()

Set $planSetupFee

public setPlanSetupFee(int $planSetupFee) : self
Parameters
$planSetupFee : int

$planSetupFee

Return values
self

setPlanUnitPrice()

Set $planUnitPrice

public setPlanUnitPrice(int $planUnitPrice) : self
Parameters
$planUnitPrice : int

$planUnitPrice

Return values
self

setStartDate()

Set $startDate

public setStartDate(int $startDate) : self
Parameters
$startDate : int

$startDate

Return values
self

        
On this page

Search results