Name | Type | Description | Notes |
---|---|---|---|
PkiEzsignsignaturecustomdateID | int32 | The unique ID of the Ezsignsignaturecustomdate | |
IEzsignsignaturecustomdateX | Pointer to int32 | The X coordinate (Horizontal) where to put the Ezsignsignaturecustomdate on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignaturecustomdate block 2 inches from the left border of the page, you would use "200" for the X coordinate. | [optional] |
IEzsignsignaturecustomdateY | Pointer to int32 | The Y coordinate (Vertical) where to put the Ezsignsignaturecustomdate on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignaturecustomdate block 3 inches from the top border of the page, you would use "300" for the Y coordinate. | [optional] |
IEzsignsignaturecustomdateOffsetx | Pointer to int32 | The X coordinate (Horizontal) where to put the Ezsignsignaturecustomdate on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignaturecustomdate block 2 inches from the left of the signature, you would use "200" for the X coordinate. | [optional] |
IEzsignsignaturecustomdateOffsety | Pointer to int32 | The Y coordinate (Vertical) where to put the Ezsignsignaturecustomdate on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignaturecustomdate block 3 inches from the top of the signature, you would use "300" for the Y coordinate. | [optional] |
SEzsignsignaturecustomdateFormat | string | The custom date format to use You can use the codes below and they will be replaced at signature time. Text values like month and day names will be rendered in the proper language. Other text will be left as-is. The codes examples below are based on the following datetime: Thursday, January 6, 2022 at 08:07:09 EST For example, the format "Signature date: {MM}/{DD}/{YYYY} {hh}:{mm}" would become "Signature date: 01/06/2022 08:07" Year | Code |
func NewEzsignsignaturecustomdateResponse(pkiEzsignsignaturecustomdateID int32, sEzsignsignaturecustomdateFormat string, ) *EzsignsignaturecustomdateResponse
NewEzsignsignaturecustomdateResponse instantiates a new EzsignsignaturecustomdateResponse 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 NewEzsignsignaturecustomdateResponseWithDefaults() *EzsignsignaturecustomdateResponse
NewEzsignsignaturecustomdateResponseWithDefaults instantiates a new EzsignsignaturecustomdateResponse 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 *EzsignsignaturecustomdateResponse) GetPkiEzsignsignaturecustomdateID() int32
GetPkiEzsignsignaturecustomdateID returns the PkiEzsignsignaturecustomdateID field if non-nil, zero value otherwise.
func (o *EzsignsignaturecustomdateResponse) GetPkiEzsignsignaturecustomdateIDOk() (*int32, bool)
GetPkiEzsignsignaturecustomdateIDOk returns a tuple with the PkiEzsignsignaturecustomdateID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignaturecustomdateResponse) SetPkiEzsignsignaturecustomdateID(v int32)
SetPkiEzsignsignaturecustomdateID sets PkiEzsignsignaturecustomdateID field to given value.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateX() int32
GetIEzsignsignaturecustomdateX returns the IEzsignsignaturecustomdateX field if non-nil, zero value otherwise.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateXOk() (*int32, bool)
GetIEzsignsignaturecustomdateXOk returns a tuple with the IEzsignsignaturecustomdateX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignaturecustomdateResponse) SetIEzsignsignaturecustomdateX(v int32)
SetIEzsignsignaturecustomdateX sets IEzsignsignaturecustomdateX field to given value.
func (o *EzsignsignaturecustomdateResponse) HasIEzsignsignaturecustomdateX() bool
HasIEzsignsignaturecustomdateX returns a boolean if a field has been set.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateY() int32
GetIEzsignsignaturecustomdateY returns the IEzsignsignaturecustomdateY field if non-nil, zero value otherwise.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateYOk() (*int32, bool)
GetIEzsignsignaturecustomdateYOk returns a tuple with the IEzsignsignaturecustomdateY field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignaturecustomdateResponse) SetIEzsignsignaturecustomdateY(v int32)
SetIEzsignsignaturecustomdateY sets IEzsignsignaturecustomdateY field to given value.
func (o *EzsignsignaturecustomdateResponse) HasIEzsignsignaturecustomdateY() bool
HasIEzsignsignaturecustomdateY returns a boolean if a field has been set.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateOffsetx() int32
GetIEzsignsignaturecustomdateOffsetx returns the IEzsignsignaturecustomdateOffsetx field if non-nil, zero value otherwise.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateOffsetxOk() (*int32, bool)
GetIEzsignsignaturecustomdateOffsetxOk returns a tuple with the IEzsignsignaturecustomdateOffsetx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignaturecustomdateResponse) SetIEzsignsignaturecustomdateOffsetx(v int32)
SetIEzsignsignaturecustomdateOffsetx sets IEzsignsignaturecustomdateOffsetx field to given value.
func (o *EzsignsignaturecustomdateResponse) HasIEzsignsignaturecustomdateOffsetx() bool
HasIEzsignsignaturecustomdateOffsetx returns a boolean if a field has been set.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateOffsety() int32
GetIEzsignsignaturecustomdateOffsety returns the IEzsignsignaturecustomdateOffsety field if non-nil, zero value otherwise.
func (o *EzsignsignaturecustomdateResponse) GetIEzsignsignaturecustomdateOffsetyOk() (*int32, bool)
GetIEzsignsignaturecustomdateOffsetyOk returns a tuple with the IEzsignsignaturecustomdateOffsety field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignaturecustomdateResponse) SetIEzsignsignaturecustomdateOffsety(v int32)
SetIEzsignsignaturecustomdateOffsety sets IEzsignsignaturecustomdateOffsety field to given value.
func (o *EzsignsignaturecustomdateResponse) HasIEzsignsignaturecustomdateOffsety() bool
HasIEzsignsignaturecustomdateOffsety returns a boolean if a field has been set.
func (o *EzsignsignaturecustomdateResponse) GetSEzsignsignaturecustomdateFormat() string
GetSEzsignsignaturecustomdateFormat returns the SEzsignsignaturecustomdateFormat field if non-nil, zero value otherwise.
func (o *EzsignsignaturecustomdateResponse) GetSEzsignsignaturecustomdateFormatOk() (*string, bool)
GetSEzsignsignaturecustomdateFormatOk returns a tuple with the SEzsignsignaturecustomdateFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignaturecustomdateResponse) SetSEzsignsignaturecustomdateFormat(v string)
SetSEzsignsignaturecustomdateFormat sets SEzsignsignaturecustomdateFormat field to given value.