Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.34 KB

DocumentBreakdownAgeValidationBreakdown.md

File metadata and controls

56 lines (31 loc) · 2.34 KB

DocumentBreakdownAgeValidationBreakdown

Properties

Name Type Description Notes
MinimumAcceptedAge Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry [optional]

Methods

NewDocumentBreakdownAgeValidationBreakdown

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

NewDocumentBreakdownAgeValidationBreakdownWithDefaults

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

GetMinimumAcceptedAge

func (o *DocumentBreakdownAgeValidationBreakdown) GetMinimumAcceptedAge() DocumentBreakdownDataComparisonBreakdownIssuingCountry

GetMinimumAcceptedAge returns the MinimumAcceptedAge field if non-nil, zero value otherwise.

GetMinimumAcceptedAgeOk

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.

SetMinimumAcceptedAge

func (o *DocumentBreakdownAgeValidationBreakdown) SetMinimumAcceptedAge(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)

SetMinimumAcceptedAge sets MinimumAcceptedAge field to given value.

HasMinimumAcceptedAge

func (o *DocumentBreakdownAgeValidationBreakdown) HasMinimumAcceptedAge() bool

HasMinimumAcceptedAge returns a boolean if a field has been set.

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