Name | Type | Description | Notes |
---|---|---|---|
SReason | string | Reason for refusal |
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
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
func (o *EzsigndocumentDeclineToSignV1Request) GetSReason() string
GetSReason returns the SReason field if non-nil, zero value otherwise.
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.
func (o *EzsigndocumentDeclineToSignV1Request) SetSReason(v string)
SetSReason sets SReason field to given value.