CheckoutOfferVatRegScheduledInvoiceType
in package
Class CheckoutOfferVatRegScheduledInvoice
Tags
Table of Contents
Properties
- $checkoutPlan : CheckoutPlan
- $companyCountry : Country
- $id : int|null
- $subscriptionScheduledInvoiceType : SubscriptionScheduledInvoiceType
- $vatRegCountry : Country
Methods
- getCheckoutPlan() : CheckoutPlan
- getCompanyCountry() : Country
- getId() : int|null
- getSubscriptionScheduledInvoiceType() : SubscriptionScheduledInvoiceType
- getVatRegCountry() : Country
- setCheckoutPlan() : void
- setCompanyCountry() : void
- setId() : void
- setSubscriptionScheduledInvoiceType() : void
- setVatRegCountry() : void
Properties
$checkoutPlan
private
CheckoutPlan
$checkoutPlan
Tags
$companyCountry
private
Country
$companyCountry
Tags
$id
private
int|null
$id
Tags
$subscriptionScheduledInvoiceType
private
SubscriptionScheduledInvoiceType
$subscriptionScheduledInvoiceType
Tags
$vatRegCountry
private
Country
$vatRegCountry
Tags
Methods
getCheckoutPlan()
public
getCheckoutPlan() : CheckoutPlan
Return values
CheckoutPlangetCompanyCountry()
public
getCompanyCountry() : Country
Return values
CountrygetId()
public
getId() : int|null
Return values
int|nullgetSubscriptionScheduledInvoiceType()
public
getSubscriptionScheduledInvoiceType() : SubscriptionScheduledInvoiceType
Return values
SubscriptionScheduledInvoiceTypegetVatRegCountry()
public
getVatRegCountry() : Country
Return values
CountrysetCheckoutPlan()
public
setCheckoutPlan(CheckoutPlan $checkoutPlan) : void
Parameters
- $checkoutPlan : CheckoutPlan
setCompanyCountry()
public
setCompanyCountry(Country $companyCountry) : void
Parameters
- $companyCountry : Country
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setSubscriptionScheduledInvoiceType()
public
setSubscriptionScheduledInvoiceType(SubscriptionScheduledInvoiceType $subscriptionScheduledInvoiceType) : void
Parameters
- $subscriptionScheduledInvoiceType : SubscriptionScheduledInvoiceType
setVatRegCountry()
public
setVatRegCountry(Country $vatRegCountry) : void
Parameters
- $vatRegCountry : Country