| Name | Type | Description | Notes |
|---|---|---|---|
| Invoices | []InvoiceExternal | List of invoices created | |
| RenewalInvoices | Pointer to []InvoiceExternal | List of renewal invoices created | [optional] [default to []] |
| Subscriptions | []SubscriptionExternal | List of subscriptions updated. |
func NewUpdateSubscriptionResponse(invoices []InvoiceExternal, subscriptions []SubscriptionExternal, ) *UpdateSubscriptionResponse
NewUpdateSubscriptionResponse instantiates a new UpdateSubscriptionResponse 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
func NewUpdateSubscriptionResponseWithDefaults() *UpdateSubscriptionResponse
NewUpdateSubscriptionResponseWithDefaults instantiates a new UpdateSubscriptionResponse 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
func (o *UpdateSubscriptionResponse) GetInvoices() []InvoiceExternal
GetInvoices returns the Invoices field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionResponse) GetInvoicesOk() (*[]InvoiceExternal, bool)
GetInvoicesOk returns a tuple with the Invoices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionResponse) SetInvoices(v []InvoiceExternal)
SetInvoices sets Invoices field to given value.
func (o *UpdateSubscriptionResponse) GetRenewalInvoices() []InvoiceExternal
GetRenewalInvoices returns the RenewalInvoices field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionResponse) GetRenewalInvoicesOk() (*[]InvoiceExternal, bool)
GetRenewalInvoicesOk returns a tuple with the RenewalInvoices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionResponse) SetRenewalInvoices(v []InvoiceExternal)
SetRenewalInvoices sets RenewalInvoices field to given value.
func (o *UpdateSubscriptionResponse) HasRenewalInvoices() bool
HasRenewalInvoices returns a boolean if a field has been set.
func (o *UpdateSubscriptionResponse) GetSubscriptions() []SubscriptionExternal
GetSubscriptions returns the Subscriptions field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionResponse) GetSubscriptionsOk() (*[]SubscriptionExternal, bool)
GetSubscriptionsOk returns a tuple with the Subscriptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionResponse) SetSubscriptions(v []SubscriptionExternal)
SetSubscriptions sets Subscriptions field to given value.