| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to NullableDateTimeFilter | [optional] | |
| CustomerId | Pointer to NullableString | [optional] | |
| Expand | Pointer to []string | Specifies which fields in the response should be expanded. | [optional] |
| InvoiceId | Pointer to NullableString | [optional] | |
| PageNumber | Pointer to int32 | Page number | [optional] [default to 1] |
| PageSize | Pointer to int32 | Page size | [optional] [default to 100] |
| PaymentIntentId | Pointer to NullableString | [optional] | |
| PaymentMethodId | Pointer to NullableString | [optional] | |
| Refunded | Pointer to NullableBool | [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"] |
| Status | Pointer to NullableChargeStatusEnum | [optional] | |
| UpdatedAt | Pointer to NullableDateTimeFilter | [optional] |
func NewChargeQueryParams() *ChargeQueryParams
NewChargeQueryParams instantiates a new ChargeQueryParams 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 NewChargeQueryParamsWithDefaults() *ChargeQueryParams
NewChargeQueryParamsWithDefaults instantiates a new ChargeQueryParams 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 *ChargeQueryParams) GetCreatedAt() DateTimeFilter
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetCreatedAt(v DateTimeFilter)
SetCreatedAt sets CreatedAt field to given value.
func (o *ChargeQueryParams) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *ChargeQueryParams) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *ChargeQueryParams) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *ChargeQueryParams) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetCustomerIdNil(b bool)
SetCustomerIdNil sets the value for CustomerId to be an explicit nil
func (o *ChargeQueryParams) UnsetCustomerId()
UnsetCustomerId ensures that no value is present for CustomerId, not even an explicit nil
func (o *ChargeQueryParams) GetExpand() []string
GetExpand returns the Expand field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetExpand(v []string)
SetExpand sets Expand field to given value.
func (o *ChargeQueryParams) HasExpand() bool
HasExpand returns a boolean if a field has been set.
func (o *ChargeQueryParams) GetInvoiceId() string
GetInvoiceId returns the InvoiceId field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) GetInvoiceIdOk() (*string, bool)
GetInvoiceIdOk returns a tuple with the InvoiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargeQueryParams) SetInvoiceId(v string)
SetInvoiceId sets InvoiceId field to given value.
func (o *ChargeQueryParams) HasInvoiceId() bool
HasInvoiceId returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetInvoiceIdNil(b bool)
SetInvoiceIdNil sets the value for InvoiceId to be an explicit nil
func (o *ChargeQueryParams) UnsetInvoiceId()
UnsetInvoiceId ensures that no value is present for InvoiceId, not even an explicit nil
func (o *ChargeQueryParams) GetPageNumber() int32
GetPageNumber returns the PageNumber field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetPageNumber(v int32)
SetPageNumber sets PageNumber field to given value.
func (o *ChargeQueryParams) HasPageNumber() bool
HasPageNumber returns a boolean if a field has been set.
func (o *ChargeQueryParams) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *ChargeQueryParams) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *ChargeQueryParams) GetPaymentIntentId() string
GetPaymentIntentId returns the PaymentIntentId field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) GetPaymentIntentIdOk() (*string, bool)
GetPaymentIntentIdOk returns a tuple with the PaymentIntentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargeQueryParams) SetPaymentIntentId(v string)
SetPaymentIntentId sets PaymentIntentId field to given value.
func (o *ChargeQueryParams) HasPaymentIntentId() bool
HasPaymentIntentId returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetPaymentIntentIdNil(b bool)
SetPaymentIntentIdNil sets the value for PaymentIntentId to be an explicit nil
func (o *ChargeQueryParams) UnsetPaymentIntentId()
UnsetPaymentIntentId ensures that no value is present for PaymentIntentId, not even an explicit nil
func (o *ChargeQueryParams) GetPaymentMethodId() string
GetPaymentMethodId returns the PaymentMethodId field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) GetPaymentMethodIdOk() (*string, bool)
GetPaymentMethodIdOk returns a tuple with the PaymentMethodId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargeQueryParams) SetPaymentMethodId(v string)
SetPaymentMethodId sets PaymentMethodId field to given value.
func (o *ChargeQueryParams) HasPaymentMethodId() bool
HasPaymentMethodId returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetPaymentMethodIdNil(b bool)
SetPaymentMethodIdNil sets the value for PaymentMethodId to be an explicit nil
func (o *ChargeQueryParams) UnsetPaymentMethodId()
UnsetPaymentMethodId ensures that no value is present for PaymentMethodId, not even an explicit nil
func (o *ChargeQueryParams) GetRefunded() bool
GetRefunded returns the Refunded field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) GetRefundedOk() (*bool, bool)
GetRefundedOk returns a tuple with the Refunded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargeQueryParams) SetRefunded(v bool)
SetRefunded sets Refunded field to given value.
func (o *ChargeQueryParams) HasRefunded() bool
HasRefunded returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetRefundedNil(b bool)
SetRefundedNil sets the value for Refunded to be an explicit nil
func (o *ChargeQueryParams) UnsetRefunded()
UnsetRefunded ensures that no value is present for Refunded, not even an explicit nil
func (o *ChargeQueryParams) GetSortDescending() bool
GetSortDescending returns the SortDescending field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetSortDescending(v bool)
SetSortDescending sets SortDescending field to given value.
func (o *ChargeQueryParams) HasSortDescending() bool
HasSortDescending returns a boolean if a field has been set.
func (o *ChargeQueryParams) GetSortKey() string
GetSortKey returns the SortKey field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetSortKey(v string)
SetSortKey sets SortKey field to given value.
func (o *ChargeQueryParams) HasSortKey() bool
HasSortKey returns a boolean if a field has been set.
func (o *ChargeQueryParams) GetStatus() ChargeStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) GetStatusOk() (*ChargeStatusEnum, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargeQueryParams) SetStatus(v ChargeStatusEnum)
SetStatus sets Status field to given value.
func (o *ChargeQueryParams) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetStatusNil(b bool)
SetStatusNil sets the value for Status to be an explicit nil
func (o *ChargeQueryParams) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
func (o *ChargeQueryParams) GetUpdatedAt() DateTimeFilter
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ChargeQueryParams) 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 *ChargeQueryParams) SetUpdatedAt(v DateTimeFilter)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ChargeQueryParams) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *ChargeQueryParams) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *ChargeQueryParams) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil