# StrikethroughCustomEffectPerItemProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**EffectId** | Pointer to **int32** | ID of the effect. | 
**Name** | Pointer to **string** | The type of the custom effect. | 
**Payload** | Pointer to [**map[string]interface{}**](.md) | The JSON payload of the custom effect. | 

## Methods

### GetEffectId

`func (o *StrikethroughCustomEffectPerItemProps) GetEffectId() int32`

GetEffectId returns the EffectId field if non-nil, zero value otherwise.

### GetEffectIdOk

`func (o *StrikethroughCustomEffectPerItemProps) GetEffectIdOk() (int32, bool)`

GetEffectIdOk returns a tuple with the EffectId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### HasEffectId

`func (o *StrikethroughCustomEffectPerItemProps) HasEffectId() bool`

HasEffectId returns a boolean if a field has been set.

### SetEffectId

`func (o *StrikethroughCustomEffectPerItemProps) SetEffectId(v int32)`

SetEffectId gets a reference to the given int32 and assigns it to the EffectId field.

### GetName

`func (o *StrikethroughCustomEffectPerItemProps) GetName() string`

GetName returns the Name field if non-nil, zero value otherwise.

### GetNameOk

`func (o *StrikethroughCustomEffectPerItemProps) GetNameOk() (string, bool)`

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### HasName

`func (o *StrikethroughCustomEffectPerItemProps) HasName() bool`

HasName returns a boolean if a field has been set.

### SetName

`func (o *StrikethroughCustomEffectPerItemProps) SetName(v string)`

SetName gets a reference to the given string and assigns it to the Name field.

### GetPayload

`func (o *StrikethroughCustomEffectPerItemProps) GetPayload() map[string]interface{}`

GetPayload returns the Payload field if non-nil, zero value otherwise.

### GetPayloadOk

`func (o *StrikethroughCustomEffectPerItemProps) GetPayloadOk() (map[string]interface{}, bool)`

GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### HasPayload

`func (o *StrikethroughCustomEffectPerItemProps) HasPayload() bool`

HasPayload returns a boolean if a field has been set.

### SetPayload

`func (o *StrikethroughCustomEffectPerItemProps) SetPayload(v map[string]interface{})`

SetPayload gets a reference to the given map[string]interface{} and assigns it to the Payload field.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)