Name | Type | Description | Notes |
---|---|---|---|
MinimumAcceptedAge | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] |
func NewDocumentBreakdownAgeValidationBreakdown() *DocumentBreakdownAgeValidationBreakdown
NewDocumentBreakdownAgeValidationBreakdown instantiates a new DocumentBreakdownAgeValidationBreakdown 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 NewDocumentBreakdownAgeValidationBreakdownWithDefaults() *DocumentBreakdownAgeValidationBreakdown
NewDocumentBreakdownAgeValidationBreakdownWithDefaults instantiates a new DocumentBreakdownAgeValidationBreakdown 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 *DocumentBreakdownAgeValidationBreakdown) GetMinimumAcceptedAge() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetMinimumAcceptedAge returns the MinimumAcceptedAge field if non-nil, zero value otherwise.
func (o *DocumentBreakdownAgeValidationBreakdown) GetMinimumAcceptedAgeOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetMinimumAcceptedAgeOk returns a tuple with the MinimumAcceptedAge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownAgeValidationBreakdown) SetMinimumAcceptedAge(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetMinimumAcceptedAge sets MinimumAcceptedAge field to given value.
func (o *DocumentBreakdownAgeValidationBreakdown) HasMinimumAcceptedAge() bool
HasMinimumAcceptedAge returns a boolean if a field has been set.