# DocumentReceiver

# Properties

Name Type Description Notes
CountryIso2Code string
Identifiers []StringStringKeyValuePair
IdentificationStrategy IdentificationStrategy

# Methods

# NewDocumentReceiver

func NewDocumentReceiver(countryIso2Code string, identifiers []StringStringKeyValuePair, identificationStrategy IdentificationStrategy, ) *DocumentReceiver

NewDocumentReceiver instantiates a new DocumentReceiver 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

# NewDocumentReceiverWithDefaults

func NewDocumentReceiverWithDefaults() *DocumentReceiver

NewDocumentReceiverWithDefaults instantiates a new DocumentReceiver 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

# GetCountryIso2Code

func (o *DocumentReceiver) GetCountryIso2Code() string

GetCountryIso2Code returns the CountryIso2Code field if non-nil, zero value otherwise.

# GetCountryIso2CodeOk

func (o *DocumentReceiver) 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.

# SetCountryIso2Code

func (o *DocumentReceiver) SetCountryIso2Code(v string)

SetCountryIso2Code sets CountryIso2Code field to given value.

# GetIdentifiers

func (o *DocumentReceiver) GetIdentifiers() []StringStringKeyValuePair

GetIdentifiers returns the Identifiers field if non-nil, zero value otherwise.

# GetIdentifiersOk

func (o *DocumentReceiver) GetIdentifiersOk() (*[]StringStringKeyValuePair, 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.

# SetIdentifiers

func (o *DocumentReceiver) SetIdentifiers(v []StringStringKeyValuePair)

SetIdentifiers sets Identifiers field to given value.

# GetIdentificationStrategy

func (o *DocumentReceiver) GetIdentificationStrategy() IdentificationStrategy

GetIdentificationStrategy returns the IdentificationStrategy field if non-nil, zero value otherwise.

# GetIdentificationStrategyOk

func (o *DocumentReceiver) 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.

# SetIdentificationStrategy

func (o *DocumentReceiver) SetIdentificationStrategy(v IdentificationStrategy)

SetIdentificationStrategy sets IdentificationStrategy field to given value.

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

Last Updated: 6/19/2022, 7:27:56 PM