Name | Type | Description | Notes |
---|---|---|---|
SupportedDocument | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] |
func NewProofOfAddressBreakdownDocumentClassificationBreakdown() *ProofOfAddressBreakdownDocumentClassificationBreakdown
NewProofOfAddressBreakdownDocumentClassificationBreakdown instantiates a new ProofOfAddressBreakdownDocumentClassificationBreakdown 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 NewProofOfAddressBreakdownDocumentClassificationBreakdownWithDefaults() *ProofOfAddressBreakdownDocumentClassificationBreakdown
NewProofOfAddressBreakdownDocumentClassificationBreakdownWithDefaults instantiates a new ProofOfAddressBreakdownDocumentClassificationBreakdown 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 *ProofOfAddressBreakdownDocumentClassificationBreakdown) GetSupportedDocument() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetSupportedDocument returns the SupportedDocument field if non-nil, zero value otherwise.
func (o *ProofOfAddressBreakdownDocumentClassificationBreakdown) GetSupportedDocumentOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetSupportedDocumentOk returns a tuple with the SupportedDocument field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProofOfAddressBreakdownDocumentClassificationBreakdown) SetSupportedDocument(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetSupportedDocument sets SupportedDocument field to given value.
func (o *ProofOfAddressBreakdownDocumentClassificationBreakdown) HasSupportedDocument() bool
HasSupportedDocument returns a boolean if a field has been set.