Name | Type | Description | Notes |
---|---|---|---|
ChainID | string | The unique identifier of a blockchain in CAIP-2 notation. | |
AccountAddress | string | The address of an account. | |
SpenderAddress | string | The address of an account. | |
TokenAddress | string | The address of an account. |
func NewTokenApprovalDeletion(chainID string, accountAddress string, spenderAddress string, tokenAddress string, ) *TokenApprovalDeletion
NewTokenApprovalDeletion instantiates a new TokenApprovalDeletion 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 NewTokenApprovalDeletionWithDefaults() *TokenApprovalDeletion
NewTokenApprovalDeletionWithDefaults instantiates a new TokenApprovalDeletion 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 *TokenApprovalDeletion) GetChainID() string
GetChainID returns the ChainID field if non-nil, zero value otherwise.
func (o *TokenApprovalDeletion) GetChainIDOk() (*string, bool)
GetChainIDOk returns a tuple with the ChainID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenApprovalDeletion) SetChainID(v string)
SetChainID sets ChainID field to given value.
func (o *TokenApprovalDeletion) GetAccountAddress() string
GetAccountAddress returns the AccountAddress field if non-nil, zero value otherwise.
func (o *TokenApprovalDeletion) GetAccountAddressOk() (*string, bool)
GetAccountAddressOk returns a tuple with the AccountAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenApprovalDeletion) SetAccountAddress(v string)
SetAccountAddress sets AccountAddress field to given value.
func (o *TokenApprovalDeletion) GetSpenderAddress() string
GetSpenderAddress returns the SpenderAddress field if non-nil, zero value otherwise.
func (o *TokenApprovalDeletion) GetSpenderAddressOk() (*string, bool)
GetSpenderAddressOk returns a tuple with the SpenderAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenApprovalDeletion) SetSpenderAddress(v string)
SetSpenderAddress sets SpenderAddress field to given value.
func (o *TokenApprovalDeletion) GetTokenAddress() string
GetTokenAddress returns the TokenAddress field if non-nil, zero value otherwise.
func (o *TokenApprovalDeletion) GetTokenAddressOk() (*string, bool)
GetTokenAddressOk returns a tuple with the TokenAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenApprovalDeletion) SetTokenAddress(v string)
SetTokenAddress sets TokenAddress field to given value.