Skip to content

Latest commit

 

History

History
192 lines (103 loc) · 5.2 KB

PaymentMethodSpeiRecurrent.md

File metadata and controls

192 lines (103 loc) · 5.2 KB

PaymentMethodSpeiRecurrent

Properties

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]

Methods

NewPaymentMethodSpeiRecurrent

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

NewPaymentMethodSpeiRecurrentWithDefaults

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

GetType

func (o *PaymentMethodSpeiRecurrent) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *PaymentMethodSpeiRecurrent) SetType(v string)

SetType sets Type field to given value.

GetId

func (o *PaymentMethodSpeiRecurrent) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *PaymentMethodSpeiRecurrent) SetId(v string)

SetId sets Id field to given value.

GetObject

func (o *PaymentMethodSpeiRecurrent) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

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.

SetObject

func (o *PaymentMethodSpeiRecurrent) SetObject(v string)

SetObject sets Object field to given value.

GetCreatedAt

func (o *PaymentMethodSpeiRecurrent) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *PaymentMethodSpeiRecurrent) SetCreatedAt(v int64)

SetCreatedAt sets CreatedAt field to given value.

GetParentId

func (o *PaymentMethodSpeiRecurrent) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

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.

SetParentId

func (o *PaymentMethodSpeiRecurrent) SetParentId(v string)

SetParentId sets ParentId field to given value.

HasParentId

func (o *PaymentMethodSpeiRecurrent) HasParentId() bool

HasParentId returns a boolean if a field has been set.

GetReference

func (o *PaymentMethodSpeiRecurrent) GetReference() string

GetReference returns the Reference field if non-nil, zero value otherwise.

GetReferenceOk

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.

SetReference

func (o *PaymentMethodSpeiRecurrent) SetReference(v string)

SetReference sets Reference field to given value.

HasReference

func (o *PaymentMethodSpeiRecurrent) HasReference() bool

HasReference returns a boolean if a field has been set.

GetExpiresAt

func (o *PaymentMethodSpeiRecurrent) GetExpiresAt() string

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

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.

SetExpiresAt

func (o *PaymentMethodSpeiRecurrent) SetExpiresAt(v string)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *PaymentMethodSpeiRecurrent) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]