| Name | Type | Description | Notes |
|---|---|---|---|
| CountryIso2Code | string | ||
| Identifiers | []KeyValuePair | ||
| IdentificationStrategy | IdentificationStrategy |
func NewDocumentIssueRequestReceiver(countryIso2Code string, identifiers []KeyValuePair, identificationStrategy IdentificationStrategy, ) *DocumentIssueRequestReceiver
NewDocumentIssueRequestReceiver instantiates a new DocumentIssueRequestReceiver 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 NewDocumentIssueRequestReceiverWithDefaults() *DocumentIssueRequestReceiver
NewDocumentIssueRequestReceiverWithDefaults instantiates a new DocumentIssueRequestReceiver 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 *DocumentIssueRequestReceiver) GetCountryIso2Code() string
GetCountryIso2Code returns the CountryIso2Code field if non-nil, zero value otherwise.
func (o *DocumentIssueRequestReceiver) GetCountryIso2CodeOk() (*string, bool)
GetCountryIso2CodeOk returns a tuple with the CountryIso2Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentIssueRequestReceiver) SetCountryIso2Code(v string)
SetCountryIso2Code sets CountryIso2Code field to given value.
func (o *DocumentIssueRequestReceiver) GetIdentifiers() []KeyValuePair
GetIdentifiers returns the Identifiers field if non-nil, zero value otherwise.
func (o *DocumentIssueRequestReceiver) GetIdentifiersOk() (*[]KeyValuePair, bool)
GetIdentifiersOk returns a tuple with the Identifiers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentIssueRequestReceiver) SetIdentifiers(v []KeyValuePair)
SetIdentifiers sets Identifiers field to given value.
func (o *DocumentIssueRequestReceiver) GetIdentificationStrategy() IdentificationStrategy
GetIdentificationStrategy returns the IdentificationStrategy field if non-nil, zero value otherwise.
func (o *DocumentIssueRequestReceiver) GetIdentificationStrategyOk() (*IdentificationStrategy, bool)
GetIdentificationStrategyOk returns a tuple with the IdentificationStrategy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentIssueRequestReceiver) SetIdentificationStrategy(v IdentificationStrategy)
SetIdentificationStrategy sets IdentificationStrategy field to given value.