Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Id | string | ||
Object | string | ||
CreatedAt | int64 | ||
ParentId | Pointer to string | [optional] | |
Reference | Pointer to string | [optional] | |
ExpiresAt | Pointer to string | [optional] |
func NewPaymentMethodSpeiRecurrent(type_ string, id string, object string, createdAt int64, ) *PaymentMethodSpeiRecurrent
NewPaymentMethodSpeiRecurrent instantiates a new PaymentMethodSpeiRecurrent 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 NewPaymentMethodSpeiRecurrentWithDefaults() *PaymentMethodSpeiRecurrent
NewPaymentMethodSpeiRecurrentWithDefaults instantiates a new PaymentMethodSpeiRecurrent 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 *PaymentMethodSpeiRecurrent) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) 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 *PaymentMethodSpeiRecurrent) SetType(v string)
SetType sets Type field to given value.
func (o *PaymentMethodSpeiRecurrent) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) GetIdOk() (*string, 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 *PaymentMethodSpeiRecurrent) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentMethodSpeiRecurrent) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodSpeiRecurrent) SetObject(v string)
SetObject sets Object field to given value.
func (o *PaymentMethodSpeiRecurrent) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodSpeiRecurrent) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *PaymentMethodSpeiRecurrent) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodSpeiRecurrent) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *PaymentMethodSpeiRecurrent) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *PaymentMethodSpeiRecurrent) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodSpeiRecurrent) SetReference(v string)
SetReference sets Reference field to given value.
func (o *PaymentMethodSpeiRecurrent) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *PaymentMethodSpeiRecurrent) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *PaymentMethodSpeiRecurrent) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentMethodSpeiRecurrent) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *PaymentMethodSpeiRecurrent) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.