Name | Type | Description | Notes |
---|---|---|---|
PersonDetails | Pointer to BeneficiaryPerson | [optional] | |
InstitutionDetails | Pointer to BeneficiaryInstitution | [optional] |
func NewBeneficiary() *Beneficiary
NewBeneficiary instantiates a new Beneficiary 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 NewBeneficiaryWithDefaults() *Beneficiary
NewBeneficiaryWithDefaults instantiates a new Beneficiary 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 *Beneficiary) GetPersonDetails() BeneficiaryPerson
GetPersonDetails returns the PersonDetails field if non-nil, zero value otherwise.
func (o *Beneficiary) GetPersonDetailsOk() (*BeneficiaryPerson, bool)
GetPersonDetailsOk returns a tuple with the PersonDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Beneficiary) SetPersonDetails(v BeneficiaryPerson)
SetPersonDetails sets PersonDetails field to given value.
func (o *Beneficiary) HasPersonDetails() bool
HasPersonDetails returns a boolean if a field has been set.
func (o *Beneficiary) GetInstitutionDetails() BeneficiaryInstitution
GetInstitutionDetails returns the InstitutionDetails field if non-nil, zero value otherwise.
func (o *Beneficiary) GetInstitutionDetailsOk() (*BeneficiaryInstitution, bool)
GetInstitutionDetailsOk returns a tuple with the InstitutionDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Beneficiary) SetInstitutionDetails(v BeneficiaryInstitution)
SetInstitutionDetails sets InstitutionDetails field to given value.
func (o *Beneficiary) HasInstitutionDetails() bool
HasInstitutionDetails returns a boolean if a field has been set.