| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to NullableDateTimeFilter | [optional] | |
| Expand | Pointer to []string | Specifies which fields in the response should be expanded. | [optional] |
| PageNumber | Pointer to int32 | Page number | [optional] [default to 1] |
| PageSize | Pointer to int32 | Page size | [optional] [default to 100] |
| PaymentLinkId | Pointer to NullableString | [optional] | |
| SortDescending | Pointer to bool | Sort direction. | [optional] [default to false] |
| SortKey | Pointer to string | Key name based on which data is sorted. | [optional] [default to "created_at"] |
| UpdatedAt | Pointer to NullableDateTimeFilter | [optional] |
func NewCheckoutSessionQueryParams() *CheckoutSessionQueryParams
NewCheckoutSessionQueryParams instantiates a new CheckoutSessionQueryParams 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 NewCheckoutSessionQueryParamsWithDefaults() *CheckoutSessionQueryParams
NewCheckoutSessionQueryParamsWithDefaults instantiates a new CheckoutSessionQueryParams 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 *CheckoutSessionQueryParams) GetCreatedAt() DateTimeFilter
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetCreatedAtOk() (*DateTimeFilter, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetCreatedAt(v DateTimeFilter)
SetCreatedAt sets CreatedAt field to given value.
func (o *CheckoutSessionQueryParams) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *CheckoutSessionQueryParams) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *CheckoutSessionQueryParams) GetExpand() []string
GetExpand returns the Expand field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetExpandOk() (*[]string, bool)
GetExpandOk returns a tuple with the Expand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetExpand(v []string)
SetExpand sets Expand field to given value.
func (o *CheckoutSessionQueryParams) HasExpand() bool
HasExpand returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) GetPageNumber() int32
GetPageNumber returns the PageNumber field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetPageNumberOk() (*int32, bool)
GetPageNumberOk returns a tuple with the PageNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetPageNumber(v int32)
SetPageNumber sets PageNumber field to given value.
func (o *CheckoutSessionQueryParams) HasPageNumber() bool
HasPageNumber returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *CheckoutSessionQueryParams) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) GetPaymentLinkId() string
GetPaymentLinkId returns the PaymentLinkId field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetPaymentLinkIdOk() (*string, bool)
GetPaymentLinkIdOk returns a tuple with the PaymentLinkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetPaymentLinkId(v string)
SetPaymentLinkId sets PaymentLinkId field to given value.
func (o *CheckoutSessionQueryParams) HasPaymentLinkId() bool
HasPaymentLinkId returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) SetPaymentLinkIdNil(b bool)
SetPaymentLinkIdNil sets the value for PaymentLinkId to be an explicit nil
func (o *CheckoutSessionQueryParams) UnsetPaymentLinkId()
UnsetPaymentLinkId ensures that no value is present for PaymentLinkId, not even an explicit nil
func (o *CheckoutSessionQueryParams) GetSortDescending() bool
GetSortDescending returns the SortDescending field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetSortDescendingOk() (*bool, bool)
GetSortDescendingOk returns a tuple with the SortDescending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetSortDescending(v bool)
SetSortDescending sets SortDescending field to given value.
func (o *CheckoutSessionQueryParams) HasSortDescending() bool
HasSortDescending returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) GetSortKey() string
GetSortKey returns the SortKey field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetSortKeyOk() (*string, bool)
GetSortKeyOk returns a tuple with the SortKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetSortKey(v string)
SetSortKey sets SortKey field to given value.
func (o *CheckoutSessionQueryParams) HasSortKey() bool
HasSortKey returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) GetUpdatedAt() DateTimeFilter
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CheckoutSessionQueryParams) GetUpdatedAtOk() (*DateTimeFilter, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckoutSessionQueryParams) SetUpdatedAt(v DateTimeFilter)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CheckoutSessionQueryParams) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *CheckoutSessionQueryParams) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *CheckoutSessionQueryParams) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil