Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.49 KB

File metadata and controls

108 lines (59 loc) · 3.49 KB

OrganizationLevelBillingHistory

Properties

Name Type Description Notes
BillingHistory Pointer to []OrganizationLevelBillingHistoryResources [optional]
OrgId Pointer to int32 [optional]
TotalCount Pointer to int32 [optional]

Methods

NewOrganizationLevelBillingHistory

func NewOrganizationLevelBillingHistory() *OrganizationLevelBillingHistory

NewOrganizationLevelBillingHistory instantiates a new OrganizationLevelBillingHistory 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

NewOrganizationLevelBillingHistoryWithDefaults

func NewOrganizationLevelBillingHistoryWithDefaults() *OrganizationLevelBillingHistory

NewOrganizationLevelBillingHistoryWithDefaults instantiates a new OrganizationLevelBillingHistory 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

GetBillingHistory

func (o *OrganizationLevelBillingHistory) GetBillingHistory() []OrganizationLevelBillingHistoryResources

GetBillingHistory returns the BillingHistory field if non-nil, zero value otherwise.

GetBillingHistoryOk

func (o *OrganizationLevelBillingHistory) GetBillingHistoryOk() (*[]OrganizationLevelBillingHistoryResources, bool)

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

SetBillingHistory

func (o *OrganizationLevelBillingHistory) SetBillingHistory(v []OrganizationLevelBillingHistoryResources)

SetBillingHistory sets BillingHistory field to given value.

HasBillingHistory

func (o *OrganizationLevelBillingHistory) HasBillingHistory() bool

HasBillingHistory returns a boolean if a field has been set.

GetOrgId

func (o *OrganizationLevelBillingHistory) GetOrgId() int32

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

func (o *OrganizationLevelBillingHistory) GetOrgIdOk() (*int32, bool)

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

SetOrgId

func (o *OrganizationLevelBillingHistory) SetOrgId(v int32)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *OrganizationLevelBillingHistory) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetTotalCount

func (o *OrganizationLevelBillingHistory) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *OrganizationLevelBillingHistory) GetTotalCountOk() (*int32, bool)

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

SetTotalCount

func (o *OrganizationLevelBillingHistory) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *OrganizationLevelBillingHistory) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

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