Name | Type | Description | Notes |
---|---|---|---|
NfcActiveAuthentication | Pointer to DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication | [optional] | |
NfcPassiveAuthentication | Pointer to DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication | [optional] |
func NewDocumentBreakdownIssuingAuthorityBreakdown() *DocumentBreakdownIssuingAuthorityBreakdown
NewDocumentBreakdownIssuingAuthorityBreakdown instantiates a new DocumentBreakdownIssuingAuthorityBreakdown 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 NewDocumentBreakdownIssuingAuthorityBreakdownWithDefaults() *DocumentBreakdownIssuingAuthorityBreakdown
NewDocumentBreakdownIssuingAuthorityBreakdownWithDefaults instantiates a new DocumentBreakdownIssuingAuthorityBreakdown 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 *DocumentBreakdownIssuingAuthorityBreakdown) GetNfcActiveAuthentication() DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication
GetNfcActiveAuthentication returns the NfcActiveAuthentication field if non-nil, zero value otherwise.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) GetNfcActiveAuthenticationOk() (*DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication, bool)
GetNfcActiveAuthenticationOk returns a tuple with the NfcActiveAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) SetNfcActiveAuthentication(v DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication)
SetNfcActiveAuthentication sets NfcActiveAuthentication field to given value.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) HasNfcActiveAuthentication() bool
HasNfcActiveAuthentication returns a boolean if a field has been set.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) GetNfcPassiveAuthentication() DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication
GetNfcPassiveAuthentication returns the NfcPassiveAuthentication field if non-nil, zero value otherwise.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) GetNfcPassiveAuthenticationOk() (*DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication, bool)
GetNfcPassiveAuthenticationOk returns a tuple with the NfcPassiveAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) SetNfcPassiveAuthentication(v DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication)
SetNfcPassiveAuthentication sets NfcPassiveAuthentication field to given value.
func (o *DocumentBreakdownIssuingAuthorityBreakdown) HasNfcPassiveAuthentication() bool
HasNfcPassiveAuthentication returns a boolean if a field has been set.