Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The Paxos FiatAccount ID (UUID). | [optional] |
RefId | Pointer to string | The optional client-specified ID (for idempotence). | [optional] |
IdentityId | Pointer to string | The Paxos Identity (`identity_id`) of the user's FiatAccount. | [optional] |
AccountId | Pointer to string | The Paxos Account (`account_id`) of the user's FiatAccount. Required only for customers with 3rd-Party integrations initiating transfers on behalf of their end users. | [optional] |
FiatAccountOwner | Pointer to FiatAccountOwner | [optional] | |
FiatNetworkInstructions | Pointer to FiatNetworkInstructions | [optional] | |
Status | Pointer to FiatAccountStatus | [optional] | |
Metadata | Pointer to map[string]string | Optional client-specified metadata. Up to 6 key/value pairs may be returned. Each key and value must be less than or equal to 100 characters. | [optional] |
CreatedAt | Pointer to time.Time | The time at which this FiatAccount was created. | [optional] |
UpdatedAt | Pointer to time.Time | The time at which this FiatAccount record was most recently updated. | [optional] |
func NewFiatAccount() *FiatAccount
NewFiatAccount instantiates a new FiatAccount 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 NewFiatAccountWithDefaults() *FiatAccount
NewFiatAccountWithDefaults instantiates a new FiatAccount 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 *FiatAccount) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FiatAccount) 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 *FiatAccount) SetId(v string)
SetId sets Id field to given value.
func (o *FiatAccount) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FiatAccount) GetRefId() string
GetRefId returns the RefId field if non-nil, zero value otherwise.
func (o *FiatAccount) GetRefIdOk() (*string, bool)
GetRefIdOk returns a tuple with the RefId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetRefId(v string)
SetRefId sets RefId field to given value.
func (o *FiatAccount) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (o *FiatAccount) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *FiatAccount) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *FiatAccount) HasIdentityId() bool
HasIdentityId returns a boolean if a field has been set.
func (o *FiatAccount) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *FiatAccount) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *FiatAccount) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *FiatAccount) GetFiatAccountOwner() FiatAccountOwner
GetFiatAccountOwner returns the FiatAccountOwner field if non-nil, zero value otherwise.
func (o *FiatAccount) GetFiatAccountOwnerOk() (*FiatAccountOwner, bool)
GetFiatAccountOwnerOk returns a tuple with the FiatAccountOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetFiatAccountOwner(v FiatAccountOwner)
SetFiatAccountOwner sets FiatAccountOwner field to given value.
func (o *FiatAccount) HasFiatAccountOwner() bool
HasFiatAccountOwner returns a boolean if a field has been set.
func (o *FiatAccount) GetFiatNetworkInstructions() FiatNetworkInstructions
GetFiatNetworkInstructions returns the FiatNetworkInstructions field if non-nil, zero value otherwise.
func (o *FiatAccount) GetFiatNetworkInstructionsOk() (*FiatNetworkInstructions, bool)
GetFiatNetworkInstructionsOk returns a tuple with the FiatNetworkInstructions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetFiatNetworkInstructions(v FiatNetworkInstructions)
SetFiatNetworkInstructions sets FiatNetworkInstructions field to given value.
func (o *FiatAccount) HasFiatNetworkInstructions() bool
HasFiatNetworkInstructions returns a boolean if a field has been set.
func (o *FiatAccount) GetStatus() FiatAccountStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FiatAccount) GetStatusOk() (*FiatAccountStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetStatus(v FiatAccountStatus)
SetStatus sets Status field to given value.
func (o *FiatAccount) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *FiatAccount) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *FiatAccount) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *FiatAccount) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *FiatAccount) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FiatAccount) GetCreatedAtOk() (*time.Time, 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 *FiatAccount) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *FiatAccount) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *FiatAccount) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *FiatAccount) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccount) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *FiatAccount) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.