| Name | Type | Description | Notes |
|---|---|---|---|
| Created | []SubscriptionExternal | List of subscriptions created. | |
| Invoices | []InvoiceExternal | List of invoices created | |
| ProcessorsUsed | []string | List of successful processor IDs used for creating the subscriptions |
func NewCreateSubscriptionResponse(created []SubscriptionExternal, invoices []InvoiceExternal, processorsUsed []string, ) *CreateSubscriptionResponse
NewCreateSubscriptionResponse instantiates a new CreateSubscriptionResponse 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 NewCreateSubscriptionResponseWithDefaults() *CreateSubscriptionResponse
NewCreateSubscriptionResponseWithDefaults instantiates a new CreateSubscriptionResponse 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 *CreateSubscriptionResponse) GetCreated() []SubscriptionExternal
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CreateSubscriptionResponse) GetCreatedOk() (*[]SubscriptionExternal, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubscriptionResponse) SetCreated(v []SubscriptionExternal)
SetCreated sets Created field to given value.
func (o *CreateSubscriptionResponse) GetInvoices() []InvoiceExternal
GetInvoices returns the Invoices field if non-nil, zero value otherwise.
func (o *CreateSubscriptionResponse) 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 *CreateSubscriptionResponse) SetInvoices(v []InvoiceExternal)
SetInvoices sets Invoices field to given value.
func (o *CreateSubscriptionResponse) GetProcessorsUsed() []string
GetProcessorsUsed returns the ProcessorsUsed field if non-nil, zero value otherwise.
func (o *CreateSubscriptionResponse) GetProcessorsUsedOk() (*[]string, bool)
GetProcessorsUsedOk returns a tuple with the ProcessorsUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubscriptionResponse) SetProcessorsUsed(v []string)
SetProcessorsUsed sets ProcessorsUsed field to given value.