Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

EzsigndocumentDeclineToSignV1Request.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

EzsigndocumentDeclineToSignV1Request

Properties

Name Type Description Notes
SReason string Reason for refusal

Methods

NewEzsigndocumentDeclineToSignV1Request

func NewEzsigndocumentDeclineToSignV1Request(sReason string, ) *EzsigndocumentDeclineToSignV1Request

NewEzsigndocumentDeclineToSignV1Request instantiates a new EzsigndocumentDeclineToSignV1Request 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

NewEzsigndocumentDeclineToSignV1RequestWithDefaults

func NewEzsigndocumentDeclineToSignV1RequestWithDefaults() *EzsigndocumentDeclineToSignV1Request

NewEzsigndocumentDeclineToSignV1RequestWithDefaults instantiates a new EzsigndocumentDeclineToSignV1Request 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

GetSReason

func (o *EzsigndocumentDeclineToSignV1Request) GetSReason() string

GetSReason returns the SReason field if non-nil, zero value otherwise.

GetSReasonOk

func (o *EzsigndocumentDeclineToSignV1Request) GetSReasonOk() (*string, bool)

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

SetSReason

func (o *EzsigndocumentDeclineToSignV1Request) SetSReason(v string)

SetSReason sets SReason field to given value.

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