Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to time.Time | When the Payment Method was added to the Account. | [optional] [readonly] |
Data | Pointer to GetPaymentMethods200ResponseDataInnerData | [optional] | |
Id | Pointer to int32 | The unique ID of this Payment Method. | [optional] |
IsDefault | Pointer to bool | Whether this Payment Method is the default method for automatically processing service charges. | [optional] |
Type | Pointer to string | The type of Payment Method. | [optional] |
func NewGetPaymentMethods200ResponseDataInner() *GetPaymentMethods200ResponseDataInner
NewGetPaymentMethods200ResponseDataInner instantiates a new GetPaymentMethods200ResponseDataInner 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 NewGetPaymentMethods200ResponseDataInnerWithDefaults() *GetPaymentMethods200ResponseDataInner
NewGetPaymentMethods200ResponseDataInnerWithDefaults instantiates a new GetPaymentMethods200ResponseDataInner 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 *GetPaymentMethods200ResponseDataInner) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *GetPaymentMethods200ResponseDataInner) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPaymentMethods200ResponseDataInner) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *GetPaymentMethods200ResponseDataInner) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *GetPaymentMethods200ResponseDataInner) GetData() GetPaymentMethods200ResponseDataInnerData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetPaymentMethods200ResponseDataInner) GetDataOk() (*GetPaymentMethods200ResponseDataInnerData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPaymentMethods200ResponseDataInner) SetData(v GetPaymentMethods200ResponseDataInnerData)
SetData sets Data field to given value.
func (o *GetPaymentMethods200ResponseDataInner) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetPaymentMethods200ResponseDataInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetPaymentMethods200ResponseDataInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPaymentMethods200ResponseDataInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetPaymentMethods200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetPaymentMethods200ResponseDataInner) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
func (o *GetPaymentMethods200ResponseDataInner) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPaymentMethods200ResponseDataInner) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *GetPaymentMethods200ResponseDataInner) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (o *GetPaymentMethods200ResponseDataInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetPaymentMethods200ResponseDataInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPaymentMethods200ResponseDataInner) SetType(v string)
SetType sets Type field to given value.
func (o *GetPaymentMethods200ResponseDataInner) HasType() bool
HasType returns a boolean if a field has been set.