| Name | Type | Description | Notes |
|---|---|---|---|
| Invoice | Pointer to NullableInvoiceExternal | [optional] | |
| Subscription | SubscriptionExternal | The subscription being resumed. |
func NewResumeSubscriptionResponse(subscription SubscriptionExternal, ) *ResumeSubscriptionResponse
NewResumeSubscriptionResponse instantiates a new ResumeSubscriptionResponse 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 NewResumeSubscriptionResponseWithDefaults() *ResumeSubscriptionResponse
NewResumeSubscriptionResponseWithDefaults instantiates a new ResumeSubscriptionResponse 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 *ResumeSubscriptionResponse) GetInvoice() InvoiceExternal
GetInvoice returns the Invoice field if non-nil, zero value otherwise.
func (o *ResumeSubscriptionResponse) GetInvoiceOk() (*InvoiceExternal, bool)
GetInvoiceOk returns a tuple with the Invoice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResumeSubscriptionResponse) SetInvoice(v InvoiceExternal)
SetInvoice sets Invoice field to given value.
func (o *ResumeSubscriptionResponse) HasInvoice() bool
HasInvoice returns a boolean if a field has been set.
func (o *ResumeSubscriptionResponse) SetInvoiceNil(b bool)
SetInvoiceNil sets the value for Invoice to be an explicit nil
func (o *ResumeSubscriptionResponse) UnsetInvoice()
UnsetInvoice ensures that no value is present for Invoice, not even an explicit nil
func (o *ResumeSubscriptionResponse) GetSubscription() SubscriptionExternal
GetSubscription returns the Subscription field if non-nil, zero value otherwise.
func (o *ResumeSubscriptionResponse) GetSubscriptionOk() (*SubscriptionExternal, bool)
GetSubscriptionOk returns a tuple with the Subscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResumeSubscriptionResponse) SetSubscription(v SubscriptionExternal)
SetSubscription sets Subscription field to given value.