Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.82 KB

DocumentBreakdownIssuingAuthorityBreakdown.md

File metadata and controls

82 lines (45 loc) · 3.82 KB

DocumentBreakdownIssuingAuthorityBreakdown

Properties

Name Type Description Notes
NfcActiveAuthentication Pointer to DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication [optional]
NfcPassiveAuthentication Pointer to DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication [optional]

Methods

NewDocumentBreakdownIssuingAuthorityBreakdown

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

NewDocumentBreakdownIssuingAuthorityBreakdownWithDefaults

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

GetNfcActiveAuthentication

func (o *DocumentBreakdownIssuingAuthorityBreakdown) GetNfcActiveAuthentication() DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication

GetNfcActiveAuthentication returns the NfcActiveAuthentication field if non-nil, zero value otherwise.

GetNfcActiveAuthenticationOk

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.

SetNfcActiveAuthentication

func (o *DocumentBreakdownIssuingAuthorityBreakdown) SetNfcActiveAuthentication(v DocumentBreakdownIssuingAuthorityBreakdownNfcActiveAuthentication)

SetNfcActiveAuthentication sets NfcActiveAuthentication field to given value.

HasNfcActiveAuthentication

func (o *DocumentBreakdownIssuingAuthorityBreakdown) HasNfcActiveAuthentication() bool

HasNfcActiveAuthentication returns a boolean if a field has been set.

GetNfcPassiveAuthentication

func (o *DocumentBreakdownIssuingAuthorityBreakdown) GetNfcPassiveAuthentication() DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication

GetNfcPassiveAuthentication returns the NfcPassiveAuthentication field if non-nil, zero value otherwise.

GetNfcPassiveAuthenticationOk

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.

SetNfcPassiveAuthentication

func (o *DocumentBreakdownIssuingAuthorityBreakdown) SetNfcPassiveAuthentication(v DocumentBreakdownIssuingAuthorityBreakdownNfcPassiveAuthentication)

SetNfcPassiveAuthentication sets NfcPassiveAuthentication field to given value.

HasNfcPassiveAuthentication

func (o *DocumentBreakdownIssuingAuthorityBreakdown) HasNfcPassiveAuthentication() bool

HasNfcPassiveAuthentication returns a boolean if a field has been set.

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