Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.55 KB

ProofOfAddressBreakdownDocumentClassificationBreakdown.md

File metadata and controls

56 lines (31 loc) · 2.55 KB

ProofOfAddressBreakdownDocumentClassificationBreakdown

Properties

Name Type Description Notes
SupportedDocument Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry [optional]

Methods

NewProofOfAddressBreakdownDocumentClassificationBreakdown

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

NewProofOfAddressBreakdownDocumentClassificationBreakdownWithDefaults

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

GetSupportedDocument

func (o *ProofOfAddressBreakdownDocumentClassificationBreakdown) GetSupportedDocument() DocumentBreakdownDataComparisonBreakdownIssuingCountry

GetSupportedDocument returns the SupportedDocument field if non-nil, zero value otherwise.

GetSupportedDocumentOk

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.

SetSupportedDocument

func (o *ProofOfAddressBreakdownDocumentClassificationBreakdown) SetSupportedDocument(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)

SetSupportedDocument sets SupportedDocument field to given value.

HasSupportedDocument

func (o *ProofOfAddressBreakdownDocumentClassificationBreakdown) HasSupportedDocument() bool

HasSupportedDocument returns a boolean if a field has been set.

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