Name | Type | Description | Notes |
---|---|---|---|
FirstName | string | ||
LastName | string |
func NewFiatAccountOwnerPersonDetails(firstName string, lastName string, ) *FiatAccountOwnerPersonDetails
NewFiatAccountOwnerPersonDetails instantiates a new FiatAccountOwnerPersonDetails 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 NewFiatAccountOwnerPersonDetailsWithDefaults() *FiatAccountOwnerPersonDetails
NewFiatAccountOwnerPersonDetailsWithDefaults instantiates a new FiatAccountOwnerPersonDetails 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 *FiatAccountOwnerPersonDetails) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *FiatAccountOwnerPersonDetails) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccountOwnerPersonDetails) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *FiatAccountOwnerPersonDetails) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *FiatAccountOwnerPersonDetails) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FiatAccountOwnerPersonDetails) SetLastName(v string)
SetLastName sets LastName field to given value.