Name | Type | Description | Notes |
---|---|---|---|
AccountHolder | Pointer to string | Name of the account holder. | [optional] |
AccountNumber | Pointer to string | Account number of the bank account. | [optional] |
Bank | Pointer to string | Name of the bank. | [optional] |
CreatedAt | Pointer to int64 | Date and time of creation of the transfer. | [optional] |
Id | Pointer to string | Unique identifier of the transfer. | [optional] |
Object | Pointer to string | Object name, which is bank_transfer_payout_method. | [optional] |
PayeeId | Pointer to string | Unique identifier of the payee. | [optional] |
Type | Pointer to string | Type of the payee. | [optional] |
func NewTransferMethodResponse() *TransferMethodResponse
NewTransferMethodResponse instantiates a new TransferMethodResponse 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 NewTransferMethodResponseWithDefaults() *TransferMethodResponse
NewTransferMethodResponseWithDefaults instantiates a new TransferMethodResponse 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 *TransferMethodResponse) GetAccountHolder() string
GetAccountHolder returns the AccountHolder field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) GetAccountHolderOk() (*string, bool)
GetAccountHolderOk returns a tuple with the AccountHolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransferMethodResponse) SetAccountHolder(v string)
SetAccountHolder sets AccountHolder field to given value.
func (o *TransferMethodResponse) HasAccountHolder() bool
HasAccountHolder returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransferMethodResponse) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *TransferMethodResponse) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetBank() string
GetBank returns the Bank field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) GetBankOk() (*string, bool)
GetBankOk returns a tuple with the Bank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransferMethodResponse) SetBank(v string)
SetBank sets Bank field to given value.
func (o *TransferMethodResponse) HasBank() bool
HasBank returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) 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 *TransferMethodResponse) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *TransferMethodResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) 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 *TransferMethodResponse) SetId(v string)
SetId sets Id field to given value.
func (o *TransferMethodResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) 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 *TransferMethodResponse) SetObject(v string)
SetObject sets Object field to given value.
func (o *TransferMethodResponse) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetPayeeId() string
GetPayeeId returns the PayeeId field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) GetPayeeIdOk() (*string, bool)
GetPayeeIdOk returns a tuple with the PayeeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransferMethodResponse) SetPayeeId(v string)
SetPayeeId sets PayeeId field to given value.
func (o *TransferMethodResponse) HasPayeeId() bool
HasPayeeId returns a boolean if a field has been set.
func (o *TransferMethodResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TransferMethodResponse) 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 *TransferMethodResponse) SetType(v string)
SetType sets Type field to given value.
func (o *TransferMethodResponse) HasType() bool
HasType returns a boolean if a field has been set.