Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.23 KB

FiatAccountOwnerPersonDetails.md

File metadata and controls

72 lines (39 loc) · 2.23 KB

FiatAccountOwnerPersonDetails

Properties

Name Type Description Notes
FirstName string
LastName string

Methods

NewFiatAccountOwnerPersonDetails

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

NewFiatAccountOwnerPersonDetailsWithDefaults

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

GetFirstName

func (o *FiatAccountOwnerPersonDetails) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *FiatAccountOwnerPersonDetails) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

GetLastName

func (o *FiatAccountOwnerPersonDetails) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

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.

SetLastName

func (o *FiatAccountOwnerPersonDetails) SetLastName(v string)

SetLastName sets LastName field to given value.

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