| Name | Type | Description | Notes |
|---|---|---|---|
| CustomerId | string | ||
| InvoiceUrls | []string | ||
| ProcessorsUsed | Pointer to []string | [optional] | |
| SubscriptionIds | []string |
func NewCheckoutSuccessResponse(customerId string, invoiceUrls []string, subscriptionIds []string, ) *CheckoutSuccessResponse
NewCheckoutSuccessResponse instantiates a new CheckoutSuccessResponse 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 NewCheckoutSuccessResponseWithDefaults() *CheckoutSuccessResponse
NewCheckoutSuccessResponseWithDefaults instantiates a new CheckoutSuccessResponse 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 *CheckoutSuccessResponse) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *CheckoutSuccessResponse) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSuccessResponse) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *CheckoutSuccessResponse) GetInvoiceUrls() []string
GetInvoiceUrls returns the InvoiceUrls field if non-nil, zero value otherwise.
func (o *CheckoutSuccessResponse) GetInvoiceUrlsOk() (*[]string, bool)
GetInvoiceUrlsOk returns a tuple with the InvoiceUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSuccessResponse) SetInvoiceUrls(v []string)
SetInvoiceUrls sets InvoiceUrls field to given value.
func (o *CheckoutSuccessResponse) GetProcessorsUsed() []string
GetProcessorsUsed returns the ProcessorsUsed field if non-nil, zero value otherwise.
func (o *CheckoutSuccessResponse) 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 *CheckoutSuccessResponse) SetProcessorsUsed(v []string)
SetProcessorsUsed sets ProcessorsUsed field to given value.
func (o *CheckoutSuccessResponse) HasProcessorsUsed() bool
HasProcessorsUsed returns a boolean if a field has been set.
func (o *CheckoutSuccessResponse) SetProcessorsUsedNil(b bool)
SetProcessorsUsedNil sets the value for ProcessorsUsed to be an explicit nil
func (o *CheckoutSuccessResponse) UnsetProcessorsUsed()
UnsetProcessorsUsed ensures that no value is present for ProcessorsUsed, not even an explicit nil
func (o *CheckoutSuccessResponse) GetSubscriptionIds() []string
GetSubscriptionIds returns the SubscriptionIds field if non-nil, zero value otherwise.
func (o *CheckoutSuccessResponse) GetSubscriptionIdsOk() (*[]string, bool)
GetSubscriptionIdsOk returns a tuple with the SubscriptionIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSuccessResponse) SetSubscriptionIds(v []string)
SetSubscriptionIds sets SubscriptionIds field to given value.