Name | Type | Description | Notes |
---|---|---|---|
DataComparison | Pointer to ProofOfAddressBreakdownDataComparison | [optional] | |
DocumentClassification | Pointer to ProofOfAddressBreakdownDocumentClassification | [optional] | |
ImageIntegrity | Pointer to ProofOfAddressBreakdownImageIntegrity | [optional] |
func NewProofOfAddressBreakdown() *ProofOfAddressBreakdown
NewProofOfAddressBreakdown instantiates a new ProofOfAddressBreakdown 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 NewProofOfAddressBreakdownWithDefaults() *ProofOfAddressBreakdown
NewProofOfAddressBreakdownWithDefaults instantiates a new ProofOfAddressBreakdown 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 *ProofOfAddressBreakdown) GetDataComparison() ProofOfAddressBreakdownDataComparison
GetDataComparison returns the DataComparison field if non-nil, zero value otherwise.
func (o *ProofOfAddressBreakdown) GetDataComparisonOk() (*ProofOfAddressBreakdownDataComparison, bool)
GetDataComparisonOk returns a tuple with the DataComparison field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProofOfAddressBreakdown) SetDataComparison(v ProofOfAddressBreakdownDataComparison)
SetDataComparison sets DataComparison field to given value.
func (o *ProofOfAddressBreakdown) HasDataComparison() bool
HasDataComparison returns a boolean if a field has been set.
func (o *ProofOfAddressBreakdown) GetDocumentClassification() ProofOfAddressBreakdownDocumentClassification
GetDocumentClassification returns the DocumentClassification field if non-nil, zero value otherwise.
func (o *ProofOfAddressBreakdown) GetDocumentClassificationOk() (*ProofOfAddressBreakdownDocumentClassification, bool)
GetDocumentClassificationOk returns a tuple with the DocumentClassification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProofOfAddressBreakdown) SetDocumentClassification(v ProofOfAddressBreakdownDocumentClassification)
SetDocumentClassification sets DocumentClassification field to given value.
func (o *ProofOfAddressBreakdown) HasDocumentClassification() bool
HasDocumentClassification returns a boolean if a field has been set.
func (o *ProofOfAddressBreakdown) GetImageIntegrity() ProofOfAddressBreakdownImageIntegrity
GetImageIntegrity returns the ImageIntegrity field if non-nil, zero value otherwise.
func (o *ProofOfAddressBreakdown) GetImageIntegrityOk() (*ProofOfAddressBreakdownImageIntegrity, bool)
GetImageIntegrityOk returns a tuple with the ImageIntegrity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProofOfAddressBreakdown) SetImageIntegrity(v ProofOfAddressBreakdownImageIntegrity)
SetImageIntegrity sets ImageIntegrity field to given value.
func (o *ProofOfAddressBreakdown) HasImageIntegrity() bool
HasImageIntegrity returns a boolean if a field has been set.