Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.74 KB

File metadata and controls

72 lines (39 loc) · 2.74 KB

GetMutualFundsWorldPurchaseInfo200Response

Properties

Name Type Description Notes
MutualFund GetMutualFundsWorldPurchaseInfo200ResponseMutualFund
Status string Status of the response

Methods

NewGetMutualFundsWorldPurchaseInfo200Response

func NewGetMutualFundsWorldPurchaseInfo200Response(mutualFund GetMutualFundsWorldPurchaseInfo200ResponseMutualFund, status string, ) *GetMutualFundsWorldPurchaseInfo200Response

NewGetMutualFundsWorldPurchaseInfo200Response instantiates a new GetMutualFundsWorldPurchaseInfo200Response 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

NewGetMutualFundsWorldPurchaseInfo200ResponseWithDefaults

func NewGetMutualFundsWorldPurchaseInfo200ResponseWithDefaults() *GetMutualFundsWorldPurchaseInfo200Response

NewGetMutualFundsWorldPurchaseInfo200ResponseWithDefaults instantiates a new GetMutualFundsWorldPurchaseInfo200Response 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

GetMutualFund

func (o *GetMutualFundsWorldPurchaseInfo200Response) GetMutualFund() GetMutualFundsWorldPurchaseInfo200ResponseMutualFund

GetMutualFund returns the MutualFund field if non-nil, zero value otherwise.

GetMutualFundOk

func (o *GetMutualFundsWorldPurchaseInfo200Response) GetMutualFundOk() (*GetMutualFundsWorldPurchaseInfo200ResponseMutualFund, bool)

GetMutualFundOk returns a tuple with the MutualFund field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMutualFund

func (o *GetMutualFundsWorldPurchaseInfo200Response) SetMutualFund(v GetMutualFundsWorldPurchaseInfo200ResponseMutualFund)

SetMutualFund sets MutualFund field to given value.

GetStatus

func (o *GetMutualFundsWorldPurchaseInfo200Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *GetMutualFundsWorldPurchaseInfo200Response) GetStatusOk() (*string, 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.

SetStatus

func (o *GetMutualFundsWorldPurchaseInfo200Response) SetStatus(v string)

SetStatus sets Status field to given value.

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