| Name | Type | Description | Notes |
|---|---|---|---|
| Amount | Pointer to string | [optional] | |
| GasAmount | Pointer to string | [optional] | |
| IgpId | Pointer to *os.File | [optional] |
func NewResponsesGasPayment() *ResponsesGasPayment
NewResponsesGasPayment instantiates a new ResponsesGasPayment 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 NewResponsesGasPaymentWithDefaults() *ResponsesGasPayment
NewResponsesGasPaymentWithDefaults instantiates a new ResponsesGasPayment 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 *ResponsesGasPayment) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ResponsesGasPayment) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesGasPayment) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ResponsesGasPayment) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ResponsesGasPayment) GetGasAmount() string
GetGasAmount returns the GasAmount field if non-nil, zero value otherwise.
func (o *ResponsesGasPayment) GetGasAmountOk() (*string, bool)
GetGasAmountOk returns a tuple with the GasAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesGasPayment) SetGasAmount(v string)
SetGasAmount sets GasAmount field to given value.
func (o *ResponsesGasPayment) HasGasAmount() bool
HasGasAmount returns a boolean if a field has been set.
func (o *ResponsesGasPayment) GetIgpId() *os.File
GetIgpId returns the IgpId field if non-nil, zero value otherwise.
func (o *ResponsesGasPayment) GetIgpIdOk() (**os.File, bool)
GetIgpIdOk returns a tuple with the IgpId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesGasPayment) SetIgpId(v *os.File)
SetIgpId sets IgpId field to given value.
func (o *ResponsesGasPayment) HasIgpId() bool
HasIgpId returns a boolean if a field has been set.