Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.19 KB

BillingCycleCreate.md

File metadata and controls

114 lines (61 loc) · 3.19 KB

BillingCycleCreate

Properties

Name Type Description Notes
EventId string
LastBilledOn string
NextBilledOn string
TenantId string

Methods

NewBillingCycleCreate

func NewBillingCycleCreate(eventId string, lastBilledOn string, nextBilledOn string, tenantId string, ) *BillingCycleCreate

NewBillingCycleCreate instantiates a new BillingCycleCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewBillingCycleCreateWithDefaults

func NewBillingCycleCreateWithDefaults() *BillingCycleCreate

NewBillingCycleCreateWithDefaults instantiates a new BillingCycleCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetEventId

func (o *BillingCycleCreate) GetEventId() string

GetEventId returns the EventId field if non-nil, zero value otherwise.

GetEventIdOk

func (o *BillingCycleCreate) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEventId

func (o *BillingCycleCreate) SetEventId(v string)

SetEventId sets EventId field to given value.

GetLastBilledOn

func (o *BillingCycleCreate) GetLastBilledOn() string

GetLastBilledOn returns the LastBilledOn field if non-nil, zero value otherwise.

GetLastBilledOnOk

func (o *BillingCycleCreate) GetLastBilledOnOk() (*string, bool)

GetLastBilledOnOk returns a tuple with the LastBilledOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastBilledOn

func (o *BillingCycleCreate) SetLastBilledOn(v string)

SetLastBilledOn sets LastBilledOn field to given value.

GetNextBilledOn

func (o *BillingCycleCreate) GetNextBilledOn() string

GetNextBilledOn returns the NextBilledOn field if non-nil, zero value otherwise.

GetNextBilledOnOk

func (o *BillingCycleCreate) GetNextBilledOnOk() (*string, bool)

GetNextBilledOnOk returns a tuple with the NextBilledOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNextBilledOn

func (o *BillingCycleCreate) SetNextBilledOn(v string)

SetNextBilledOn sets NextBilledOn field to given value.

GetTenantId

func (o *BillingCycleCreate) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

func (o *BillingCycleCreate) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTenantId

func (o *BillingCycleCreate) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

[Back to Model list] [Back to API list] [Back to README]