Name | Type | Description | Notes |
---|---|---|---|
FirstName | Pointer to string | [optional] | |
LastName | Pointer to string | [optional] |
func NewBeneficiaryPerson() *BeneficiaryPerson
NewBeneficiaryPerson instantiates a new BeneficiaryPerson 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 NewBeneficiaryPersonWithDefaults() *BeneficiaryPerson
NewBeneficiaryPersonWithDefaults instantiates a new BeneficiaryPerson 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 *BeneficiaryPerson) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *BeneficiaryPerson) 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 *BeneficiaryPerson) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *BeneficiaryPerson) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *BeneficiaryPerson) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *BeneficiaryPerson) 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 *BeneficiaryPerson) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *BeneficiaryPerson) HasLastName() bool
HasLastName returns a boolean if a field has been set.