-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jul 12, 2023
1 parent
770784f
commit d2dcbb2
Showing
34 changed files
with
1,438 additions
and
982 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# BillingEstimateLines | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**LineItems** | Pointer to [**[]BillingEstimateLinesLineItems**](BillingEstimateLinesLineItems.md) | | [optional] | ||
|
||
## Methods | ||
|
||
### NewBillingEstimateLines | ||
|
||
`func NewBillingEstimateLines() *BillingEstimateLines` | ||
|
||
NewBillingEstimateLines instantiates a new BillingEstimateLines 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 | ||
|
||
### NewBillingEstimateLinesWithDefaults | ||
|
||
`func NewBillingEstimateLinesWithDefaults() *BillingEstimateLines` | ||
|
||
NewBillingEstimateLinesWithDefaults instantiates a new BillingEstimateLines 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 | ||
|
||
### GetLineItems | ||
|
||
`func (o *BillingEstimateLines) GetLineItems() []BillingEstimateLinesLineItems` | ||
|
||
GetLineItems returns the LineItems field if non-nil, zero value otherwise. | ||
|
||
### GetLineItemsOk | ||
|
||
`func (o *BillingEstimateLines) GetLineItemsOk() (*[]BillingEstimateLinesLineItems, bool)` | ||
|
||
GetLineItemsOk returns a tuple with the LineItems field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetLineItems | ||
|
||
`func (o *BillingEstimateLines) SetLineItems(v []BillingEstimateLinesLineItems)` | ||
|
||
SetLineItems sets LineItems field to given value. | ||
|
||
### HasLineItems | ||
|
||
`func (o *BillingEstimateLines) HasLineItems() bool` | ||
|
||
HasLineItems returns a boolean if a field has been set. | ||
|
||
|
||
[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.