| Name | Type | Description | Notes |
|---|---|---|---|
| Meta | Pointer to map[string]interface{} | [optional] | |
| PaymentIntentId | Pointer to NullableString | [optional] | |
| Reason | Pointer to NullableString | [optional] | |
| TheirDisputeId | Pointer to NullableString | [optional] | |
| TheirPaymentIntentId | Pointer to NullableString | [optional] |
func NewCreateDisputeRequest() *CreateDisputeRequest
NewCreateDisputeRequest instantiates a new CreateDisputeRequest 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 NewCreateDisputeRequestWithDefaults() *CreateDisputeRequest
NewCreateDisputeRequestWithDefaults instantiates a new CreateDisputeRequest 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 *CreateDisputeRequest) GetMeta() map[string]interface{}
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *CreateDisputeRequest) GetMetaOk() (*map[string]interface{}, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDisputeRequest) SetMeta(v map[string]interface{})
SetMeta sets Meta field to given value.
func (o *CreateDisputeRequest) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *CreateDisputeRequest) SetMetaNil(b bool)
SetMetaNil sets the value for Meta to be an explicit nil
func (o *CreateDisputeRequest) UnsetMeta()
UnsetMeta ensures that no value is present for Meta, not even an explicit nil
func (o *CreateDisputeRequest) GetPaymentIntentId() string
GetPaymentIntentId returns the PaymentIntentId field if non-nil, zero value otherwise.
func (o *CreateDisputeRequest) 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 *CreateDisputeRequest) SetPaymentIntentId(v string)
SetPaymentIntentId sets PaymentIntentId field to given value.
func (o *CreateDisputeRequest) HasPaymentIntentId() bool
HasPaymentIntentId returns a boolean if a field has been set.
func (o *CreateDisputeRequest) SetPaymentIntentIdNil(b bool)
SetPaymentIntentIdNil sets the value for PaymentIntentId to be an explicit nil
func (o *CreateDisputeRequest) UnsetPaymentIntentId()
UnsetPaymentIntentId ensures that no value is present for PaymentIntentId, not even an explicit nil
func (o *CreateDisputeRequest) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *CreateDisputeRequest) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDisputeRequest) SetReason(v string)
SetReason sets Reason field to given value.
func (o *CreateDisputeRequest) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *CreateDisputeRequest) SetReasonNil(b bool)
SetReasonNil sets the value for Reason to be an explicit nil
func (o *CreateDisputeRequest) UnsetReason()
UnsetReason ensures that no value is present for Reason, not even an explicit nil
func (o *CreateDisputeRequest) GetTheirDisputeId() string
GetTheirDisputeId returns the TheirDisputeId field if non-nil, zero value otherwise.
func (o *CreateDisputeRequest) GetTheirDisputeIdOk() (*string, bool)
GetTheirDisputeIdOk returns a tuple with the TheirDisputeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDisputeRequest) SetTheirDisputeId(v string)
SetTheirDisputeId sets TheirDisputeId field to given value.
func (o *CreateDisputeRequest) HasTheirDisputeId() bool
HasTheirDisputeId returns a boolean if a field has been set.
func (o *CreateDisputeRequest) SetTheirDisputeIdNil(b bool)
SetTheirDisputeIdNil sets the value for TheirDisputeId to be an explicit nil
func (o *CreateDisputeRequest) UnsetTheirDisputeId()
UnsetTheirDisputeId ensures that no value is present for TheirDisputeId, not even an explicit nil
func (o *CreateDisputeRequest) GetTheirPaymentIntentId() string
GetTheirPaymentIntentId returns the TheirPaymentIntentId field if non-nil, zero value otherwise.
func (o *CreateDisputeRequest) GetTheirPaymentIntentIdOk() (*string, bool)
GetTheirPaymentIntentIdOk returns a tuple with the TheirPaymentIntentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDisputeRequest) SetTheirPaymentIntentId(v string)
SetTheirPaymentIntentId sets TheirPaymentIntentId field to given value.
func (o *CreateDisputeRequest) HasTheirPaymentIntentId() bool
HasTheirPaymentIntentId returns a boolean if a field has been set.
func (o *CreateDisputeRequest) SetTheirPaymentIntentIdNil(b bool)
SetTheirPaymentIntentIdNil sets the value for TheirPaymentIntentId to be an explicit nil
func (o *CreateDisputeRequest) UnsetTheirPaymentIntentId()
UnsetTheirPaymentIntentId ensures that no value is present for TheirPaymentIntentId, not even an explicit nil