| Name | Type | Description | Notes |
|---|---|---|---|
| SubCategory | Pointer to FinancialAccountSubCategoryType | [optional] | |
| Drns | []string | DRNs. |
func NewSelectedFinancialAccountType(drns []string, ) *SelectedFinancialAccountType
NewSelectedFinancialAccountType instantiates a new SelectedFinancialAccountType 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 NewSelectedFinancialAccountTypeWithDefaults() *SelectedFinancialAccountType
NewSelectedFinancialAccountTypeWithDefaults instantiates a new SelectedFinancialAccountType 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 *SelectedFinancialAccountType) GetSubCategory() FinancialAccountSubCategoryType
GetSubCategory returns the SubCategory field if non-nil, zero value otherwise.
func (o *SelectedFinancialAccountType) GetSubCategoryOk() (*FinancialAccountSubCategoryType, bool)
GetSubCategoryOk returns a tuple with the SubCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFinancialAccountType) SetSubCategory(v FinancialAccountSubCategoryType)
SetSubCategory sets SubCategory field to given value.
func (o *SelectedFinancialAccountType) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (o *SelectedFinancialAccountType) GetDrns() []string
GetDrns returns the Drns field if non-nil, zero value otherwise.
func (o *SelectedFinancialAccountType) GetDrnsOk() (*[]string, bool)
GetDrnsOk returns a tuple with the Drns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelectedFinancialAccountType) SetDrns(v []string)
SetDrns sets Drns field to given value.