Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.57 KB

SignatureResponseCompoundV3.md

File metadata and controls

135 lines (72 loc) · 4.57 KB

SignatureResponseCompoundV3

Properties

Name Type Description Notes
PkiSignatureID int32 The unique ID of the Signature
FkiFontID int32 The unique ID of the Font
ESignaturePreference FieldESignaturePreference
BSignatureSvg bool Whether the signature has a SVG or not
BSignatureSvginitials bool Whether the initials has a SVG or not

Methods

NewSignatureResponseCompoundV3

func NewSignatureResponseCompoundV3(pkiSignatureID int32, fkiFontID int32, eSignaturePreference FieldESignaturePreference, bSignatureSvg bool, bSignatureSvginitials bool, ) *SignatureResponseCompoundV3

NewSignatureResponseCompoundV3 instantiates a new SignatureResponseCompoundV3 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

NewSignatureResponseCompoundV3WithDefaults

func NewSignatureResponseCompoundV3WithDefaults() *SignatureResponseCompoundV3

NewSignatureResponseCompoundV3WithDefaults instantiates a new SignatureResponseCompoundV3 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

GetPkiSignatureID

func (o *SignatureResponseCompoundV3) GetPkiSignatureID() int32

GetPkiSignatureID returns the PkiSignatureID field if non-nil, zero value otherwise.

GetPkiSignatureIDOk

func (o *SignatureResponseCompoundV3) GetPkiSignatureIDOk() (*int32, bool)

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

SetPkiSignatureID

func (o *SignatureResponseCompoundV3) SetPkiSignatureID(v int32)

SetPkiSignatureID sets PkiSignatureID field to given value.

GetFkiFontID

func (o *SignatureResponseCompoundV3) GetFkiFontID() int32

GetFkiFontID returns the FkiFontID field if non-nil, zero value otherwise.

GetFkiFontIDOk

func (o *SignatureResponseCompoundV3) GetFkiFontIDOk() (*int32, bool)

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

SetFkiFontID

func (o *SignatureResponseCompoundV3) SetFkiFontID(v int32)

SetFkiFontID sets FkiFontID field to given value.

GetESignaturePreference

func (o *SignatureResponseCompoundV3) GetESignaturePreference() FieldESignaturePreference

GetESignaturePreference returns the ESignaturePreference field if non-nil, zero value otherwise.

GetESignaturePreferenceOk

func (o *SignatureResponseCompoundV3) GetESignaturePreferenceOk() (*FieldESignaturePreference, bool)

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

SetESignaturePreference

func (o *SignatureResponseCompoundV3) SetESignaturePreference(v FieldESignaturePreference)

SetESignaturePreference sets ESignaturePreference field to given value.

GetBSignatureSvg

func (o *SignatureResponseCompoundV3) GetBSignatureSvg() bool

GetBSignatureSvg returns the BSignatureSvg field if non-nil, zero value otherwise.

GetBSignatureSvgOk

func (o *SignatureResponseCompoundV3) GetBSignatureSvgOk() (*bool, bool)

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

SetBSignatureSvg

func (o *SignatureResponseCompoundV3) SetBSignatureSvg(v bool)

SetBSignatureSvg sets BSignatureSvg field to given value.

GetBSignatureSvginitials

func (o *SignatureResponseCompoundV3) GetBSignatureSvginitials() bool

GetBSignatureSvginitials returns the BSignatureSvginitials field if non-nil, zero value otherwise.

GetBSignatureSvginitialsOk

func (o *SignatureResponseCompoundV3) GetBSignatureSvginitialsOk() (*bool, bool)

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

SetBSignatureSvginitials

func (o *SignatureResponseCompoundV3) SetBSignatureSvginitials(v bool)

SetBSignatureSvginitials sets BSignatureSvginitials field to given value.

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