Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.74 KB

DocumentBreakdownIssuingAuthority.md

File metadata and controls

82 lines (45 loc) · 2.74 KB

DocumentBreakdownIssuingAuthority

Properties

Name Type Description Notes
Result Pointer to string [optional]
Breakdown Pointer to DocumentBreakdownIssuingAuthorityBreakdown [optional]

Methods

NewDocumentBreakdownIssuingAuthority

func NewDocumentBreakdownIssuingAuthority() *DocumentBreakdownIssuingAuthority

NewDocumentBreakdownIssuingAuthority instantiates a new DocumentBreakdownIssuingAuthority 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

NewDocumentBreakdownIssuingAuthorityWithDefaults

func NewDocumentBreakdownIssuingAuthorityWithDefaults() *DocumentBreakdownIssuingAuthority

NewDocumentBreakdownIssuingAuthorityWithDefaults instantiates a new DocumentBreakdownIssuingAuthority 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

GetResult

func (o *DocumentBreakdownIssuingAuthority) GetResult() string

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *DocumentBreakdownIssuingAuthority) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResult

func (o *DocumentBreakdownIssuingAuthority) SetResult(v string)

SetResult sets Result field to given value.

HasResult

func (o *DocumentBreakdownIssuingAuthority) HasResult() bool

HasResult returns a boolean if a field has been set.

GetBreakdown

func (o *DocumentBreakdownIssuingAuthority) GetBreakdown() DocumentBreakdownIssuingAuthorityBreakdown

GetBreakdown returns the Breakdown field if non-nil, zero value otherwise.

GetBreakdownOk

func (o *DocumentBreakdownIssuingAuthority) GetBreakdownOk() (*DocumentBreakdownIssuingAuthorityBreakdown, bool)

GetBreakdownOk returns a tuple with the Breakdown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBreakdown

func (o *DocumentBreakdownIssuingAuthority) SetBreakdown(v DocumentBreakdownIssuingAuthorityBreakdown)

SetBreakdown sets Breakdown field to given value.

HasBreakdown

func (o *DocumentBreakdownIssuingAuthority) HasBreakdown() bool

HasBreakdown returns a boolean if a field has been set.

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