Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.96 KB

File metadata and controls

129 lines (70 loc) · 3.96 KB

CheckoutSuccessResponse

Properties

Name Type Description Notes
CustomerId string
InvoiceUrls []string
ProcessorsUsed Pointer to []string [optional]
SubscriptionIds []string

Methods

NewCheckoutSuccessResponse

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

NewCheckoutSuccessResponseWithDefaults

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

GetCustomerId

func (o *CheckoutSuccessResponse) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

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.

SetCustomerId

func (o *CheckoutSuccessResponse) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

GetInvoiceUrls

func (o *CheckoutSuccessResponse) GetInvoiceUrls() []string

GetInvoiceUrls returns the InvoiceUrls field if non-nil, zero value otherwise.

GetInvoiceUrlsOk

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.

SetInvoiceUrls

func (o *CheckoutSuccessResponse) SetInvoiceUrls(v []string)

SetInvoiceUrls sets InvoiceUrls field to given value.

GetProcessorsUsed

func (o *CheckoutSuccessResponse) GetProcessorsUsed() []string

GetProcessorsUsed returns the ProcessorsUsed field if non-nil, zero value otherwise.

GetProcessorsUsedOk

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.

SetProcessorsUsed

func (o *CheckoutSuccessResponse) SetProcessorsUsed(v []string)

SetProcessorsUsed sets ProcessorsUsed field to given value.

HasProcessorsUsed

func (o *CheckoutSuccessResponse) HasProcessorsUsed() bool

HasProcessorsUsed returns a boolean if a field has been set.

SetProcessorsUsedNil

func (o *CheckoutSuccessResponse) SetProcessorsUsedNil(b bool)

SetProcessorsUsedNil sets the value for ProcessorsUsed to be an explicit nil

UnsetProcessorsUsed

func (o *CheckoutSuccessResponse) UnsetProcessorsUsed()

UnsetProcessorsUsed ensures that no value is present for ProcessorsUsed, not even an explicit nil

GetSubscriptionIds

func (o *CheckoutSuccessResponse) GetSubscriptionIds() []string

GetSubscriptionIds returns the SubscriptionIds field if non-nil, zero value otherwise.

GetSubscriptionIdsOk

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.

SetSubscriptionIds

func (o *CheckoutSuccessResponse) SetSubscriptionIds(v []string)

SetSubscriptionIds sets SubscriptionIds field to given value.

[Back to Model list] [Back to API list] [Back to README]