eZmaxApi

package module
v0.0.0-...-cd63dbd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2021 License: MIT Imports: 22 Imported by: 0

README ¶

Go API client for eZmaxApi

This API expose all the functionnalities for the eZmax and eZsign applications.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.1.3
  • Package version: 1.1.3
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://www.ezmax.ca/en/contact

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./eZmaxApi"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Class Method HTTP request Description
GlobalCustomerApi GlobalCustomerGetEndpointV1 Get /1/customer/{pksCustomerCode}/endpoint Get customer endpoint
ModuleAuthenticateApi AuthenticateAuthenticateV2 Post /2/module/authenticate/authenticate/{eSessionType} Authenticate a user
ModuleListApi ListGetListpresentationV1 Get /1/module/list/listpresentation/{sListName} Get all Listpresentation for a specific list
ModuleListApi ListSaveListpresentationV1 Post /1/module/list/listpresentation/{sListName} Save all Listpresentation for a specific list
ModuleSsprApi SsprResetPasswordRequestV1 Post /1/module/sspr/resetPasswordRequest Reset Password Request
ModuleSsprApi SsprResetPasswordV1 Post /1/module/sspr/resetPassword Reset Password
ModuleSsprApi SsprSendUsernamesV1 Post /1/module/sspr/sendUsernames Send username(s)
ModuleSsprApi SsprUnlockAccountRequestV1 Post /1/module/sspr/unlockAccountRequest Unlock Account Request
ModuleSsprApi SsprUnlockAccountV1 Post /1/module/sspr/unlockAccount Unlock Account
ModuleSsprApi SsprValidateTokenV1 Post /1/module/sspr/validateToken Validate Token
ModuleUserApi UserCreateEzsignuserV1 Post /1/module/user/createezsignuser Create a new User of type Ezsignuser
ObjectActivesessionApi ActivesessionGetCurrentV1 Get /1/object/activesession/getCurrent Get Current Activesession
ObjectApikeyApi ApikeyCreateObjectV1 Post /1/object/apikey Create a new Apikey
ObjectEzsignbulksendApi EzsignbulksendGetListV1 Get /1/object/ezsignbulksend/getList Retrieve Ezsignbulksend list
ObjectEzsigndocumentApi EzsigndocumentApplyEzsigntemplateV1 Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyezsigntemplate Apply an Ezsign Template to the Ezsigndocument.
ObjectEzsigndocumentApi EzsigndocumentApplyEzsigntemplateV2 Post /2/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplate Apply an Ezsign Template to the Ezsigndocument.
ObjectEzsigndocumentApi EzsigndocumentCreateObjectV1 Post /1/object/ezsigndocument Create a new Ezsigndocument
ObjectEzsigndocumentApi EzsigndocumentDeleteObjectV1 Delete /1/object/ezsigndocument/{pkiEzsigndocumentID} Delete an existing Ezsigndocument
ObjectEzsigndocumentApi EzsigndocumentGetChildrenV1 Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getChildren Retrieve an existing Ezsigndocument's children IDs
ObjectEzsigndocumentApi EzsigndocumentGetDownloadUrlV1 Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getDownloadUrl/{eDocumentType} Retrieve a URL to download documents.
ObjectEzsigndocumentApi EzsigndocumentGetEzsignpagesV1 Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignpages Retrieve an existing Ezsigndocument's Ezsignpages
ObjectEzsigndocumentApi EzsigndocumentGetFormDataV1 Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getFormData Retrieve an existing Ezsigndocument's Form Data
ObjectEzsigndocumentApi EzsigndocumentGetObjectV1 Get /1/object/ezsigndocument/{pkiEzsigndocumentID} Retrieve an existing Ezsigndocument
ObjectEzsigndocumentApi EzsigndocumentGetWordsPositionsV1 Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions Retrieve positions X,Y of given words from a Ezsigndocument
ObjectEzsignfolderApi EzsignfolderCreateObjectV1 Post /1/object/ezsignfolder Create a new Ezsignfolder
ObjectEzsignfolderApi EzsignfolderDeleteObjectV1 Delete /1/object/ezsignfolder/{pkiEzsignfolderID} Delete an existing Ezsignfolder
ObjectEzsignfolderApi EzsignfolderGetChildrenV1 Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getChildren Retrieve an existing Ezsignfolder's children IDs
ObjectEzsignfolderApi EzsignfolderGetFormsDataV1 Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getFormsData Retrieve an existing Ezsignfolder's forms data
ObjectEzsignfolderApi EzsignfolderGetListV1 Get /1/object/ezsignfolder/getList Retrieve Ezsignfolder list
ObjectEzsignfolderApi EzsignfolderGetObjectV1 Get /1/object/ezsignfolder/{pkiEzsignfolderID} Retrieve an existing Ezsignfolder
ObjectEzsignfolderApi EzsignfolderSendV1 Post /1/object/ezsignfolder/{pkiEzsignfolderID}/send Send the Ezsignfolder to the signatories for signature
ObjectEzsignfolderApi EzsignfolderUnsendV1 Post /1/object/ezsignfolder/{pkiEzsignfolderID}/unsend Unsend the Ezsignfolder
ObjectEzsignfoldersignerassociationApi EzsignfoldersignerassociationCreateObjectV1 Post /1/object/ezsignfoldersignerassociation Create a new Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationApi EzsignfoldersignerassociationDeleteObjectV1 Delete /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Delete an existing Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationApi EzsignfoldersignerassociationGetChildrenV1 Get /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/getChildren Retrieve an existing Ezsignfoldersignerassociation's children IDs
ObjectEzsignfoldersignerassociationApi EzsignfoldersignerassociationGetInPersonLoginUrlV1 Get /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/getInPersonLoginUrl Retrieve a Login Url to allow In-Person signing
ObjectEzsignfoldersignerassociationApi EzsignfoldersignerassociationGetObjectV1 Get /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Retrieve an existing Ezsignfoldersignerassociation
ObjectEzsignfoldertypeApi EzsignfoldertypeGetAutocompleteV1 Get /1/object/ezsignfoldertype/getAutocomplete/{sSelector} Retrieve Ezsignfoldertypes and IDs
ObjectEzsignfoldertypeApi EzsignfoldertypeGetListV1 Get /1/object/ezsignfoldertype/getList Retrieve Ezsignfoldertype list
ObjectEzsignsignatureApi EzsignsignatureCreateObjectV1 Post /1/object/ezsignsignature Create a new Ezsignsignature
ObjectEzsignsignatureApi EzsignsignatureDeleteObjectV1 Delete /1/object/ezsignsignature/{pkiEzsignsignatureID} Delete an existing Ezsignsignature
ObjectEzsignsignatureApi EzsignsignatureGetChildrenV1 Get /1/object/ezsignsignature/{pkiEzsignsignatureID}/getChildren Retrieve an existing Ezsignsignature's children IDs
ObjectEzsignsignatureApi EzsignsignatureGetObjectV1 Get /1/object/ezsignsignature/{pkiEzsignsignatureID} Retrieve an existing Ezsignsignature
ObjectEzsigntemplatepackageApi EzsigntemplatepackageGetListV1 Get /1/object/ezsigntemplatepackage/getList Retrieve Ezsigntemplatepackage list
ObjectFranchisebrokerApi FranchisebrokerGetAutocompleteV1 Get /1/object/franchisebroker/getAutocomplete/{sSelector} Retrieve Franchisebrokers and IDs
ObjectFranchiseofficeApi FranchiseofficeGetAutocompleteV1 Get /1/object/franchiseoffice/getAutocomplete/{sSelector} Retrieve Franchiseoffices and IDs
ObjectFranchisereferalincomeApi FranchisereferalincomeCreateObjectV1 Post /1/object/franchisereferalincome Create a new Franchisereferalincome
ObjectPeriodApi PeriodGetAutocompleteV1 Get /1/object/period/getAutocomplete/{sSelector} Retrieve Periods and IDs

Documentation For Models

Documentation For Authorization

Authorization
  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

support-api@ezmax.ca

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedFieldEEzsigndocumentStepEnumValues = []FieldEEzsigndocumentStep{
	"Unsent",
	"Unsigned",
	"PartiallySigned",
	"DeclinedToSign",
	"PrematurelyEnded",
	"Completed",
}

All allowed values of FieldEEzsigndocumentStep enum

View Source
var AllowedFieldEEzsignfolderSendreminderfrequencyEnumValues = []FieldEEzsignfolderSendreminderfrequency{
	"None",
	"Daily",
	"Weekly",
}

All allowed values of FieldEEzsignfolderSendreminderfrequency enum

View Source
var AllowedFieldEEzsignfolderStepEnumValues = []FieldEEzsignfolderStep{
	"Unsent",
	"Sent",
	"PartiallySigned",
	"Expired",
	"Completed",
	"Archived",
}

All allowed values of FieldEEzsignfolderStep enum

View Source
var AllowedFieldEEzsignfoldertypePrivacylevelEnumValues = []FieldEEzsignfoldertypePrivacylevel{
	"User",
	"Usergroup",
}

All allowed values of FieldEEzsignfoldertypePrivacylevel enum

View Source
var AllowedFieldEEzsignsignatureTypeEnumValues = []FieldEEzsignsignatureType{
	"Acknowledgement",
	"City",
	"Handwritten",
	"Initials",
	"Name",
}

All allowed values of FieldEEzsignsignatureType enum

View Source
var AllowedFieldEEzsigntemplatepackageTypeEnumValues = []FieldEEzsigntemplatepackageType{
	"Company",
	"Department",
	"Team",
	"User",
	"Usergroup",
}

All allowed values of FieldEEzsigntemplatepackageType enum

View Source
var AllowedFieldEPhoneTypeEnumValues = []FieldEPhoneType{
	"Local",
	"International",
}

All allowed values of FieldEPhoneType enum

View Source
var AllowedFieldEUserTypeEnumValues = []FieldEUserType{
	"AgentBroker",
	"Assistant",
	"Attendance",
	"Customer",
	"Employee",
	"Ezcom",
	"EzsignSigner",
	"EzsignUser",
	"FranchiseCustomerServer",
	"Normal",
	"RewardAdministration",
	"RewardMember",
	"RewardRepresentative",
	"RewardCustomer",
	"RewardDistributorServer",
	"Supplier",
	"VetrxCustomer",
	"Vetrxcustomergroup",
	"VetrxCustomerServer",
	"VetrxManufacturer",
	"VetrxVendor",
}

All allowed values of FieldEUserType enum

View Source
var AllowedFieldEUserTypeSSPREnumValues = []FieldEUserTypeSSPR{
	"EzsignUser",
	"Native",
}

All allowed values of FieldEUserTypeSSPR enum

View Source
var AllowedHeaderAcceptLanguageEnumValues = []HeaderAcceptLanguage{
	"*",
	"en",
	"fr",
}

All allowed values of HeaderAcceptLanguage enum

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	GlobalCustomerApi *GlobalCustomerApiService

	ModuleAuthenticateApi *ModuleAuthenticateApiService

	ModuleListApi *ModuleListApiService

	ModuleSsprApi *ModuleSsprApiService

	ModuleUserApi *ModuleUserApiService

	ObjectActivesessionApi *ObjectActivesessionApiService

	ObjectApikeyApi *ObjectApikeyApiService

	ObjectEzsignbulksendApi *ObjectEzsignbulksendApiService

	ObjectEzsigndocumentApi *ObjectEzsigndocumentApiService

	ObjectEzsignfolderApi *ObjectEzsignfolderApiService

	ObjectEzsignfoldersignerassociationApi *ObjectEzsignfoldersignerassociationApiService

	ObjectEzsignfoldertypeApi *ObjectEzsignfoldertypeApiService

	ObjectEzsignsignatureApi *ObjectEzsignsignatureApiService

	ObjectEzsigntemplatepackageApi *ObjectEzsigntemplatepackageApiService

	ObjectFranchisebrokerApi *ObjectFranchisebrokerApiService

	ObjectFranchiseofficeApi *ObjectFranchiseofficeApiService

	ObjectFranchisereferalincomeApi *ObjectFranchisereferalincomeApiService

	ObjectPeriodApi *ObjectPeriodApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the eZmax API Definition API v1.1.3 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type ActivesessionGetCurrentV1Response ¶

type ActivesessionGetCurrentV1Response struct {
	MPayload        ActivesessionGetCurrentV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload            `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                   `json:"objDebug,omitempty"`
}

ActivesessionGetCurrentV1Response Response for the /1/object/activesession/getCurrent API Request

func NewActivesessionGetCurrentV1Response ¶

func NewActivesessionGetCurrentV1Response(mPayload ActivesessionGetCurrentV1ResponseMPayload) *ActivesessionGetCurrentV1Response

NewActivesessionGetCurrentV1Response instantiates a new ActivesessionGetCurrentV1Response 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 NewActivesessionGetCurrentV1ResponseWithDefaults ¶

func NewActivesessionGetCurrentV1ResponseWithDefaults() *ActivesessionGetCurrentV1Response

NewActivesessionGetCurrentV1ResponseWithDefaults instantiates a new ActivesessionGetCurrentV1Response 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 (*ActivesessionGetCurrentV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*ActivesessionGetCurrentV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*ActivesessionGetCurrentV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*ActivesessionGetCurrentV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1Response) HasObjDebug ¶

func (o *ActivesessionGetCurrentV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*ActivesessionGetCurrentV1Response) HasObjDebugPayload ¶

func (o *ActivesessionGetCurrentV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (ActivesessionGetCurrentV1Response) MarshalJSON ¶

func (o ActivesessionGetCurrentV1Response) MarshalJSON() ([]byte, error)

func (*ActivesessionGetCurrentV1Response) SetMPayload ¶

SetMPayload sets field value

func (*ActivesessionGetCurrentV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*ActivesessionGetCurrentV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type ActivesessionGetCurrentV1ResponseAllOf ¶

type ActivesessionGetCurrentV1ResponseAllOf struct {
	MPayload ActivesessionGetCurrentV1ResponseMPayload `json:"mPayload"`
}

ActivesessionGetCurrentV1ResponseAllOf struct for ActivesessionGetCurrentV1ResponseAllOf

func NewActivesessionGetCurrentV1ResponseAllOf ¶

func NewActivesessionGetCurrentV1ResponseAllOf(mPayload ActivesessionGetCurrentV1ResponseMPayload) *ActivesessionGetCurrentV1ResponseAllOf

NewActivesessionGetCurrentV1ResponseAllOf instantiates a new ActivesessionGetCurrentV1ResponseAllOf 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 NewActivesessionGetCurrentV1ResponseAllOfWithDefaults ¶

func NewActivesessionGetCurrentV1ResponseAllOfWithDefaults() *ActivesessionGetCurrentV1ResponseAllOf

NewActivesessionGetCurrentV1ResponseAllOfWithDefaults instantiates a new ActivesessionGetCurrentV1ResponseAllOf 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 (*ActivesessionGetCurrentV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*ActivesessionGetCurrentV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (ActivesessionGetCurrentV1ResponseAllOf) MarshalJSON ¶

func (o ActivesessionGetCurrentV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ActivesessionGetCurrentV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type ActivesessionGetCurrentV1ResponseMPayload ¶

type ActivesessionGetCurrentV1ResponseMPayload struct {
	// The customer code specific to the client in which the API request is being made
	SCustomerCode string `json:"sCustomerCode"`
	// The type of session used for the API request call
	EActivesessionSessiontype string `json:"eActivesessionSessiontype"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The name of the active Company in the current language
	SCompanyNameX string `json:"sCompanyNameX"`
	// The name of the active Department in the current language
	SDepartmentNameX string `json:"sDepartmentNameX"`
	// An Array of Registered modules.  These are the modules that are Licensed to be used by the User or the API Key.
	ARegisteredModules []string `json:"a_RegisteredModules"`
	// An array of permissions granted to the user or api key
	APermissions []int32 `json:"a_Permissions"`
	// The unique ID of the User
	FkiUserID int32 `json:"fkiUserID"`
	// The unique ID of the Apikey
	FkiApikeyID int32 `json:"fkiApikeyID"`
}

ActivesessionGetCurrentV1ResponseMPayload Payload for the /1/object/activesession/getCurrent API Request

func NewActivesessionGetCurrentV1ResponseMPayload ¶

func NewActivesessionGetCurrentV1ResponseMPayload(sCustomerCode string, eActivesessionSessiontype string, fkiLanguageID int32, sCompanyNameX string, sDepartmentNameX string, aRegisteredModules []string, aPermissions []int32, fkiUserID int32, fkiApikeyID int32) *ActivesessionGetCurrentV1ResponseMPayload

NewActivesessionGetCurrentV1ResponseMPayload instantiates a new ActivesessionGetCurrentV1ResponseMPayload 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 NewActivesessionGetCurrentV1ResponseMPayloadWithDefaults ¶

func NewActivesessionGetCurrentV1ResponseMPayloadWithDefaults() *ActivesessionGetCurrentV1ResponseMPayload

NewActivesessionGetCurrentV1ResponseMPayloadWithDefaults instantiates a new ActivesessionGetCurrentV1ResponseMPayload 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 (*ActivesessionGetCurrentV1ResponseMPayload) GetAPermissions ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetAPermissions() []int32

GetAPermissions returns the APermissions field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetAPermissionsOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetAPermissionsOk() (*[]int32, bool)

GetAPermissionsOk returns a tuple with the APermissions field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetARegisteredModules ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetARegisteredModules() []string

GetARegisteredModules returns the ARegisteredModules field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetARegisteredModulesOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetARegisteredModulesOk() (*[]string, bool)

GetARegisteredModulesOk returns a tuple with the ARegisteredModules field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetEActivesessionSessiontype ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetEActivesessionSessiontype() string

GetEActivesessionSessiontype returns the EActivesessionSessiontype field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetEActivesessionSessiontypeOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetEActivesessionSessiontypeOk() (*string, bool)

GetEActivesessionSessiontypeOk returns a tuple with the EActivesessionSessiontype field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetFkiApikeyID ¶

GetFkiApikeyID returns the FkiApikeyID field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetFkiApikeyIDOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetFkiApikeyIDOk() (*int32, bool)

GetFkiApikeyIDOk returns a tuple with the FkiApikeyID field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetFkiLanguageID ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetFkiLanguageIDOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetFkiUserID ¶

GetFkiUserID returns the FkiUserID field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetFkiUserIDOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetFkiUserIDOk() (*int32, bool)

GetFkiUserIDOk returns a tuple with the FkiUserID field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetSCompanyNameX ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetSCompanyNameX() string

GetSCompanyNameX returns the SCompanyNameX field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetSCompanyNameXOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetSCompanyNameXOk() (*string, bool)

GetSCompanyNameXOk returns a tuple with the SCompanyNameX field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetSCustomerCode ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetSCustomerCode() string

GetSCustomerCode returns the SCustomerCode field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetSCustomerCodeOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetSCustomerCodeOk() (*string, bool)

GetSCustomerCodeOk returns a tuple with the SCustomerCode field value and a boolean to check if the value has been set.

func (*ActivesessionGetCurrentV1ResponseMPayload) GetSDepartmentNameX ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetSDepartmentNameX() string

GetSDepartmentNameX returns the SDepartmentNameX field value

func (*ActivesessionGetCurrentV1ResponseMPayload) GetSDepartmentNameXOk ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) GetSDepartmentNameXOk() (*string, bool)

GetSDepartmentNameXOk returns a tuple with the SDepartmentNameX field value and a boolean to check if the value has been set.

func (ActivesessionGetCurrentV1ResponseMPayload) MarshalJSON ¶

func (*ActivesessionGetCurrentV1ResponseMPayload) SetAPermissions ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetAPermissions(v []int32)

SetAPermissions sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetARegisteredModules ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetARegisteredModules(v []string)

SetARegisteredModules sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetEActivesessionSessiontype ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetEActivesessionSessiontype(v string)

SetEActivesessionSessiontype sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetFkiApikeyID ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetFkiApikeyID(v int32)

SetFkiApikeyID sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetFkiLanguageID ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetFkiUserID ¶

SetFkiUserID sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetSCompanyNameX ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetSCompanyNameX(v string)

SetSCompanyNameX sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetSCustomerCode ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetSCustomerCode(v string)

SetSCustomerCode sets field value

func (*ActivesessionGetCurrentV1ResponseMPayload) SetSDepartmentNameX ¶

func (o *ActivesessionGetCurrentV1ResponseMPayload) SetSDepartmentNameX(v string)

SetSDepartmentNameX sets field value

type AddressRequest ¶

type AddressRequest struct {
	// The unique ID of the Addresstype.  Valid values:  |Value|Description| |-|-| |1|Office| |2|Home| |3|Real Estate Invoice| |4|Invoicing| |5|Shipping|
	FkiAddresstypeID int32 `json:"fkiAddresstypeID"`
	// The Civic number.
	SAddressCivic string `json:"sAddressCivic"`
	// The Street Name
	SAddressStreet string `json:"sAddressStreet"`
	// The Suite or appartment number
	SAddressSuite string `json:"sAddressSuite"`
	// The City name
	SAddressCity string `json:"sAddressCity"`
	// The unique ID of the Province.  Here are some common values (Complete list must be retrieved from API):  |Value|Description| |-|-| |1|(Canada) Alberta |2|(Canada) British Columbia| |3|(Canada) Manitoba| |3|(Canada) Manitoba| |4|(Canada) New Brunswick| |5|(Canada) Newfoundland| |6|(Canada) Northwest Territories| |7|(Canada) Nova Scotia| |8|(Canada) Nunavut| |9|(Canada) Ontario| |10|(Canada) Prince Edward Island| |11|(Canada) Quebec| |12|(Canada) Saskatchewan| |13|(Canada) Yukon| |14|(United-States) Alabama| |15|(United-States) Alaska| |16|(United-States) Arizona| |17|(United-States) Arkansas| |18|(United-States) California| |19|(United-States) Colorado| |20|(United-States) Connecticut| |21|(United-States) Delaware| |22|(United-States) District of Columbia| |23|(United-States) Florida| |24|(United-States) Georgia| |25|(United-States) Hawaii| |26|(United-States) Idaho| |27|(United-States) Illinois| |28|(United-States) Indiana| |29|(United-States) Iowa| |30|(United-States) Kansas| |31|(United-States) Kentucky| |32|(United-States) Louisiane| |33|(United-States) Maine| |34|(United-States) Maryland| |35|(United-States) Massachusetts| |36|(United-States) Michigan| |37|(United-States) Minnesota| |38|(United-States) Mississippi| |39|(United-States) Missouri| |40|(United-States) Montana| |41|(United-States) Nebraska| |42|(United-States) Nevada| |43|(United-States) New Hampshire| |44|(United-States) New Jersey| |45|(United-States) New Mexico| |46|(United-States) New York| |47|(United-States) North Carolina| |48|(United-States) North Dakota| |49|(United-States) Ohio| |50|(United-States) Oklahoma| |51|(United-States) Oregon| |52|(United-States) Pennsylvania| |53|(United-States) Rhode Island| |54|(United-States) South Carolina| |55|(United-States) South Dakota| |56|(United-States) Tennessee| |57|(United-States) Texas| |58|(United-States) Utah| |60|(United-States) Vermont| |59|(United-States) Virginia| |61|(United-States) Washington| |62|(United-States) West Virginia| |63|(United-States) Wisconsin| |64|(United-States) Wyoming|
	FkiProvinceID int32 `json:"fkiProvinceID"`
	// The unique ID of the Country.  Here are some common values (Complete list must be retrieved from API):  |Value|Description| |-|-| |1|Canada| |2|United-States|
	FkiCountryID int32 `json:"fkiCountryID"`
	// The Postal/Zip Code  The value must be entered without spaces
	SAddressZip string `json:"sAddressZip"`
}

AddressRequest An Address Object

func NewAddressRequest ¶

func NewAddressRequest(fkiAddresstypeID int32, sAddressCivic string, sAddressStreet string, sAddressSuite string, sAddressCity string, fkiProvinceID int32, fkiCountryID int32, sAddressZip string) *AddressRequest

NewAddressRequest instantiates a new AddressRequest 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 NewAddressRequestWithDefaults ¶

func NewAddressRequestWithDefaults() *AddressRequest

NewAddressRequestWithDefaults instantiates a new AddressRequest 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 (*AddressRequest) GetFkiAddresstypeID ¶

func (o *AddressRequest) GetFkiAddresstypeID() int32

GetFkiAddresstypeID returns the FkiAddresstypeID field value

func (*AddressRequest) GetFkiAddresstypeIDOk ¶

func (o *AddressRequest) GetFkiAddresstypeIDOk() (*int32, bool)

GetFkiAddresstypeIDOk returns a tuple with the FkiAddresstypeID field value and a boolean to check if the value has been set.

func (*AddressRequest) GetFkiCountryID ¶

func (o *AddressRequest) GetFkiCountryID() int32

GetFkiCountryID returns the FkiCountryID field value

func (*AddressRequest) GetFkiCountryIDOk ¶

func (o *AddressRequest) GetFkiCountryIDOk() (*int32, bool)

GetFkiCountryIDOk returns a tuple with the FkiCountryID field value and a boolean to check if the value has been set.

func (*AddressRequest) GetFkiProvinceID ¶

func (o *AddressRequest) GetFkiProvinceID() int32

GetFkiProvinceID returns the FkiProvinceID field value

func (*AddressRequest) GetFkiProvinceIDOk ¶

func (o *AddressRequest) GetFkiProvinceIDOk() (*int32, bool)

GetFkiProvinceIDOk returns a tuple with the FkiProvinceID field value and a boolean to check if the value has been set.

func (*AddressRequest) GetSAddressCity ¶

func (o *AddressRequest) GetSAddressCity() string

GetSAddressCity returns the SAddressCity field value

func (*AddressRequest) GetSAddressCityOk ¶

func (o *AddressRequest) GetSAddressCityOk() (*string, bool)

GetSAddressCityOk returns a tuple with the SAddressCity field value and a boolean to check if the value has been set.

func (*AddressRequest) GetSAddressCivic ¶

func (o *AddressRequest) GetSAddressCivic() string

GetSAddressCivic returns the SAddressCivic field value

func (*AddressRequest) GetSAddressCivicOk ¶

func (o *AddressRequest) GetSAddressCivicOk() (*string, bool)

GetSAddressCivicOk returns a tuple with the SAddressCivic field value and a boolean to check if the value has been set.

func (*AddressRequest) GetSAddressStreet ¶

func (o *AddressRequest) GetSAddressStreet() string

GetSAddressStreet returns the SAddressStreet field value

func (*AddressRequest) GetSAddressStreetOk ¶

func (o *AddressRequest) GetSAddressStreetOk() (*string, bool)

GetSAddressStreetOk returns a tuple with the SAddressStreet field value and a boolean to check if the value has been set.

func (*AddressRequest) GetSAddressSuite ¶

func (o *AddressRequest) GetSAddressSuite() string

GetSAddressSuite returns the SAddressSuite field value

func (*AddressRequest) GetSAddressSuiteOk ¶

func (o *AddressRequest) GetSAddressSuiteOk() (*string, bool)

GetSAddressSuiteOk returns a tuple with the SAddressSuite field value and a boolean to check if the value has been set.

func (*AddressRequest) GetSAddressZip ¶

func (o *AddressRequest) GetSAddressZip() string

GetSAddressZip returns the SAddressZip field value

func (*AddressRequest) GetSAddressZipOk ¶

func (o *AddressRequest) GetSAddressZipOk() (*string, bool)

GetSAddressZipOk returns a tuple with the SAddressZip field value and a boolean to check if the value has been set.

func (AddressRequest) MarshalJSON ¶

func (o AddressRequest) MarshalJSON() ([]byte, error)

func (*AddressRequest) SetFkiAddresstypeID ¶

func (o *AddressRequest) SetFkiAddresstypeID(v int32)

SetFkiAddresstypeID sets field value

func (*AddressRequest) SetFkiCountryID ¶

func (o *AddressRequest) SetFkiCountryID(v int32)

SetFkiCountryID sets field value

func (*AddressRequest) SetFkiProvinceID ¶

func (o *AddressRequest) SetFkiProvinceID(v int32)

SetFkiProvinceID sets field value

func (*AddressRequest) SetSAddressCity ¶

func (o *AddressRequest) SetSAddressCity(v string)

SetSAddressCity sets field value

func (*AddressRequest) SetSAddressCivic ¶

func (o *AddressRequest) SetSAddressCivic(v string)

SetSAddressCivic sets field value

func (*AddressRequest) SetSAddressStreet ¶

func (o *AddressRequest) SetSAddressStreet(v string)

SetSAddressStreet sets field value

func (*AddressRequest) SetSAddressSuite ¶

func (o *AddressRequest) SetSAddressSuite(v string)

SetSAddressSuite sets field value

func (*AddressRequest) SetSAddressZip ¶

func (o *AddressRequest) SetSAddressZip(v string)

SetSAddressZip sets field value

type ApiActivesessionGetCurrentV1Request ¶

type ApiActivesessionGetCurrentV1Request struct {
	ApiService *ObjectActivesessionApiService
	// contains filtered or unexported fields
}

func (ApiActivesessionGetCurrentV1Request) Execute ¶

type ApiApikeyCreateObjectV1Request ¶

type ApiApikeyCreateObjectV1Request struct {
	ApiService *ObjectApikeyApiService
	// contains filtered or unexported fields
}

func (ApiApikeyCreateObjectV1Request) ApikeyCreateObjectV1Request ¶

func (r ApiApikeyCreateObjectV1Request) ApikeyCreateObjectV1Request(apikeyCreateObjectV1Request []ApikeyCreateObjectV1Request) ApiApikeyCreateObjectV1Request

func (ApiApikeyCreateObjectV1Request) Execute ¶

type ApiAuthenticateAuthenticateV2Request ¶

type ApiAuthenticateAuthenticateV2Request struct {
	ApiService *ModuleAuthenticateApiService
	// contains filtered or unexported fields
}

func (ApiAuthenticateAuthenticateV2Request) AuthenticateAuthenticateV2Request ¶

func (r ApiAuthenticateAuthenticateV2Request) AuthenticateAuthenticateV2Request(authenticateAuthenticateV2Request AuthenticateAuthenticateV2Request) ApiAuthenticateAuthenticateV2Request

func (ApiAuthenticateAuthenticateV2Request) Execute ¶

type ApiEzsignbulksendGetListV1Request ¶

type ApiEzsignbulksendGetListV1Request struct {
	ApiService *ObjectEzsignbulksendApiService
	// contains filtered or unexported fields
}

func (ApiEzsignbulksendGetListV1Request) AcceptLanguage ¶

func (ApiEzsignbulksendGetListV1Request) EOrderBy ¶

Specify how you want the results to be sorted

func (ApiEzsignbulksendGetListV1Request) Execute ¶

func (ApiEzsignbulksendGetListV1Request) IRowMax ¶

func (ApiEzsignbulksendGetListV1Request) IRowOffset ¶

func (ApiEzsignbulksendGetListV1Request) SFilter ¶

type ApiEzsigndocumentApplyEzsigntemplateV1Request ¶

type ApiEzsigndocumentApplyEzsigntemplateV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentApplyEzsigntemplateV1Request) Execute ¶

func (ApiEzsigndocumentApplyEzsigntemplateV1Request) EzsigndocumentApplyEzsigntemplateV1Request ¶

func (r ApiEzsigndocumentApplyEzsigntemplateV1Request) EzsigndocumentApplyEzsigntemplateV1Request(ezsigndocumentApplyEzsigntemplateV1Request EzsigndocumentApplyEzsigntemplateV1Request) ApiEzsigndocumentApplyEzsigntemplateV1Request

type ApiEzsigndocumentApplyEzsigntemplateV2Request ¶

type ApiEzsigndocumentApplyEzsigntemplateV2Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentApplyEzsigntemplateV2Request) Execute ¶

func (ApiEzsigndocumentApplyEzsigntemplateV2Request) EzsigndocumentApplyEzsigntemplateV2Request ¶

func (r ApiEzsigndocumentApplyEzsigntemplateV2Request) EzsigndocumentApplyEzsigntemplateV2Request(ezsigndocumentApplyEzsigntemplateV2Request EzsigndocumentApplyEzsigntemplateV2Request) ApiEzsigndocumentApplyEzsigntemplateV2Request

type ApiEzsigndocumentCreateObjectV1Request ¶

type ApiEzsigndocumentCreateObjectV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentCreateObjectV1Request) Execute ¶

func (ApiEzsigndocumentCreateObjectV1Request) EzsigndocumentCreateObjectV1Request ¶

func (r ApiEzsigndocumentCreateObjectV1Request) EzsigndocumentCreateObjectV1Request(ezsigndocumentCreateObjectV1Request []EzsigndocumentCreateObjectV1Request) ApiEzsigndocumentCreateObjectV1Request

type ApiEzsigndocumentDeleteObjectV1Request ¶

type ApiEzsigndocumentDeleteObjectV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentDeleteObjectV1Request) Execute ¶

type ApiEzsigndocumentGetChildrenV1Request ¶

type ApiEzsigndocumentGetChildrenV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentGetChildrenV1Request) Execute ¶

type ApiEzsigndocumentGetDownloadUrlV1Request ¶

type ApiEzsigndocumentGetDownloadUrlV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentGetDownloadUrlV1Request) Execute ¶

type ApiEzsigndocumentGetEzsignpagesV1Request ¶

type ApiEzsigndocumentGetEzsignpagesV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentGetEzsignpagesV1Request) Execute ¶

type ApiEzsigndocumentGetFormDataV1Request ¶

type ApiEzsigndocumentGetFormDataV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentGetFormDataV1Request) Execute ¶

type ApiEzsigndocumentGetObjectV1Request ¶

type ApiEzsigndocumentGetObjectV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentGetObjectV1Request) Execute ¶

type ApiEzsigndocumentGetWordsPositionsV1Request ¶

type ApiEzsigndocumentGetWordsPositionsV1Request struct {
	ApiService *ObjectEzsigndocumentApiService
	// contains filtered or unexported fields
}

func (ApiEzsigndocumentGetWordsPositionsV1Request) Execute ¶

func (ApiEzsigndocumentGetWordsPositionsV1Request) EzsigndocumentGetWordsPositionsV1Request ¶

func (r ApiEzsigndocumentGetWordsPositionsV1Request) EzsigndocumentGetWordsPositionsV1Request(ezsigndocumentGetWordsPositionsV1Request EzsigndocumentGetWordsPositionsV1Request) ApiEzsigndocumentGetWordsPositionsV1Request

type ApiEzsignfolderCreateObjectV1Request ¶

type ApiEzsignfolderCreateObjectV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderCreateObjectV1Request) Execute ¶

func (ApiEzsignfolderCreateObjectV1Request) EzsignfolderCreateObjectV1Request ¶

func (r ApiEzsignfolderCreateObjectV1Request) EzsignfolderCreateObjectV1Request(ezsignfolderCreateObjectV1Request []EzsignfolderCreateObjectV1Request) ApiEzsignfolderCreateObjectV1Request

type ApiEzsignfolderDeleteObjectV1Request ¶

type ApiEzsignfolderDeleteObjectV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderDeleteObjectV1Request) Execute ¶

type ApiEzsignfolderGetChildrenV1Request ¶

type ApiEzsignfolderGetChildrenV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderGetChildrenV1Request) Execute ¶

type ApiEzsignfolderGetFormsDataV1Request ¶

type ApiEzsignfolderGetFormsDataV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderGetFormsDataV1Request) Execute ¶

type ApiEzsignfolderGetListV1Request ¶

type ApiEzsignfolderGetListV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderGetListV1Request) AcceptLanguage ¶

func (ApiEzsignfolderGetListV1Request) EOrderBy ¶

Specify how you want the results to be sorted

func (ApiEzsignfolderGetListV1Request) Execute ¶

func (ApiEzsignfolderGetListV1Request) IRowMax ¶

func (ApiEzsignfolderGetListV1Request) IRowOffset ¶

func (ApiEzsignfolderGetListV1Request) SFilter ¶

type ApiEzsignfolderGetObjectV1Request ¶

type ApiEzsignfolderGetObjectV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderGetObjectV1Request) Execute ¶

type ApiEzsignfolderSendV1Request ¶

type ApiEzsignfolderSendV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderSendV1Request) Execute ¶

func (ApiEzsignfolderSendV1Request) EzsignfolderSendV1Request ¶

func (r ApiEzsignfolderSendV1Request) EzsignfolderSendV1Request(ezsignfolderSendV1Request EzsignfolderSendV1Request) ApiEzsignfolderSendV1Request

type ApiEzsignfolderUnsendV1Request ¶

type ApiEzsignfolderUnsendV1Request struct {
	ApiService *ObjectEzsignfolderApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfolderUnsendV1Request) Body ¶

func (ApiEzsignfolderUnsendV1Request) Execute ¶

type ApiEzsignfoldersignerassociationCreateObjectV1Request ¶

type ApiEzsignfoldersignerassociationCreateObjectV1Request struct {
	ApiService *ObjectEzsignfoldersignerassociationApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldersignerassociationCreateObjectV1Request) Execute ¶

func (ApiEzsignfoldersignerassociationCreateObjectV1Request) EzsignfoldersignerassociationCreateObjectV1Request ¶

func (r ApiEzsignfoldersignerassociationCreateObjectV1Request) EzsignfoldersignerassociationCreateObjectV1Request(ezsignfoldersignerassociationCreateObjectV1Request []EzsignfoldersignerassociationCreateObjectV1Request) ApiEzsignfoldersignerassociationCreateObjectV1Request

type ApiEzsignfoldersignerassociationDeleteObjectV1Request ¶

type ApiEzsignfoldersignerassociationDeleteObjectV1Request struct {
	ApiService *ObjectEzsignfoldersignerassociationApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldersignerassociationDeleteObjectV1Request) Execute ¶

type ApiEzsignfoldersignerassociationGetChildrenV1Request ¶

type ApiEzsignfoldersignerassociationGetChildrenV1Request struct {
	ApiService *ObjectEzsignfoldersignerassociationApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldersignerassociationGetChildrenV1Request) Execute ¶

type ApiEzsignfoldersignerassociationGetInPersonLoginUrlV1Request ¶

type ApiEzsignfoldersignerassociationGetInPersonLoginUrlV1Request struct {
	ApiService *ObjectEzsignfoldersignerassociationApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldersignerassociationGetInPersonLoginUrlV1Request) Execute ¶

type ApiEzsignfoldersignerassociationGetObjectV1Request ¶

type ApiEzsignfoldersignerassociationGetObjectV1Request struct {
	ApiService *ObjectEzsignfoldersignerassociationApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldersignerassociationGetObjectV1Request) Execute ¶

type ApiEzsignfoldertypeGetAutocompleteV1Request ¶

type ApiEzsignfoldertypeGetAutocompleteV1Request struct {
	ApiService *ObjectEzsignfoldertypeApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldertypeGetAutocompleteV1Request) AcceptLanguage ¶

func (ApiEzsignfoldertypeGetAutocompleteV1Request) Execute ¶

func (ApiEzsignfoldertypeGetAutocompleteV1Request) SQuery ¶

Allow to filter the returned results

type ApiEzsignfoldertypeGetListV1Request ¶

type ApiEzsignfoldertypeGetListV1Request struct {
	ApiService *ObjectEzsignfoldertypeApiService
	// contains filtered or unexported fields
}

func (ApiEzsignfoldertypeGetListV1Request) AcceptLanguage ¶

func (ApiEzsignfoldertypeGetListV1Request) EOrderBy ¶

Specify how you want the results to be sorted

func (ApiEzsignfoldertypeGetListV1Request) Execute ¶

func (ApiEzsignfoldertypeGetListV1Request) IRowMax ¶

func (ApiEzsignfoldertypeGetListV1Request) IRowOffset ¶

func (ApiEzsignfoldertypeGetListV1Request) SFilter ¶

type ApiEzsignsignatureCreateObjectV1Request ¶

type ApiEzsignsignatureCreateObjectV1Request struct {
	ApiService *ObjectEzsignsignatureApiService
	// contains filtered or unexported fields
}

func (ApiEzsignsignatureCreateObjectV1Request) Execute ¶

func (ApiEzsignsignatureCreateObjectV1Request) EzsignsignatureCreateObjectV1Request ¶

func (r ApiEzsignsignatureCreateObjectV1Request) EzsignsignatureCreateObjectV1Request(ezsignsignatureCreateObjectV1Request []EzsignsignatureCreateObjectV1Request) ApiEzsignsignatureCreateObjectV1Request

type ApiEzsignsignatureDeleteObjectV1Request ¶

type ApiEzsignsignatureDeleteObjectV1Request struct {
	ApiService *ObjectEzsignsignatureApiService
	// contains filtered or unexported fields
}

func (ApiEzsignsignatureDeleteObjectV1Request) Execute ¶

type ApiEzsignsignatureGetChildrenV1Request ¶

type ApiEzsignsignatureGetChildrenV1Request struct {
	ApiService *ObjectEzsignsignatureApiService
	// contains filtered or unexported fields
}

func (ApiEzsignsignatureGetChildrenV1Request) Execute ¶

type ApiEzsignsignatureGetObjectV1Request ¶

type ApiEzsignsignatureGetObjectV1Request struct {
	ApiService *ObjectEzsignsignatureApiService
	// contains filtered or unexported fields
}

func (ApiEzsignsignatureGetObjectV1Request) Execute ¶

type ApiEzsigntemplatepackageGetListV1Request ¶

type ApiEzsigntemplatepackageGetListV1Request struct {
	ApiService *ObjectEzsigntemplatepackageApiService
	// contains filtered or unexported fields
}

func (ApiEzsigntemplatepackageGetListV1Request) AcceptLanguage ¶

func (ApiEzsigntemplatepackageGetListV1Request) EOrderBy ¶

Specify how you want the results to be sorted

func (ApiEzsigntemplatepackageGetListV1Request) Execute ¶

func (ApiEzsigntemplatepackageGetListV1Request) IRowMax ¶

func (ApiEzsigntemplatepackageGetListV1Request) IRowOffset ¶

func (ApiEzsigntemplatepackageGetListV1Request) SFilter ¶

type ApiFranchisebrokerGetAutocompleteV1Request ¶

type ApiFranchisebrokerGetAutocompleteV1Request struct {
	ApiService *ObjectFranchisebrokerApiService
	// contains filtered or unexported fields
}

func (ApiFranchisebrokerGetAutocompleteV1Request) Execute ¶

func (ApiFranchisebrokerGetAutocompleteV1Request) SQuery ¶

Allow to filter the returned results

type ApiFranchiseofficeGetAutocompleteV1Request ¶

type ApiFranchiseofficeGetAutocompleteV1Request struct {
	ApiService *ObjectFranchiseofficeApiService
	// contains filtered or unexported fields
}

func (ApiFranchiseofficeGetAutocompleteV1Request) Execute ¶

func (ApiFranchiseofficeGetAutocompleteV1Request) SQuery ¶

Allow to filter the returned results

type ApiFranchisereferalincomeCreateObjectV1Request ¶

type ApiFranchisereferalincomeCreateObjectV1Request struct {
	ApiService *ObjectFranchisereferalincomeApiService
	// contains filtered or unexported fields
}

func (ApiFranchisereferalincomeCreateObjectV1Request) Execute ¶

func (ApiFranchisereferalincomeCreateObjectV1Request) FranchisereferalincomeCreateObjectV1Request ¶

func (r ApiFranchisereferalincomeCreateObjectV1Request) FranchisereferalincomeCreateObjectV1Request(franchisereferalincomeCreateObjectV1Request []FranchisereferalincomeCreateObjectV1Request) ApiFranchisereferalincomeCreateObjectV1Request

type ApiGlobalCustomerGetEndpointV1Request ¶

type ApiGlobalCustomerGetEndpointV1Request struct {
	ApiService *GlobalCustomerApiService
	// contains filtered or unexported fields
}

func (ApiGlobalCustomerGetEndpointV1Request) Execute ¶

func (ApiGlobalCustomerGetEndpointV1Request) SInfrastructureproductCode ¶

func (r ApiGlobalCustomerGetEndpointV1Request) SInfrastructureproductCode(sInfrastructureproductCode string) ApiGlobalCustomerGetEndpointV1Request

The infrastructure product Code If undefined, \"appcluster01\" is assumed

type ApiListGetListpresentationV1Request ¶

type ApiListGetListpresentationV1Request struct {
	ApiService *ModuleListApiService
	// contains filtered or unexported fields
}

func (ApiListGetListpresentationV1Request) Execute ¶

type ApiListSaveListpresentationV1Request ¶

type ApiListSaveListpresentationV1Request struct {
	ApiService *ModuleListApiService
	// contains filtered or unexported fields
}

func (ApiListSaveListpresentationV1Request) Execute ¶

func (ApiListSaveListpresentationV1Request) ListSaveListpresentationV1Request ¶

func (r ApiListSaveListpresentationV1Request) ListSaveListpresentationV1Request(listSaveListpresentationV1Request ListSaveListpresentationV1Request) ApiListSaveListpresentationV1Request

type ApiPeriodGetAutocompleteV1Request ¶

type ApiPeriodGetAutocompleteV1Request struct {
	ApiService *ObjectPeriodApiService
	// contains filtered or unexported fields
}

func (ApiPeriodGetAutocompleteV1Request) Execute ¶

func (ApiPeriodGetAutocompleteV1Request) SQuery ¶

Allow to filter the returned results

type ApiSsprResetPasswordRequestV1Request ¶

type ApiSsprResetPasswordRequestV1Request struct {
	ApiService *ModuleSsprApiService
	// contains filtered or unexported fields
}

func (ApiSsprResetPasswordRequestV1Request) Execute ¶

func (ApiSsprResetPasswordRequestV1Request) SsprResetPasswordRequestV1Request ¶

func (r ApiSsprResetPasswordRequestV1Request) SsprResetPasswordRequestV1Request(ssprResetPasswordRequestV1Request SsprResetPasswordRequestV1Request) ApiSsprResetPasswordRequestV1Request

type ApiSsprResetPasswordV1Request ¶

type ApiSsprResetPasswordV1Request struct {
	ApiService *ModuleSsprApiService
	// contains filtered or unexported fields
}

func (ApiSsprResetPasswordV1Request) Execute ¶

func (ApiSsprResetPasswordV1Request) SsprResetPasswordV1Request ¶

func (r ApiSsprResetPasswordV1Request) SsprResetPasswordV1Request(ssprResetPasswordV1Request SsprResetPasswordV1Request) ApiSsprResetPasswordV1Request

type ApiSsprSendUsernamesV1Request ¶

type ApiSsprSendUsernamesV1Request struct {
	ApiService *ModuleSsprApiService
	// contains filtered or unexported fields
}

func (ApiSsprSendUsernamesV1Request) Execute ¶

func (ApiSsprSendUsernamesV1Request) SsprSendUsernamesV1Request ¶

func (r ApiSsprSendUsernamesV1Request) SsprSendUsernamesV1Request(ssprSendUsernamesV1Request SsprSendUsernamesV1Request) ApiSsprSendUsernamesV1Request

type ApiSsprUnlockAccountRequestV1Request ¶

type ApiSsprUnlockAccountRequestV1Request struct {
	ApiService *ModuleSsprApiService
	// contains filtered or unexported fields
}

func (ApiSsprUnlockAccountRequestV1Request) Execute ¶

func (ApiSsprUnlockAccountRequestV1Request) SsprUnlockAccountRequestV1Request ¶

func (r ApiSsprUnlockAccountRequestV1Request) SsprUnlockAccountRequestV1Request(ssprUnlockAccountRequestV1Request SsprUnlockAccountRequestV1Request) ApiSsprUnlockAccountRequestV1Request

type ApiSsprUnlockAccountV1Request ¶

type ApiSsprUnlockAccountV1Request struct {
	ApiService *ModuleSsprApiService
	// contains filtered or unexported fields
}

func (ApiSsprUnlockAccountV1Request) Execute ¶

func (ApiSsprUnlockAccountV1Request) SsprUnlockAccountV1Request ¶

func (r ApiSsprUnlockAccountV1Request) SsprUnlockAccountV1Request(ssprUnlockAccountV1Request SsprUnlockAccountV1Request) ApiSsprUnlockAccountV1Request

type ApiSsprValidateTokenV1Request ¶

type ApiSsprValidateTokenV1Request struct {
	ApiService *ModuleSsprApiService
	// contains filtered or unexported fields
}

func (ApiSsprValidateTokenV1Request) Execute ¶

func (ApiSsprValidateTokenV1Request) SsprValidateTokenV1Request ¶

func (r ApiSsprValidateTokenV1Request) SsprValidateTokenV1Request(ssprValidateTokenV1Request SsprValidateTokenV1Request) ApiSsprValidateTokenV1Request

type ApiUserCreateEzsignuserV1Request ¶

type ApiUserCreateEzsignuserV1Request struct {
	ApiService *ModuleUserApiService
	// contains filtered or unexported fields
}

func (ApiUserCreateEzsignuserV1Request) Execute ¶

func (ApiUserCreateEzsignuserV1Request) UserCreateEzsignuserV1Request ¶

func (r ApiUserCreateEzsignuserV1Request) UserCreateEzsignuserV1Request(userCreateEzsignuserV1Request []UserCreateEzsignuserV1Request) ApiUserCreateEzsignuserV1Request

type ApikeyCreateObjectV1Request ¶

type ApikeyCreateObjectV1Request struct {
	ObjApikey         *ApikeyRequest         `json:"objApikey,omitempty"`
	ObjApikeyCompound *ApikeyRequestCompound `json:"objApikeyCompound,omitempty"`
}

ApikeyCreateObjectV1Request Request for the /1/object/apikey/createObject API Request

func NewApikeyCreateObjectV1Request ¶

func NewApikeyCreateObjectV1Request() *ApikeyCreateObjectV1Request

NewApikeyCreateObjectV1Request instantiates a new ApikeyCreateObjectV1Request 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 NewApikeyCreateObjectV1RequestWithDefaults ¶

func NewApikeyCreateObjectV1RequestWithDefaults() *ApikeyCreateObjectV1Request

NewApikeyCreateObjectV1RequestWithDefaults instantiates a new ApikeyCreateObjectV1Request 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 (*ApikeyCreateObjectV1Request) GetObjApikey ¶

func (o *ApikeyCreateObjectV1Request) GetObjApikey() ApikeyRequest

GetObjApikey returns the ObjApikey field value if set, zero value otherwise.

func (*ApikeyCreateObjectV1Request) GetObjApikeyCompound ¶

func (o *ApikeyCreateObjectV1Request) GetObjApikeyCompound() ApikeyRequestCompound

GetObjApikeyCompound returns the ObjApikeyCompound field value if set, zero value otherwise.

func (*ApikeyCreateObjectV1Request) GetObjApikeyCompoundOk ¶

func (o *ApikeyCreateObjectV1Request) GetObjApikeyCompoundOk() (*ApikeyRequestCompound, bool)

GetObjApikeyCompoundOk returns a tuple with the ObjApikeyCompound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApikeyCreateObjectV1Request) GetObjApikeyOk ¶

func (o *ApikeyCreateObjectV1Request) GetObjApikeyOk() (*ApikeyRequest, bool)

GetObjApikeyOk returns a tuple with the ObjApikey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApikeyCreateObjectV1Request) HasObjApikey ¶

func (o *ApikeyCreateObjectV1Request) HasObjApikey() bool

HasObjApikey returns a boolean if a field has been set.

func (*ApikeyCreateObjectV1Request) HasObjApikeyCompound ¶

func (o *ApikeyCreateObjectV1Request) HasObjApikeyCompound() bool

HasObjApikeyCompound returns a boolean if a field has been set.

func (ApikeyCreateObjectV1Request) MarshalJSON ¶

func (o ApikeyCreateObjectV1Request) MarshalJSON() ([]byte, error)

func (*ApikeyCreateObjectV1Request) SetObjApikey ¶

func (o *ApikeyCreateObjectV1Request) SetObjApikey(v ApikeyRequest)

SetObjApikey gets a reference to the given ApikeyRequest and assigns it to the ObjApikey field.

func (*ApikeyCreateObjectV1Request) SetObjApikeyCompound ¶

func (o *ApikeyCreateObjectV1Request) SetObjApikeyCompound(v ApikeyRequestCompound)

SetObjApikeyCompound gets a reference to the given ApikeyRequestCompound and assigns it to the ObjApikeyCompound field.

type ApikeyCreateObjectV1Response ¶

type ApikeyCreateObjectV1Response struct {
	MPayload        ApikeyCreateObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload       `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug              `json:"objDebug,omitempty"`
}

ApikeyCreateObjectV1Response Response for the /1/object/apikey/createObject API Request

func NewApikeyCreateObjectV1Response ¶

func NewApikeyCreateObjectV1Response(mPayload ApikeyCreateObjectV1ResponseMPayload) *ApikeyCreateObjectV1Response

NewApikeyCreateObjectV1Response instantiates a new ApikeyCreateObjectV1Response 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 NewApikeyCreateObjectV1ResponseWithDefaults ¶

func NewApikeyCreateObjectV1ResponseWithDefaults() *ApikeyCreateObjectV1Response

NewApikeyCreateObjectV1ResponseWithDefaults instantiates a new ApikeyCreateObjectV1Response 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 (*ApikeyCreateObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*ApikeyCreateObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*ApikeyCreateObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*ApikeyCreateObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApikeyCreateObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*ApikeyCreateObjectV1Response) GetObjDebugPayloadOk ¶

func (o *ApikeyCreateObjectV1Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApikeyCreateObjectV1Response) HasObjDebug ¶

func (o *ApikeyCreateObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*ApikeyCreateObjectV1Response) HasObjDebugPayload ¶

func (o *ApikeyCreateObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (ApikeyCreateObjectV1Response) MarshalJSON ¶

func (o ApikeyCreateObjectV1Response) MarshalJSON() ([]byte, error)

func (*ApikeyCreateObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*ApikeyCreateObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*ApikeyCreateObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type ApikeyCreateObjectV1ResponseAllOf ¶

type ApikeyCreateObjectV1ResponseAllOf struct {
	MPayload ApikeyCreateObjectV1ResponseMPayload `json:"mPayload"`
}

ApikeyCreateObjectV1ResponseAllOf struct for ApikeyCreateObjectV1ResponseAllOf

func NewApikeyCreateObjectV1ResponseAllOf ¶

func NewApikeyCreateObjectV1ResponseAllOf(mPayload ApikeyCreateObjectV1ResponseMPayload) *ApikeyCreateObjectV1ResponseAllOf

NewApikeyCreateObjectV1ResponseAllOf instantiates a new ApikeyCreateObjectV1ResponseAllOf 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 NewApikeyCreateObjectV1ResponseAllOfWithDefaults ¶

func NewApikeyCreateObjectV1ResponseAllOfWithDefaults() *ApikeyCreateObjectV1ResponseAllOf

NewApikeyCreateObjectV1ResponseAllOfWithDefaults instantiates a new ApikeyCreateObjectV1ResponseAllOf 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 (*ApikeyCreateObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*ApikeyCreateObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (ApikeyCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (o ApikeyCreateObjectV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ApikeyCreateObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type ApikeyCreateObjectV1ResponseMPayload ¶

type ApikeyCreateObjectV1ResponseMPayload struct {
	AObjApikey []ApikeyResponse `json:"a_objApikey"`
}

ApikeyCreateObjectV1ResponseMPayload Payload for the /1/object/apikey/createObject API Request

func NewApikeyCreateObjectV1ResponseMPayload ¶

func NewApikeyCreateObjectV1ResponseMPayload(aObjApikey []ApikeyResponse) *ApikeyCreateObjectV1ResponseMPayload

NewApikeyCreateObjectV1ResponseMPayload instantiates a new ApikeyCreateObjectV1ResponseMPayload 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 NewApikeyCreateObjectV1ResponseMPayloadWithDefaults ¶

func NewApikeyCreateObjectV1ResponseMPayloadWithDefaults() *ApikeyCreateObjectV1ResponseMPayload

NewApikeyCreateObjectV1ResponseMPayloadWithDefaults instantiates a new ApikeyCreateObjectV1ResponseMPayload 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 (*ApikeyCreateObjectV1ResponseMPayload) GetAObjApikey ¶

GetAObjApikey returns the AObjApikey field value

func (*ApikeyCreateObjectV1ResponseMPayload) GetAObjApikeyOk ¶

func (o *ApikeyCreateObjectV1ResponseMPayload) GetAObjApikeyOk() (*[]ApikeyResponse, bool)

GetAObjApikeyOk returns a tuple with the AObjApikey field value and a boolean to check if the value has been set.

func (ApikeyCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (o ApikeyCreateObjectV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*ApikeyCreateObjectV1ResponseMPayload) SetAObjApikey ¶

SetAObjApikey sets field value

type ApikeyRequest ¶

type ApikeyRequest struct {
	// The unique ID of the User
	FkiUserID            int32                         `json:"fkiUserID"`
	ObjApikeyDescription MultilingualApikeyDescription `json:"objApikeyDescription"`
}

ApikeyRequest An Apikey Object

func NewApikeyRequest ¶

func NewApikeyRequest(fkiUserID int32, objApikeyDescription MultilingualApikeyDescription) *ApikeyRequest

NewApikeyRequest instantiates a new ApikeyRequest 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 NewApikeyRequestWithDefaults ¶

func NewApikeyRequestWithDefaults() *ApikeyRequest

NewApikeyRequestWithDefaults instantiates a new ApikeyRequest 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 (*ApikeyRequest) GetFkiUserID ¶

func (o *ApikeyRequest) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field value

func (*ApikeyRequest) GetFkiUserIDOk ¶

func (o *ApikeyRequest) GetFkiUserIDOk() (*int32, bool)

GetFkiUserIDOk returns a tuple with the FkiUserID field value and a boolean to check if the value has been set.

func (*ApikeyRequest) GetObjApikeyDescription ¶

func (o *ApikeyRequest) GetObjApikeyDescription() MultilingualApikeyDescription

GetObjApikeyDescription returns the ObjApikeyDescription field value

func (*ApikeyRequest) GetObjApikeyDescriptionOk ¶

func (o *ApikeyRequest) GetObjApikeyDescriptionOk() (*MultilingualApikeyDescription, bool)

GetObjApikeyDescriptionOk returns a tuple with the ObjApikeyDescription field value and a boolean to check if the value has been set.

func (ApikeyRequest) MarshalJSON ¶

func (o ApikeyRequest) MarshalJSON() ([]byte, error)

func (*ApikeyRequest) SetFkiUserID ¶

func (o *ApikeyRequest) SetFkiUserID(v int32)

SetFkiUserID sets field value

func (*ApikeyRequest) SetObjApikeyDescription ¶

func (o *ApikeyRequest) SetObjApikeyDescription(v MultilingualApikeyDescription)

SetObjApikeyDescription sets field value

type ApikeyRequestCompound ¶

type ApikeyRequestCompound struct {
	// The unique ID of the User
	FkiUserID            int32                         `json:"fkiUserID"`
	ObjApikeyDescription MultilingualApikeyDescription `json:"objApikeyDescription"`
}

ApikeyRequestCompound An Apikey Object and children to create a complete structure

func NewApikeyRequestCompound ¶

func NewApikeyRequestCompound(fkiUserID int32, objApikeyDescription MultilingualApikeyDescription) *ApikeyRequestCompound

NewApikeyRequestCompound instantiates a new ApikeyRequestCompound 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 NewApikeyRequestCompoundWithDefaults ¶

func NewApikeyRequestCompoundWithDefaults() *ApikeyRequestCompound

NewApikeyRequestCompoundWithDefaults instantiates a new ApikeyRequestCompound 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 (*ApikeyRequestCompound) GetFkiUserID ¶

func (o *ApikeyRequestCompound) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field value

func (*ApikeyRequestCompound) GetFkiUserIDOk ¶

func (o *ApikeyRequestCompound) GetFkiUserIDOk() (*int32, bool)

GetFkiUserIDOk returns a tuple with the FkiUserID field value and a boolean to check if the value has been set.

func (*ApikeyRequestCompound) GetObjApikeyDescription ¶

func (o *ApikeyRequestCompound) GetObjApikeyDescription() MultilingualApikeyDescription

GetObjApikeyDescription returns the ObjApikeyDescription field value

func (*ApikeyRequestCompound) GetObjApikeyDescriptionOk ¶

func (o *ApikeyRequestCompound) GetObjApikeyDescriptionOk() (*MultilingualApikeyDescription, bool)

GetObjApikeyDescriptionOk returns a tuple with the ObjApikeyDescription field value and a boolean to check if the value has been set.

func (ApikeyRequestCompound) MarshalJSON ¶

func (o ApikeyRequestCompound) MarshalJSON() ([]byte, error)

func (*ApikeyRequestCompound) SetFkiUserID ¶

func (o *ApikeyRequestCompound) SetFkiUserID(v int32)

SetFkiUserID sets field value

func (*ApikeyRequestCompound) SetObjApikeyDescription ¶

func (o *ApikeyRequestCompound) SetObjApikeyDescription(v MultilingualApikeyDescription)

SetObjApikeyDescription sets field value

type ApikeyResponse ¶

type ApikeyResponse struct {
	ObjApikeyDescription MultilingualApikeyDescription `json:"objApikeyDescription"`
	// The secret token for the API key.  This will be returned only on creation.
	SComputedToken *string `json:"sComputedToken,omitempty"`
	// The unique ID of the Apikey
	PkiApikeyID int32       `json:"pkiApikeyID"`
	ObjAudit    CommonAudit `json:"objAudit"`
}

ApikeyResponse An Apikey Object

func NewApikeyResponse ¶

func NewApikeyResponse(objApikeyDescription MultilingualApikeyDescription, pkiApikeyID int32, objAudit CommonAudit) *ApikeyResponse

NewApikeyResponse instantiates a new ApikeyResponse 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 NewApikeyResponseWithDefaults ¶

func NewApikeyResponseWithDefaults() *ApikeyResponse

NewApikeyResponseWithDefaults instantiates a new ApikeyResponse 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 (*ApikeyResponse) GetObjApikeyDescription ¶

func (o *ApikeyResponse) GetObjApikeyDescription() MultilingualApikeyDescription

GetObjApikeyDescription returns the ObjApikeyDescription field value

func (*ApikeyResponse) GetObjApikeyDescriptionOk ¶

func (o *ApikeyResponse) GetObjApikeyDescriptionOk() (*MultilingualApikeyDescription, bool)

GetObjApikeyDescriptionOk returns a tuple with the ObjApikeyDescription field value and a boolean to check if the value has been set.

func (*ApikeyResponse) GetObjAudit ¶

func (o *ApikeyResponse) GetObjAudit() CommonAudit

GetObjAudit returns the ObjAudit field value

func (*ApikeyResponse) GetObjAuditOk ¶

func (o *ApikeyResponse) GetObjAuditOk() (*CommonAudit, bool)

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*ApikeyResponse) GetPkiApikeyID ¶

func (o *ApikeyResponse) GetPkiApikeyID() int32

GetPkiApikeyID returns the PkiApikeyID field value

func (*ApikeyResponse) GetPkiApikeyIDOk ¶

func (o *ApikeyResponse) GetPkiApikeyIDOk() (*int32, bool)

GetPkiApikeyIDOk returns a tuple with the PkiApikeyID field value and a boolean to check if the value has been set.

func (*ApikeyResponse) GetSComputedToken ¶

func (o *ApikeyResponse) GetSComputedToken() string

GetSComputedToken returns the SComputedToken field value if set, zero value otherwise.

func (*ApikeyResponse) GetSComputedTokenOk ¶

func (o *ApikeyResponse) GetSComputedTokenOk() (*string, bool)

GetSComputedTokenOk returns a tuple with the SComputedToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApikeyResponse) HasSComputedToken ¶

func (o *ApikeyResponse) HasSComputedToken() bool

HasSComputedToken returns a boolean if a field has been set.

func (ApikeyResponse) MarshalJSON ¶

func (o ApikeyResponse) MarshalJSON() ([]byte, error)

func (*ApikeyResponse) SetObjApikeyDescription ¶

func (o *ApikeyResponse) SetObjApikeyDescription(v MultilingualApikeyDescription)

SetObjApikeyDescription sets field value

func (*ApikeyResponse) SetObjAudit ¶

func (o *ApikeyResponse) SetObjAudit(v CommonAudit)

SetObjAudit sets field value

func (*ApikeyResponse) SetPkiApikeyID ¶

func (o *ApikeyResponse) SetPkiApikeyID(v int32)

SetPkiApikeyID sets field value

func (*ApikeyResponse) SetSComputedToken ¶

func (o *ApikeyResponse) SetSComputedToken(v string)

SetSComputedToken gets a reference to the given string and assigns it to the SComputedToken field.

type AttemptResponse ¶

type AttemptResponse struct {
	// Represent a Date Time. The timezone is the one configured in the User's profile.
	DtAttemptStart string `json:"dtAttemptStart"`
	// The Success or Failure message of the attempt when we tried to call the URL to deliver the webhook event.
	SAttemptResult string `json:"sAttemptResult"`
	// The number of second it took to process the webhook or get an error
	IAttemptDuration int32 `json:"iAttemptDuration"`
}

AttemptResponse An Attempt object

func NewAttemptResponse ¶

func NewAttemptResponse(dtAttemptStart string, sAttemptResult string, iAttemptDuration int32) *AttemptResponse

NewAttemptResponse instantiates a new AttemptResponse 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 NewAttemptResponseWithDefaults ¶

func NewAttemptResponseWithDefaults() *AttemptResponse

NewAttemptResponseWithDefaults instantiates a new AttemptResponse 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 (*AttemptResponse) GetDtAttemptStart ¶

func (o *AttemptResponse) GetDtAttemptStart() string

GetDtAttemptStart returns the DtAttemptStart field value

func (*AttemptResponse) GetDtAttemptStartOk ¶

func (o *AttemptResponse) GetDtAttemptStartOk() (*string, bool)

GetDtAttemptStartOk returns a tuple with the DtAttemptStart field value and a boolean to check if the value has been set.

func (*AttemptResponse) GetIAttemptDuration ¶

func (o *AttemptResponse) GetIAttemptDuration() int32

GetIAttemptDuration returns the IAttemptDuration field value

func (*AttemptResponse) GetIAttemptDurationOk ¶

func (o *AttemptResponse) GetIAttemptDurationOk() (*int32, bool)

GetIAttemptDurationOk returns a tuple with the IAttemptDuration field value and a boolean to check if the value has been set.

func (*AttemptResponse) GetSAttemptResult ¶

func (o *AttemptResponse) GetSAttemptResult() string

GetSAttemptResult returns the SAttemptResult field value

func (*AttemptResponse) GetSAttemptResultOk ¶

func (o *AttemptResponse) GetSAttemptResultOk() (*string, bool)

GetSAttemptResultOk returns a tuple with the SAttemptResult field value and a boolean to check if the value has been set.

func (AttemptResponse) MarshalJSON ¶

func (o AttemptResponse) MarshalJSON() ([]byte, error)

func (*AttemptResponse) SetDtAttemptStart ¶

func (o *AttemptResponse) SetDtAttemptStart(v string)

SetDtAttemptStart sets field value

func (*AttemptResponse) SetIAttemptDuration ¶

func (o *AttemptResponse) SetIAttemptDuration(v int32)

SetIAttemptDuration sets field value

func (*AttemptResponse) SetSAttemptResult ¶

func (o *AttemptResponse) SetSAttemptResult(v string)

SetSAttemptResult sets field value

type AuthenticateAuthenticateV2Request ¶

type AuthenticateAuthenticateV2Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The email address.
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Login name of the User.
	SUserLoginname *string `json:"sUserLoginname,omitempty"`
	// A Password.  Must meet complexity requirements
	SPassword *string `json:"sPassword,omitempty"`
	// A Password encrypted and encoded in Base64  Must meet complexity requirements
	SPasswordEncrypted *string `json:"sPasswordEncrypted,omitempty"`
}

AuthenticateAuthenticateV2Request Request for the /2/module/authenticate/authenticate API Request

func NewAuthenticateAuthenticateV2Request ¶

func NewAuthenticateAuthenticateV2Request(pksCustomerCode string) *AuthenticateAuthenticateV2Request

NewAuthenticateAuthenticateV2Request instantiates a new AuthenticateAuthenticateV2Request 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 NewAuthenticateAuthenticateV2RequestWithDefaults ¶

func NewAuthenticateAuthenticateV2RequestWithDefaults() *AuthenticateAuthenticateV2Request

NewAuthenticateAuthenticateV2RequestWithDefaults instantiates a new AuthenticateAuthenticateV2Request 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 (*AuthenticateAuthenticateV2Request) GetPksCustomerCode ¶

func (o *AuthenticateAuthenticateV2Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*AuthenticateAuthenticateV2Request) GetPksCustomerCodeOk ¶

func (o *AuthenticateAuthenticateV2Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Request) GetSEmailAddress ¶

func (o *AuthenticateAuthenticateV2Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*AuthenticateAuthenticateV2Request) GetSEmailAddressOk ¶

func (o *AuthenticateAuthenticateV2Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Request) GetSPassword ¶

func (o *AuthenticateAuthenticateV2Request) GetSPassword() string

GetSPassword returns the SPassword field value if set, zero value otherwise.

func (*AuthenticateAuthenticateV2Request) GetSPasswordEncrypted ¶

func (o *AuthenticateAuthenticateV2Request) GetSPasswordEncrypted() string

GetSPasswordEncrypted returns the SPasswordEncrypted field value if set, zero value otherwise.

func (*AuthenticateAuthenticateV2Request) GetSPasswordEncryptedOk ¶

func (o *AuthenticateAuthenticateV2Request) GetSPasswordEncryptedOk() (*string, bool)

GetSPasswordEncryptedOk returns a tuple with the SPasswordEncrypted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Request) GetSPasswordOk ¶

func (o *AuthenticateAuthenticateV2Request) GetSPasswordOk() (*string, bool)

GetSPasswordOk returns a tuple with the SPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Request) GetSUserLoginname ¶

func (o *AuthenticateAuthenticateV2Request) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value if set, zero value otherwise.

func (*AuthenticateAuthenticateV2Request) GetSUserLoginnameOk ¶

func (o *AuthenticateAuthenticateV2Request) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Request) HasSEmailAddress ¶

func (o *AuthenticateAuthenticateV2Request) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*AuthenticateAuthenticateV2Request) HasSPassword ¶

func (o *AuthenticateAuthenticateV2Request) HasSPassword() bool

HasSPassword returns a boolean if a field has been set.

func (*AuthenticateAuthenticateV2Request) HasSPasswordEncrypted ¶

func (o *AuthenticateAuthenticateV2Request) HasSPasswordEncrypted() bool

HasSPasswordEncrypted returns a boolean if a field has been set.

func (*AuthenticateAuthenticateV2Request) HasSUserLoginname ¶

func (o *AuthenticateAuthenticateV2Request) HasSUserLoginname() bool

HasSUserLoginname returns a boolean if a field has been set.

func (AuthenticateAuthenticateV2Request) MarshalJSON ¶

func (o AuthenticateAuthenticateV2Request) MarshalJSON() ([]byte, error)

func (*AuthenticateAuthenticateV2Request) SetPksCustomerCode ¶

func (o *AuthenticateAuthenticateV2Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*AuthenticateAuthenticateV2Request) SetSEmailAddress ¶

func (o *AuthenticateAuthenticateV2Request) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*AuthenticateAuthenticateV2Request) SetSPassword ¶

func (o *AuthenticateAuthenticateV2Request) SetSPassword(v string)

SetSPassword gets a reference to the given string and assigns it to the SPassword field.

func (*AuthenticateAuthenticateV2Request) SetSPasswordEncrypted ¶

func (o *AuthenticateAuthenticateV2Request) SetSPasswordEncrypted(v string)

SetSPasswordEncrypted gets a reference to the given string and assigns it to the SPasswordEncrypted field.

func (*AuthenticateAuthenticateV2Request) SetSUserLoginname ¶

func (o *AuthenticateAuthenticateV2Request) SetSUserLoginname(v string)

SetSUserLoginname gets a reference to the given string and assigns it to the SUserLoginname field.

type AuthenticateAuthenticateV2Response ¶

type AuthenticateAuthenticateV2Response struct {
	MPayload        AuthenticateAuthenticateV2ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload             `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                    `json:"objDebug,omitempty"`
}

AuthenticateAuthenticateV2Response Response for the /2/module/authenticate/authenticate API Request

func NewAuthenticateAuthenticateV2Response ¶

func NewAuthenticateAuthenticateV2Response(mPayload AuthenticateAuthenticateV2ResponseMPayload) *AuthenticateAuthenticateV2Response

NewAuthenticateAuthenticateV2Response instantiates a new AuthenticateAuthenticateV2Response 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 NewAuthenticateAuthenticateV2ResponseWithDefaults ¶

func NewAuthenticateAuthenticateV2ResponseWithDefaults() *AuthenticateAuthenticateV2Response

NewAuthenticateAuthenticateV2ResponseWithDefaults instantiates a new AuthenticateAuthenticateV2Response 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 (*AuthenticateAuthenticateV2Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*AuthenticateAuthenticateV2Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*AuthenticateAuthenticateV2Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*AuthenticateAuthenticateV2Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2Response) HasObjDebug ¶

func (o *AuthenticateAuthenticateV2Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*AuthenticateAuthenticateV2Response) HasObjDebugPayload ¶

func (o *AuthenticateAuthenticateV2Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (AuthenticateAuthenticateV2Response) MarshalJSON ¶

func (o AuthenticateAuthenticateV2Response) MarshalJSON() ([]byte, error)

func (*AuthenticateAuthenticateV2Response) SetMPayload ¶

SetMPayload sets field value

func (*AuthenticateAuthenticateV2Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*AuthenticateAuthenticateV2Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type AuthenticateAuthenticateV2ResponseAllOf ¶

type AuthenticateAuthenticateV2ResponseAllOf struct {
	MPayload AuthenticateAuthenticateV2ResponseMPayload `json:"mPayload"`
}

AuthenticateAuthenticateV2ResponseAllOf struct for AuthenticateAuthenticateV2ResponseAllOf

func NewAuthenticateAuthenticateV2ResponseAllOf ¶

func NewAuthenticateAuthenticateV2ResponseAllOf(mPayload AuthenticateAuthenticateV2ResponseMPayload) *AuthenticateAuthenticateV2ResponseAllOf

NewAuthenticateAuthenticateV2ResponseAllOf instantiates a new AuthenticateAuthenticateV2ResponseAllOf 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 NewAuthenticateAuthenticateV2ResponseAllOfWithDefaults ¶

func NewAuthenticateAuthenticateV2ResponseAllOfWithDefaults() *AuthenticateAuthenticateV2ResponseAllOf

NewAuthenticateAuthenticateV2ResponseAllOfWithDefaults instantiates a new AuthenticateAuthenticateV2ResponseAllOf 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 (*AuthenticateAuthenticateV2ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*AuthenticateAuthenticateV2ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (AuthenticateAuthenticateV2ResponseAllOf) MarshalJSON ¶

func (o AuthenticateAuthenticateV2ResponseAllOf) MarshalJSON() ([]byte, error)

func (*AuthenticateAuthenticateV2ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type AuthenticateAuthenticateV2ResponseMPayload ¶

type AuthenticateAuthenticateV2ResponseMPayload struct {
	// The Authorization key
	SAuthorization string `json:"sAuthorization"`
	// The secret key
	SSecret string `json:"sSecret"`
}

AuthenticateAuthenticateV2ResponseMPayload Payload for the /2/module/authenticate/authenticate API Request

func NewAuthenticateAuthenticateV2ResponseMPayload ¶

func NewAuthenticateAuthenticateV2ResponseMPayload(sAuthorization string, sSecret string) *AuthenticateAuthenticateV2ResponseMPayload

NewAuthenticateAuthenticateV2ResponseMPayload instantiates a new AuthenticateAuthenticateV2ResponseMPayload 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 NewAuthenticateAuthenticateV2ResponseMPayloadWithDefaults ¶

func NewAuthenticateAuthenticateV2ResponseMPayloadWithDefaults() *AuthenticateAuthenticateV2ResponseMPayload

NewAuthenticateAuthenticateV2ResponseMPayloadWithDefaults instantiates a new AuthenticateAuthenticateV2ResponseMPayload 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 (*AuthenticateAuthenticateV2ResponseMPayload) GetSAuthorization ¶

func (o *AuthenticateAuthenticateV2ResponseMPayload) GetSAuthorization() string

GetSAuthorization returns the SAuthorization field value

func (*AuthenticateAuthenticateV2ResponseMPayload) GetSAuthorizationOk ¶

func (o *AuthenticateAuthenticateV2ResponseMPayload) GetSAuthorizationOk() (*string, bool)

GetSAuthorizationOk returns a tuple with the SAuthorization field value and a boolean to check if the value has been set.

func (*AuthenticateAuthenticateV2ResponseMPayload) GetSSecret ¶

GetSSecret returns the SSecret field value

func (*AuthenticateAuthenticateV2ResponseMPayload) GetSSecretOk ¶

GetSSecretOk returns a tuple with the SSecret field value and a boolean to check if the value has been set.

func (AuthenticateAuthenticateV2ResponseMPayload) MarshalJSON ¶

func (*AuthenticateAuthenticateV2ResponseMPayload) SetSAuthorization ¶

func (o *AuthenticateAuthenticateV2ResponseMPayload) SetSAuthorization(v string)

SetSAuthorization sets field value

func (*AuthenticateAuthenticateV2ResponseMPayload) SetSSecret ¶

SetSSecret sets field value

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type CommonAudit ¶

type CommonAudit struct {
	// The unique ID of the User
	FkiUserIDCreated int32 `json:"fkiUserIDCreated"`
	// The unique ID of the User
	FkiUserIDModified int32 `json:"fkiUserIDModified"`
	// The unique ID of the Apikey
	FkiApikeyIDCreated *int32 `json:"fkiApikeyIDCreated,omitempty"`
	// The unique ID of the Apikey
	FkiApikeyIDModified *int32 `json:"fkiApikeyIDModified,omitempty"`
	// Represent a Date Time. The timezone is the one configured in the User's profile.
	DtCreatedDate string `json:"dtCreatedDate"`
	// Represent a Date Time. The timezone is the one configured in the User's profile.
	DtModifiedDate string `json:"dtModifiedDate"`
}

CommonAudit Gives informations about the user that created the object and the last user to have modified it. If the object was never modified after creation, both Created and Modified informations will be the same. Apikey details will only be provided if the changes were made by an API key.

func NewCommonAudit ¶

func NewCommonAudit(fkiUserIDCreated int32, fkiUserIDModified int32, dtCreatedDate string, dtModifiedDate string) *CommonAudit

NewCommonAudit instantiates a new CommonAudit 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 NewCommonAuditWithDefaults ¶

func NewCommonAuditWithDefaults() *CommonAudit

NewCommonAuditWithDefaults instantiates a new CommonAudit 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 (*CommonAudit) GetDtCreatedDate ¶

func (o *CommonAudit) GetDtCreatedDate() string

GetDtCreatedDate returns the DtCreatedDate field value

func (*CommonAudit) GetDtCreatedDateOk ¶

func (o *CommonAudit) GetDtCreatedDateOk() (*string, bool)

GetDtCreatedDateOk returns a tuple with the DtCreatedDate field value and a boolean to check if the value has been set.

func (*CommonAudit) GetDtModifiedDate ¶

func (o *CommonAudit) GetDtModifiedDate() string

GetDtModifiedDate returns the DtModifiedDate field value

func (*CommonAudit) GetDtModifiedDateOk ¶

func (o *CommonAudit) GetDtModifiedDateOk() (*string, bool)

GetDtModifiedDateOk returns a tuple with the DtModifiedDate field value and a boolean to check if the value has been set.

func (*CommonAudit) GetFkiApikeyIDCreated ¶

func (o *CommonAudit) GetFkiApikeyIDCreated() int32

GetFkiApikeyIDCreated returns the FkiApikeyIDCreated field value if set, zero value otherwise.

func (*CommonAudit) GetFkiApikeyIDCreatedOk ¶

func (o *CommonAudit) GetFkiApikeyIDCreatedOk() (*int32, bool)

GetFkiApikeyIDCreatedOk returns a tuple with the FkiApikeyIDCreated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonAudit) GetFkiApikeyIDModified ¶

func (o *CommonAudit) GetFkiApikeyIDModified() int32

GetFkiApikeyIDModified returns the FkiApikeyIDModified field value if set, zero value otherwise.

func (*CommonAudit) GetFkiApikeyIDModifiedOk ¶

func (o *CommonAudit) GetFkiApikeyIDModifiedOk() (*int32, bool)

GetFkiApikeyIDModifiedOk returns a tuple with the FkiApikeyIDModified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonAudit) GetFkiUserIDCreated ¶

func (o *CommonAudit) GetFkiUserIDCreated() int32

GetFkiUserIDCreated returns the FkiUserIDCreated field value

func (*CommonAudit) GetFkiUserIDCreatedOk ¶

func (o *CommonAudit) GetFkiUserIDCreatedOk() (*int32, bool)

GetFkiUserIDCreatedOk returns a tuple with the FkiUserIDCreated field value and a boolean to check if the value has been set.

func (*CommonAudit) GetFkiUserIDModified ¶

func (o *CommonAudit) GetFkiUserIDModified() int32

GetFkiUserIDModified returns the FkiUserIDModified field value

func (*CommonAudit) GetFkiUserIDModifiedOk ¶

func (o *CommonAudit) GetFkiUserIDModifiedOk() (*int32, bool)

GetFkiUserIDModifiedOk returns a tuple with the FkiUserIDModified field value and a boolean to check if the value has been set.

func (*CommonAudit) HasFkiApikeyIDCreated ¶

func (o *CommonAudit) HasFkiApikeyIDCreated() bool

HasFkiApikeyIDCreated returns a boolean if a field has been set.

func (*CommonAudit) HasFkiApikeyIDModified ¶

func (o *CommonAudit) HasFkiApikeyIDModified() bool

HasFkiApikeyIDModified returns a boolean if a field has been set.

func (CommonAudit) MarshalJSON ¶

func (o CommonAudit) MarshalJSON() ([]byte, error)

func (*CommonAudit) SetDtCreatedDate ¶

func (o *CommonAudit) SetDtCreatedDate(v string)

SetDtCreatedDate sets field value

func (*CommonAudit) SetDtModifiedDate ¶

func (o *CommonAudit) SetDtModifiedDate(v string)

SetDtModifiedDate sets field value

func (*CommonAudit) SetFkiApikeyIDCreated ¶

func (o *CommonAudit) SetFkiApikeyIDCreated(v int32)

SetFkiApikeyIDCreated gets a reference to the given int32 and assigns it to the FkiApikeyIDCreated field.

func (*CommonAudit) SetFkiApikeyIDModified ¶

func (o *CommonAudit) SetFkiApikeyIDModified(v int32)

SetFkiApikeyIDModified gets a reference to the given int32 and assigns it to the FkiApikeyIDModified field.

func (*CommonAudit) SetFkiUserIDCreated ¶

func (o *CommonAudit) SetFkiUserIDCreated(v int32)

SetFkiUserIDCreated sets field value

func (*CommonAudit) SetFkiUserIDModified ¶

func (o *CommonAudit) SetFkiUserIDModified(v int32)

SetFkiUserIDModified sets field value

type CommonGetAutocompleteV1Response ¶

type CommonGetAutocompleteV1Response struct {
	// Generic Autocomplete Response
	MPayload        []CustomAutocompleteElementResponse `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload      `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug             `json:"objDebug,omitempty"`
}

CommonGetAutocompleteV1Response Response for the /1/object/xxx/getAutocomplete API Request

func NewCommonGetAutocompleteV1Response ¶

func NewCommonGetAutocompleteV1Response(mPayload []CustomAutocompleteElementResponse) *CommonGetAutocompleteV1Response

NewCommonGetAutocompleteV1Response instantiates a new CommonGetAutocompleteV1Response 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 NewCommonGetAutocompleteV1ResponseWithDefaults ¶

func NewCommonGetAutocompleteV1ResponseWithDefaults() *CommonGetAutocompleteV1Response

NewCommonGetAutocompleteV1ResponseWithDefaults instantiates a new CommonGetAutocompleteV1Response 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 (*CommonGetAutocompleteV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*CommonGetAutocompleteV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*CommonGetAutocompleteV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*CommonGetAutocompleteV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonGetAutocompleteV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*CommonGetAutocompleteV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonGetAutocompleteV1Response) HasObjDebug ¶

func (o *CommonGetAutocompleteV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*CommonGetAutocompleteV1Response) HasObjDebugPayload ¶

func (o *CommonGetAutocompleteV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (CommonGetAutocompleteV1Response) MarshalJSON ¶

func (o CommonGetAutocompleteV1Response) MarshalJSON() ([]byte, error)

func (*CommonGetAutocompleteV1Response) SetMPayload ¶

SetMPayload sets field value

func (*CommonGetAutocompleteV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*CommonGetAutocompleteV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type CommonGetAutocompleteV1ResponseAllOf ¶

type CommonGetAutocompleteV1ResponseAllOf struct {
	// Generic Autocomplete Response
	MPayload []CustomAutocompleteElementResponse `json:"mPayload"`
}

CommonGetAutocompleteV1ResponseAllOf struct for CommonGetAutocompleteV1ResponseAllOf

func NewCommonGetAutocompleteV1ResponseAllOf ¶

func NewCommonGetAutocompleteV1ResponseAllOf(mPayload []CustomAutocompleteElementResponse) *CommonGetAutocompleteV1ResponseAllOf

NewCommonGetAutocompleteV1ResponseAllOf instantiates a new CommonGetAutocompleteV1ResponseAllOf 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 NewCommonGetAutocompleteV1ResponseAllOfWithDefaults ¶

func NewCommonGetAutocompleteV1ResponseAllOfWithDefaults() *CommonGetAutocompleteV1ResponseAllOf

NewCommonGetAutocompleteV1ResponseAllOfWithDefaults instantiates a new CommonGetAutocompleteV1ResponseAllOf 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 (*CommonGetAutocompleteV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*CommonGetAutocompleteV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (CommonGetAutocompleteV1ResponseAllOf) MarshalJSON ¶

func (o CommonGetAutocompleteV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*CommonGetAutocompleteV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type CommonGetListV1ResponseMPayload ¶

type CommonGetListV1ResponseMPayload struct {
	// The number of rows returned
	IRowReturned int32 `json:"iRowReturned"`
	// The number of rows matching your filters (if any) or the total number of rows
	IRowFiltered int32 `json:"iRowFiltered"`
}

CommonGetListV1ResponseMPayload Generic List Response

func NewCommonGetListV1ResponseMPayload ¶

func NewCommonGetListV1ResponseMPayload(iRowReturned int32, iRowFiltered int32) *CommonGetListV1ResponseMPayload

NewCommonGetListV1ResponseMPayload instantiates a new CommonGetListV1ResponseMPayload 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 NewCommonGetListV1ResponseMPayloadWithDefaults ¶

func NewCommonGetListV1ResponseMPayloadWithDefaults() *CommonGetListV1ResponseMPayload

NewCommonGetListV1ResponseMPayloadWithDefaults instantiates a new CommonGetListV1ResponseMPayload 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 (*CommonGetListV1ResponseMPayload) GetIRowFiltered ¶

func (o *CommonGetListV1ResponseMPayload) GetIRowFiltered() int32

GetIRowFiltered returns the IRowFiltered field value

func (*CommonGetListV1ResponseMPayload) GetIRowFilteredOk ¶

func (o *CommonGetListV1ResponseMPayload) GetIRowFilteredOk() (*int32, bool)

GetIRowFilteredOk returns a tuple with the IRowFiltered field value and a boolean to check if the value has been set.

func (*CommonGetListV1ResponseMPayload) GetIRowReturned ¶

func (o *CommonGetListV1ResponseMPayload) GetIRowReturned() int32

GetIRowReturned returns the IRowReturned field value

func (*CommonGetListV1ResponseMPayload) GetIRowReturnedOk ¶

func (o *CommonGetListV1ResponseMPayload) GetIRowReturnedOk() (*int32, bool)

GetIRowReturnedOk returns a tuple with the IRowReturned field value and a boolean to check if the value has been set.

func (CommonGetListV1ResponseMPayload) MarshalJSON ¶

func (o CommonGetListV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*CommonGetListV1ResponseMPayload) SetIRowFiltered ¶

func (o *CommonGetListV1ResponseMPayload) SetIRowFiltered(v int32)

SetIRowFiltered sets field value

func (*CommonGetListV1ResponseMPayload) SetIRowReturned ¶

func (o *CommonGetListV1ResponseMPayload) SetIRowReturned(v int32)

SetIRowReturned sets field value

type CommonResponse ¶

type CommonResponse struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

CommonResponse All API response will inherit this based Response

func NewCommonResponse ¶

func NewCommonResponse() *CommonResponse

NewCommonResponse instantiates a new CommonResponse 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 NewCommonResponseWithDefaults ¶

func NewCommonResponseWithDefaults() *CommonResponse

NewCommonResponseWithDefaults instantiates a new CommonResponse 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 (*CommonResponse) GetObjDebug ¶

func (o *CommonResponse) GetObjDebug() CommonResponseObjDebug

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*CommonResponse) GetObjDebugOk ¶

func (o *CommonResponse) GetObjDebugOk() (*CommonResponseObjDebug, bool)

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponse) GetObjDebugPayload ¶

func (o *CommonResponse) GetObjDebugPayload() CommonResponseObjDebugPayload

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*CommonResponse) GetObjDebugPayloadOk ¶

func (o *CommonResponse) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponse) HasObjDebug ¶

func (o *CommonResponse) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*CommonResponse) HasObjDebugPayload ¶

func (o *CommonResponse) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (CommonResponse) MarshalJSON ¶

func (o CommonResponse) MarshalJSON() ([]byte, error)

func (*CommonResponse) SetObjDebug ¶

func (o *CommonResponse) SetObjDebug(v CommonResponseObjDebug)

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*CommonResponse) SetObjDebugPayload ¶

func (o *CommonResponse) SetObjDebugPayload(v CommonResponseObjDebugPayload)

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type CommonResponseError ¶

type CommonResponseError struct {
	// More detail about the error
	SErrorMessage string `json:"sErrorMessage"`
	// The error code. See documentation for valid values
	EErrorCode *string `json:"eErrorCode,omitempty"`
}

CommonResponseError Generic Error Message

func NewCommonResponseError ¶

func NewCommonResponseError(sErrorMessage string) *CommonResponseError

NewCommonResponseError instantiates a new CommonResponseError 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 NewCommonResponseErrorWithDefaults ¶

func NewCommonResponseErrorWithDefaults() *CommonResponseError

NewCommonResponseErrorWithDefaults instantiates a new CommonResponseError 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 (*CommonResponseError) GetEErrorCode ¶

func (o *CommonResponseError) GetEErrorCode() string

GetEErrorCode returns the EErrorCode field value if set, zero value otherwise.

func (*CommonResponseError) GetEErrorCodeOk ¶

func (o *CommonResponseError) GetEErrorCodeOk() (*string, bool)

GetEErrorCodeOk returns a tuple with the EErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseError) GetSErrorMessage ¶

func (o *CommonResponseError) GetSErrorMessage() string

GetSErrorMessage returns the SErrorMessage field value

func (*CommonResponseError) GetSErrorMessageOk ¶

func (o *CommonResponseError) GetSErrorMessageOk() (*string, bool)

GetSErrorMessageOk returns a tuple with the SErrorMessage field value and a boolean to check if the value has been set.

func (*CommonResponseError) HasEErrorCode ¶

func (o *CommonResponseError) HasEErrorCode() bool

HasEErrorCode returns a boolean if a field has been set.

func (CommonResponseError) MarshalJSON ¶

func (o CommonResponseError) MarshalJSON() ([]byte, error)

func (*CommonResponseError) SetEErrorCode ¶

func (o *CommonResponseError) SetEErrorCode(v string)

SetEErrorCode gets a reference to the given string and assigns it to the EErrorCode field.

func (*CommonResponseError) SetSErrorMessage ¶

func (o *CommonResponseError) SetSErrorMessage(v string)

SetSErrorMessage sets field value

type CommonResponseErrorSTemporaryFileUrl ¶

type CommonResponseErrorSTemporaryFileUrl struct {
	// The Temporary File Url of the document that was uploaded. That url can be reused instead of uploading the file again.
	STemporaryFileUrl *string `json:"sTemporaryFileUrl,omitempty"`
	// More detail about the error
	SErrorMessage string `json:"sErrorMessage"`
	// The error code. See documentation for valid values
	EErrorCode *string `json:"eErrorCode,omitempty"`
}

CommonResponseErrorSTemporaryFileUrl Generic Error Message

func NewCommonResponseErrorSTemporaryFileUrl ¶

func NewCommonResponseErrorSTemporaryFileUrl(sErrorMessage string) *CommonResponseErrorSTemporaryFileUrl

NewCommonResponseErrorSTemporaryFileUrl instantiates a new CommonResponseErrorSTemporaryFileUrl 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 NewCommonResponseErrorSTemporaryFileUrlWithDefaults ¶

func NewCommonResponseErrorSTemporaryFileUrlWithDefaults() *CommonResponseErrorSTemporaryFileUrl

NewCommonResponseErrorSTemporaryFileUrlWithDefaults instantiates a new CommonResponseErrorSTemporaryFileUrl 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 (*CommonResponseErrorSTemporaryFileUrl) GetEErrorCode ¶

func (o *CommonResponseErrorSTemporaryFileUrl) GetEErrorCode() string

GetEErrorCode returns the EErrorCode field value if set, zero value otherwise.

func (*CommonResponseErrorSTemporaryFileUrl) GetEErrorCodeOk ¶

func (o *CommonResponseErrorSTemporaryFileUrl) GetEErrorCodeOk() (*string, bool)

GetEErrorCodeOk returns a tuple with the EErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseErrorSTemporaryFileUrl) GetSErrorMessage ¶

func (o *CommonResponseErrorSTemporaryFileUrl) GetSErrorMessage() string

GetSErrorMessage returns the SErrorMessage field value

func (*CommonResponseErrorSTemporaryFileUrl) GetSErrorMessageOk ¶

func (o *CommonResponseErrorSTemporaryFileUrl) GetSErrorMessageOk() (*string, bool)

GetSErrorMessageOk returns a tuple with the SErrorMessage field value and a boolean to check if the value has been set.

func (*CommonResponseErrorSTemporaryFileUrl) GetSTemporaryFileUrl ¶

func (o *CommonResponseErrorSTemporaryFileUrl) GetSTemporaryFileUrl() string

GetSTemporaryFileUrl returns the STemporaryFileUrl field value if set, zero value otherwise.

func (*CommonResponseErrorSTemporaryFileUrl) GetSTemporaryFileUrlOk ¶

func (o *CommonResponseErrorSTemporaryFileUrl) GetSTemporaryFileUrlOk() (*string, bool)

GetSTemporaryFileUrlOk returns a tuple with the STemporaryFileUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseErrorSTemporaryFileUrl) HasEErrorCode ¶

func (o *CommonResponseErrorSTemporaryFileUrl) HasEErrorCode() bool

HasEErrorCode returns a boolean if a field has been set.

func (*CommonResponseErrorSTemporaryFileUrl) HasSTemporaryFileUrl ¶

func (o *CommonResponseErrorSTemporaryFileUrl) HasSTemporaryFileUrl() bool

HasSTemporaryFileUrl returns a boolean if a field has been set.

func (CommonResponseErrorSTemporaryFileUrl) MarshalJSON ¶

func (o CommonResponseErrorSTemporaryFileUrl) MarshalJSON() ([]byte, error)

func (*CommonResponseErrorSTemporaryFileUrl) SetEErrorCode ¶

func (o *CommonResponseErrorSTemporaryFileUrl) SetEErrorCode(v string)

SetEErrorCode gets a reference to the given string and assigns it to the EErrorCode field.

func (*CommonResponseErrorSTemporaryFileUrl) SetSErrorMessage ¶

func (o *CommonResponseErrorSTemporaryFileUrl) SetSErrorMessage(v string)

SetSErrorMessage sets field value

func (*CommonResponseErrorSTemporaryFileUrl) SetSTemporaryFileUrl ¶

func (o *CommonResponseErrorSTemporaryFileUrl) SetSTemporaryFileUrl(v string)

SetSTemporaryFileUrl gets a reference to the given string and assigns it to the STemporaryFileUrl field.

type CommonResponseErrorSTemporaryFileUrlAllOf ¶

type CommonResponseErrorSTemporaryFileUrlAllOf struct {
	// The Temporary File Url of the document that was uploaded. That url can be reused instead of uploading the file again.
	STemporaryFileUrl *string `json:"sTemporaryFileUrl,omitempty"`
}

CommonResponseErrorSTemporaryFileUrlAllOf struct for CommonResponseErrorSTemporaryFileUrlAllOf

func NewCommonResponseErrorSTemporaryFileUrlAllOf ¶

func NewCommonResponseErrorSTemporaryFileUrlAllOf() *CommonResponseErrorSTemporaryFileUrlAllOf

NewCommonResponseErrorSTemporaryFileUrlAllOf instantiates a new CommonResponseErrorSTemporaryFileUrlAllOf 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 NewCommonResponseErrorSTemporaryFileUrlAllOfWithDefaults ¶

func NewCommonResponseErrorSTemporaryFileUrlAllOfWithDefaults() *CommonResponseErrorSTemporaryFileUrlAllOf

NewCommonResponseErrorSTemporaryFileUrlAllOfWithDefaults instantiates a new CommonResponseErrorSTemporaryFileUrlAllOf 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 (*CommonResponseErrorSTemporaryFileUrlAllOf) GetSTemporaryFileUrl ¶

func (o *CommonResponseErrorSTemporaryFileUrlAllOf) GetSTemporaryFileUrl() string

GetSTemporaryFileUrl returns the STemporaryFileUrl field value if set, zero value otherwise.

func (*CommonResponseErrorSTemporaryFileUrlAllOf) GetSTemporaryFileUrlOk ¶

func (o *CommonResponseErrorSTemporaryFileUrlAllOf) GetSTemporaryFileUrlOk() (*string, bool)

GetSTemporaryFileUrlOk returns a tuple with the STemporaryFileUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseErrorSTemporaryFileUrlAllOf) HasSTemporaryFileUrl ¶

func (o *CommonResponseErrorSTemporaryFileUrlAllOf) HasSTemporaryFileUrl() bool

HasSTemporaryFileUrl returns a boolean if a field has been set.

func (CommonResponseErrorSTemporaryFileUrlAllOf) MarshalJSON ¶

func (*CommonResponseErrorSTemporaryFileUrlAllOf) SetSTemporaryFileUrl ¶

func (o *CommonResponseErrorSTemporaryFileUrlAllOf) SetSTemporaryFileUrl(v string)

SetSTemporaryFileUrl gets a reference to the given string and assigns it to the STemporaryFileUrl field.

type CommonResponseFilter ¶

type CommonResponseFilter struct {
	// List of filters that can be used in *sFilter* (Automatic types)
	AAutoType *map[string]string `json:"a_AutoType,omitempty"`
	// List of filters that can be used in *sFilter* (Enum types)
	AEnum *map[string]map[string]string `json:"a_Enum,omitempty"`
}

CommonResponseFilter Definition of Filters for getList

func NewCommonResponseFilter ¶

func NewCommonResponseFilter() *CommonResponseFilter

NewCommonResponseFilter instantiates a new CommonResponseFilter 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 NewCommonResponseFilterWithDefaults ¶

func NewCommonResponseFilterWithDefaults() *CommonResponseFilter

NewCommonResponseFilterWithDefaults instantiates a new CommonResponseFilter 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 (*CommonResponseFilter) GetAAutoType ¶

func (o *CommonResponseFilter) GetAAutoType() map[string]string

GetAAutoType returns the AAutoType field value if set, zero value otherwise.

func (*CommonResponseFilter) GetAAutoTypeOk ¶

func (o *CommonResponseFilter) GetAAutoTypeOk() (*map[string]string, bool)

GetAAutoTypeOk returns a tuple with the AAutoType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseFilter) GetAEnum ¶

func (o *CommonResponseFilter) GetAEnum() map[string]map[string]string

GetAEnum returns the AEnum field value if set, zero value otherwise.

func (*CommonResponseFilter) GetAEnumOk ¶

func (o *CommonResponseFilter) GetAEnumOk() (*map[string]map[string]string, bool)

GetAEnumOk returns a tuple with the AEnum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseFilter) HasAAutoType ¶

func (o *CommonResponseFilter) HasAAutoType() bool

HasAAutoType returns a boolean if a field has been set.

func (*CommonResponseFilter) HasAEnum ¶

func (o *CommonResponseFilter) HasAEnum() bool

HasAEnum returns a boolean if a field has been set.

func (CommonResponseFilter) MarshalJSON ¶

func (o CommonResponseFilter) MarshalJSON() ([]byte, error)

func (*CommonResponseFilter) SetAAutoType ¶

func (o *CommonResponseFilter) SetAAutoType(v map[string]string)

SetAAutoType gets a reference to the given map[string]string and assigns it to the AAutoType field.

func (*CommonResponseFilter) SetAEnum ¶

func (o *CommonResponseFilter) SetAEnum(v map[string]map[string]string)

SetAEnum gets a reference to the given map[string]map[string]string and assigns it to the AEnum field.

type CommonResponseGetList ¶

type CommonResponseGetList struct {
	ObjDebugPayload *CommonResponseObjDebugPayloadGetList `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug               `json:"objDebug,omitempty"`
}

CommonResponseGetList All API response will inherit this based Response

func NewCommonResponseGetList ¶

func NewCommonResponseGetList() *CommonResponseGetList

NewCommonResponseGetList instantiates a new CommonResponseGetList 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 NewCommonResponseGetListWithDefaults ¶

func NewCommonResponseGetListWithDefaults() *CommonResponseGetList

NewCommonResponseGetListWithDefaults instantiates a new CommonResponseGetList 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 (*CommonResponseGetList) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*CommonResponseGetList) GetObjDebugOk ¶

func (o *CommonResponseGetList) GetObjDebugOk() (*CommonResponseObjDebug, bool)

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseGetList) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*CommonResponseGetList) GetObjDebugPayloadOk ¶

func (o *CommonResponseGetList) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayloadGetList, bool)

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonResponseGetList) HasObjDebug ¶

func (o *CommonResponseGetList) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*CommonResponseGetList) HasObjDebugPayload ¶

func (o *CommonResponseGetList) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (CommonResponseGetList) MarshalJSON ¶

func (o CommonResponseGetList) MarshalJSON() ([]byte, error)

func (*CommonResponseGetList) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*CommonResponseGetList) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayloadGetList and assigns it to the ObjDebugPayload field.

type CommonResponseObjDebug ¶

type CommonResponseObjDebug struct {
	// The peak memory allocated during the API request execution. Formatted as a human readable string
	SMemoryUsage string `json:"sMemoryUsage"`
	// The total server execution time of the API request execution. Formatted as a human readable string
	SRunTime string `json:"sRunTime"`
	// The number of SQL SELECT queries that were sent to the database server during the API request execution
	ISQLSelects int32 `json:"iSQLSelects"`
	// The number of SQL INSERT/UPDATE/DELETE queries that were sent to the database server during the API request execution
	ISQLQueries int32 `json:"iSQLQueries"`
	// An array of the SQL Queries that were executed during the API request execution
	AObjSQLQuery []CommonResponseObjSQLQuery `json:"a_objSQLQuery"`
}

CommonResponseObjDebug This is a generic debug object that is returned by all API requests

func NewCommonResponseObjDebug ¶

func NewCommonResponseObjDebug(sMemoryUsage string, sRunTime string, iSQLSelects int32, iSQLQueries int32, aObjSQLQuery []CommonResponseObjSQLQuery) *CommonResponseObjDebug

NewCommonResponseObjDebug instantiates a new CommonResponseObjDebug 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 NewCommonResponseObjDebugWithDefaults ¶

func NewCommonResponseObjDebugWithDefaults() *CommonResponseObjDebug

NewCommonResponseObjDebugWithDefaults instantiates a new CommonResponseObjDebug 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 (*CommonResponseObjDebug) GetAObjSQLQuery ¶

func (o *CommonResponseObjDebug) GetAObjSQLQuery() []CommonResponseObjSQLQuery

GetAObjSQLQuery returns the AObjSQLQuery field value

func (*CommonResponseObjDebug) GetAObjSQLQueryOk ¶

func (o *CommonResponseObjDebug) GetAObjSQLQueryOk() (*[]CommonResponseObjSQLQuery, bool)

GetAObjSQLQueryOk returns a tuple with the AObjSQLQuery field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebug) GetISQLQueries ¶

func (o *CommonResponseObjDebug) GetISQLQueries() int32

GetISQLQueries returns the ISQLQueries field value

func (*CommonResponseObjDebug) GetISQLQueriesOk ¶

func (o *CommonResponseObjDebug) GetISQLQueriesOk() (*int32, bool)

GetISQLQueriesOk returns a tuple with the ISQLQueries field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebug) GetISQLSelects ¶

func (o *CommonResponseObjDebug) GetISQLSelects() int32

GetISQLSelects returns the ISQLSelects field value

func (*CommonResponseObjDebug) GetISQLSelectsOk ¶

func (o *CommonResponseObjDebug) GetISQLSelectsOk() (*int32, bool)

GetISQLSelectsOk returns a tuple with the ISQLSelects field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebug) GetSMemoryUsage ¶

func (o *CommonResponseObjDebug) GetSMemoryUsage() string

GetSMemoryUsage returns the SMemoryUsage field value

func (*CommonResponseObjDebug) GetSMemoryUsageOk ¶

func (o *CommonResponseObjDebug) GetSMemoryUsageOk() (*string, bool)

GetSMemoryUsageOk returns a tuple with the SMemoryUsage field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebug) GetSRunTime ¶

func (o *CommonResponseObjDebug) GetSRunTime() string

GetSRunTime returns the SRunTime field value

func (*CommonResponseObjDebug) GetSRunTimeOk ¶

func (o *CommonResponseObjDebug) GetSRunTimeOk() (*string, bool)

GetSRunTimeOk returns a tuple with the SRunTime field value and a boolean to check if the value has been set.

func (CommonResponseObjDebug) MarshalJSON ¶

func (o CommonResponseObjDebug) MarshalJSON() ([]byte, error)

func (*CommonResponseObjDebug) SetAObjSQLQuery ¶

func (o *CommonResponseObjDebug) SetAObjSQLQuery(v []CommonResponseObjSQLQuery)

SetAObjSQLQuery sets field value

func (*CommonResponseObjDebug) SetISQLQueries ¶

func (o *CommonResponseObjDebug) SetISQLQueries(v int32)

SetISQLQueries sets field value

func (*CommonResponseObjDebug) SetISQLSelects ¶

func (o *CommonResponseObjDebug) SetISQLSelects(v int32)

SetISQLSelects sets field value

func (*CommonResponseObjDebug) SetSMemoryUsage ¶

func (o *CommonResponseObjDebug) SetSMemoryUsage(v string)

SetSMemoryUsage sets field value

func (*CommonResponseObjDebug) SetSRunTime ¶

func (o *CommonResponseObjDebug) SetSRunTime(v string)

SetSRunTime sets field value

type CommonResponseObjDebugPayload ¶

type CommonResponseObjDebugPayload struct {
	// The minimum version of the function that can be called
	IVersionMin int32 `json:"iVersionMin"`
	// The maximum version of the function that can be called
	IVersionMax int32 `json:"iVersionMax"`
	// An array of permissions required to access this function.  If the value \"0\" is present in the array, anyone can call this function.  You must have one of the permission to access the function. You don't need to have all of them.
	ARequiredPermission []int32 `json:"a_RequiredPermission"`
}

CommonResponseObjDebugPayload This is a debug object containing debugging information on the actual function

func NewCommonResponseObjDebugPayload ¶

func NewCommonResponseObjDebugPayload(iVersionMin int32, iVersionMax int32, aRequiredPermission []int32) *CommonResponseObjDebugPayload

NewCommonResponseObjDebugPayload instantiates a new CommonResponseObjDebugPayload 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 NewCommonResponseObjDebugPayloadWithDefaults ¶

func NewCommonResponseObjDebugPayloadWithDefaults() *CommonResponseObjDebugPayload

NewCommonResponseObjDebugPayloadWithDefaults instantiates a new CommonResponseObjDebugPayload 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 (*CommonResponseObjDebugPayload) GetARequiredPermission ¶

func (o *CommonResponseObjDebugPayload) GetARequiredPermission() []int32

GetARequiredPermission returns the ARequiredPermission field value

func (*CommonResponseObjDebugPayload) GetARequiredPermissionOk ¶

func (o *CommonResponseObjDebugPayload) GetARequiredPermissionOk() (*[]int32, bool)

GetARequiredPermissionOk returns a tuple with the ARequiredPermission field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayload) GetIVersionMax ¶

func (o *CommonResponseObjDebugPayload) GetIVersionMax() int32

GetIVersionMax returns the IVersionMax field value

func (*CommonResponseObjDebugPayload) GetIVersionMaxOk ¶

func (o *CommonResponseObjDebugPayload) GetIVersionMaxOk() (*int32, bool)

GetIVersionMaxOk returns a tuple with the IVersionMax field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayload) GetIVersionMin ¶

func (o *CommonResponseObjDebugPayload) GetIVersionMin() int32

GetIVersionMin returns the IVersionMin field value

func (*CommonResponseObjDebugPayload) GetIVersionMinOk ¶

func (o *CommonResponseObjDebugPayload) GetIVersionMinOk() (*int32, bool)

GetIVersionMinOk returns a tuple with the IVersionMin field value and a boolean to check if the value has been set.

func (CommonResponseObjDebugPayload) MarshalJSON ¶

func (o CommonResponseObjDebugPayload) MarshalJSON() ([]byte, error)

func (*CommonResponseObjDebugPayload) SetARequiredPermission ¶

func (o *CommonResponseObjDebugPayload) SetARequiredPermission(v []int32)

SetARequiredPermission sets field value

func (*CommonResponseObjDebugPayload) SetIVersionMax ¶

func (o *CommonResponseObjDebugPayload) SetIVersionMax(v int32)

SetIVersionMax sets field value

func (*CommonResponseObjDebugPayload) SetIVersionMin ¶

func (o *CommonResponseObjDebugPayload) SetIVersionMin(v int32)

SetIVersionMin sets field value

type CommonResponseObjDebugPayloadGetList ¶

type CommonResponseObjDebugPayloadGetList struct {
	// The minimum version of the function that can be called
	IVersionMin int32 `json:"iVersionMin"`
	// The maximum version of the function that can be called
	IVersionMax int32 `json:"iVersionMax"`
	// An array of permissions required to access this function.  If the value \"0\" is present in the array, anyone can call this function.  You must have one of the permission to access the function. You don't need to have all of them.
	ARequiredPermission []int32              `json:"a_RequiredPermission"`
	AFilter             CommonResponseFilter `json:"a_Filter"`
	// List of available values for *eOrderBy*
	AOrderBy map[string]string `json:"a_OrderBy"`
}

CommonResponseObjDebugPayloadGetList This is a debug object containing debugging information on the actual function

func NewCommonResponseObjDebugPayloadGetList ¶

func NewCommonResponseObjDebugPayloadGetList(iVersionMin int32, iVersionMax int32, aRequiredPermission []int32, aFilter CommonResponseFilter, aOrderBy map[string]string) *CommonResponseObjDebugPayloadGetList

NewCommonResponseObjDebugPayloadGetList instantiates a new CommonResponseObjDebugPayloadGetList 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 NewCommonResponseObjDebugPayloadGetListWithDefaults ¶

func NewCommonResponseObjDebugPayloadGetListWithDefaults() *CommonResponseObjDebugPayloadGetList

NewCommonResponseObjDebugPayloadGetListWithDefaults instantiates a new CommonResponseObjDebugPayloadGetList 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 (*CommonResponseObjDebugPayloadGetList) GetAFilter ¶

GetAFilter returns the AFilter field value

func (*CommonResponseObjDebugPayloadGetList) GetAFilterOk ¶

GetAFilterOk returns a tuple with the AFilter field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayloadGetList) GetAOrderBy ¶

func (o *CommonResponseObjDebugPayloadGetList) GetAOrderBy() map[string]string

GetAOrderBy returns the AOrderBy field value

func (*CommonResponseObjDebugPayloadGetList) GetAOrderByOk ¶

func (o *CommonResponseObjDebugPayloadGetList) GetAOrderByOk() (*map[string]string, bool)

GetAOrderByOk returns a tuple with the AOrderBy field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayloadGetList) GetARequiredPermission ¶

func (o *CommonResponseObjDebugPayloadGetList) GetARequiredPermission() []int32

GetARequiredPermission returns the ARequiredPermission field value

func (*CommonResponseObjDebugPayloadGetList) GetARequiredPermissionOk ¶

func (o *CommonResponseObjDebugPayloadGetList) GetARequiredPermissionOk() (*[]int32, bool)

GetARequiredPermissionOk returns a tuple with the ARequiredPermission field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayloadGetList) GetIVersionMax ¶

func (o *CommonResponseObjDebugPayloadGetList) GetIVersionMax() int32

GetIVersionMax returns the IVersionMax field value

func (*CommonResponseObjDebugPayloadGetList) GetIVersionMaxOk ¶

func (o *CommonResponseObjDebugPayloadGetList) GetIVersionMaxOk() (*int32, bool)

GetIVersionMaxOk returns a tuple with the IVersionMax field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayloadGetList) GetIVersionMin ¶

func (o *CommonResponseObjDebugPayloadGetList) GetIVersionMin() int32

GetIVersionMin returns the IVersionMin field value

func (*CommonResponseObjDebugPayloadGetList) GetIVersionMinOk ¶

func (o *CommonResponseObjDebugPayloadGetList) GetIVersionMinOk() (*int32, bool)

GetIVersionMinOk returns a tuple with the IVersionMin field value and a boolean to check if the value has been set.

func (CommonResponseObjDebugPayloadGetList) MarshalJSON ¶

func (o CommonResponseObjDebugPayloadGetList) MarshalJSON() ([]byte, error)

func (*CommonResponseObjDebugPayloadGetList) SetAFilter ¶

SetAFilter sets field value

func (*CommonResponseObjDebugPayloadGetList) SetAOrderBy ¶

func (o *CommonResponseObjDebugPayloadGetList) SetAOrderBy(v map[string]string)

SetAOrderBy sets field value

func (*CommonResponseObjDebugPayloadGetList) SetARequiredPermission ¶

func (o *CommonResponseObjDebugPayloadGetList) SetARequiredPermission(v []int32)

SetARequiredPermission sets field value

func (*CommonResponseObjDebugPayloadGetList) SetIVersionMax ¶

func (o *CommonResponseObjDebugPayloadGetList) SetIVersionMax(v int32)

SetIVersionMax sets field value

func (*CommonResponseObjDebugPayloadGetList) SetIVersionMin ¶

func (o *CommonResponseObjDebugPayloadGetList) SetIVersionMin(v int32)

SetIVersionMin sets field value

type CommonResponseObjDebugPayloadGetListAllOf ¶

type CommonResponseObjDebugPayloadGetListAllOf struct {
	AFilter CommonResponseFilter `json:"a_Filter"`
	// List of available values for *eOrderBy*
	AOrderBy map[string]string `json:"a_OrderBy"`
}

CommonResponseObjDebugPayloadGetListAllOf struct for CommonResponseObjDebugPayloadGetListAllOf

func NewCommonResponseObjDebugPayloadGetListAllOf ¶

func NewCommonResponseObjDebugPayloadGetListAllOf(aFilter CommonResponseFilter, aOrderBy map[string]string) *CommonResponseObjDebugPayloadGetListAllOf

NewCommonResponseObjDebugPayloadGetListAllOf instantiates a new CommonResponseObjDebugPayloadGetListAllOf 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 NewCommonResponseObjDebugPayloadGetListAllOfWithDefaults ¶

func NewCommonResponseObjDebugPayloadGetListAllOfWithDefaults() *CommonResponseObjDebugPayloadGetListAllOf

NewCommonResponseObjDebugPayloadGetListAllOfWithDefaults instantiates a new CommonResponseObjDebugPayloadGetListAllOf 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 (*CommonResponseObjDebugPayloadGetListAllOf) GetAFilter ¶

GetAFilter returns the AFilter field value

func (*CommonResponseObjDebugPayloadGetListAllOf) GetAFilterOk ¶

GetAFilterOk returns a tuple with the AFilter field value and a boolean to check if the value has been set.

func (*CommonResponseObjDebugPayloadGetListAllOf) GetAOrderBy ¶

GetAOrderBy returns the AOrderBy field value

func (*CommonResponseObjDebugPayloadGetListAllOf) GetAOrderByOk ¶

func (o *CommonResponseObjDebugPayloadGetListAllOf) GetAOrderByOk() (*map[string]string, bool)

GetAOrderByOk returns a tuple with the AOrderBy field value and a boolean to check if the value has been set.

func (CommonResponseObjDebugPayloadGetListAllOf) MarshalJSON ¶

func (*CommonResponseObjDebugPayloadGetListAllOf) SetAFilter ¶

SetAFilter sets field value

func (*CommonResponseObjDebugPayloadGetListAllOf) SetAOrderBy ¶

SetAOrderBy sets field value

type CommonResponseObjSQLQuery ¶

type CommonResponseObjSQLQuery struct {
	// The SQL Query
	SQuery string `json:"sQuery"`
	// Execution time of the SQL Query in seconds
	FDuration float32 `json:"fDuration"`
}

CommonResponseObjSQLQuery Definition of objSQLQuery Object

func NewCommonResponseObjSQLQuery ¶

func NewCommonResponseObjSQLQuery(sQuery string, fDuration float32) *CommonResponseObjSQLQuery

NewCommonResponseObjSQLQuery instantiates a new CommonResponseObjSQLQuery 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 NewCommonResponseObjSQLQueryWithDefaults ¶

func NewCommonResponseObjSQLQueryWithDefaults() *CommonResponseObjSQLQuery

NewCommonResponseObjSQLQueryWithDefaults instantiates a new CommonResponseObjSQLQuery 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 (*CommonResponseObjSQLQuery) GetFDuration ¶

func (o *CommonResponseObjSQLQuery) GetFDuration() float32

GetFDuration returns the FDuration field value

func (*CommonResponseObjSQLQuery) GetFDurationOk ¶

func (o *CommonResponseObjSQLQuery) GetFDurationOk() (*float32, bool)

GetFDurationOk returns a tuple with the FDuration field value and a boolean to check if the value has been set.

func (*CommonResponseObjSQLQuery) GetSQuery ¶

func (o *CommonResponseObjSQLQuery) GetSQuery() string

GetSQuery returns the SQuery field value

func (*CommonResponseObjSQLQuery) GetSQueryOk ¶

func (o *CommonResponseObjSQLQuery) GetSQueryOk() (*string, bool)

GetSQueryOk returns a tuple with the SQuery field value and a boolean to check if the value has been set.

func (CommonResponseObjSQLQuery) MarshalJSON ¶

func (o CommonResponseObjSQLQuery) MarshalJSON() ([]byte, error)

func (*CommonResponseObjSQLQuery) SetFDuration ¶

func (o *CommonResponseObjSQLQuery) SetFDuration(v float32)

SetFDuration sets field value

func (*CommonResponseObjSQLQuery) SetSQuery ¶

func (o *CommonResponseObjSQLQuery) SetSQuery(v string)

SetSQuery sets field value

type CommonWebhook ¶

type CommonWebhook struct {
	ObjWebhook WebhookResponse `json:"objWebhook"`
	// An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
	AObjAttempt []AttemptResponse `json:"a_objAttempt"`
}

CommonWebhook This is the base Webhook object

func NewCommonWebhook ¶

func NewCommonWebhook(objWebhook WebhookResponse, aObjAttempt []AttemptResponse) *CommonWebhook

NewCommonWebhook instantiates a new CommonWebhook 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 NewCommonWebhookWithDefaults ¶

func NewCommonWebhookWithDefaults() *CommonWebhook

NewCommonWebhookWithDefaults instantiates a new CommonWebhook 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 (*CommonWebhook) GetAObjAttempt ¶

func (o *CommonWebhook) GetAObjAttempt() []AttemptResponse

GetAObjAttempt returns the AObjAttempt field value

func (*CommonWebhook) GetAObjAttemptOk ¶

func (o *CommonWebhook) GetAObjAttemptOk() (*[]AttemptResponse, bool)

GetAObjAttemptOk returns a tuple with the AObjAttempt field value and a boolean to check if the value has been set.

func (*CommonWebhook) GetObjWebhook ¶

func (o *CommonWebhook) GetObjWebhook() WebhookResponse

GetObjWebhook returns the ObjWebhook field value

func (*CommonWebhook) GetObjWebhookOk ¶

func (o *CommonWebhook) GetObjWebhookOk() (*WebhookResponse, bool)

GetObjWebhookOk returns a tuple with the ObjWebhook field value and a boolean to check if the value has been set.

func (CommonWebhook) MarshalJSON ¶

func (o CommonWebhook) MarshalJSON() ([]byte, error)

func (*CommonWebhook) SetAObjAttempt ¶

func (o *CommonWebhook) SetAObjAttempt(v []AttemptResponse)

SetAObjAttempt sets field value

func (*CommonWebhook) SetObjWebhook ¶

func (o *CommonWebhook) SetObjWebhook(v WebhookResponse)

SetObjWebhook sets field value

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContactRequest ¶

type ContactRequest struct {
	// The unique ID of the Contacttitle.  Valid values:  |Value|Description| |-|-| |1|Ms.| |2|Mr.| |4|(Blank)| |5|Me (For Notaries)|
	FkiContacttitleID int32 `json:"fkiContacttitleID"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The First name of the contact
	SContactFirstname string `json:"sContactFirstname"`
	// The Last name of the contact
	SContactLastname string `json:"sContactLastname"`
	// The Company name of the contact
	SContactCompany string `json:"sContactCompany"`
	// The Birth Date of the contact
	DtContactBirthdate *string `json:"dtContactBirthdate,omitempty"`
}

ContactRequest A Contact Object

func NewContactRequest ¶

func NewContactRequest(fkiContacttitleID int32, fkiLanguageID int32, sContactFirstname string, sContactLastname string, sContactCompany string) *ContactRequest

NewContactRequest instantiates a new ContactRequest 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 NewContactRequestWithDefaults ¶

func NewContactRequestWithDefaults() *ContactRequest

NewContactRequestWithDefaults instantiates a new ContactRequest 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 (*ContactRequest) GetDtContactBirthdate ¶

func (o *ContactRequest) GetDtContactBirthdate() string

GetDtContactBirthdate returns the DtContactBirthdate field value if set, zero value otherwise.

func (*ContactRequest) GetDtContactBirthdateOk ¶

func (o *ContactRequest) GetDtContactBirthdateOk() (*string, bool)

GetDtContactBirthdateOk returns a tuple with the DtContactBirthdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactRequest) GetFkiContacttitleID ¶

func (o *ContactRequest) GetFkiContacttitleID() int32

GetFkiContacttitleID returns the FkiContacttitleID field value

func (*ContactRequest) GetFkiContacttitleIDOk ¶

func (o *ContactRequest) GetFkiContacttitleIDOk() (*int32, bool)

GetFkiContacttitleIDOk returns a tuple with the FkiContacttitleID field value and a boolean to check if the value has been set.

func (*ContactRequest) GetFkiLanguageID ¶

func (o *ContactRequest) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*ContactRequest) GetFkiLanguageIDOk ¶

func (o *ContactRequest) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*ContactRequest) GetSContactCompany ¶

func (o *ContactRequest) GetSContactCompany() string

GetSContactCompany returns the SContactCompany field value

func (*ContactRequest) GetSContactCompanyOk ¶

func (o *ContactRequest) GetSContactCompanyOk() (*string, bool)

GetSContactCompanyOk returns a tuple with the SContactCompany field value and a boolean to check if the value has been set.

func (*ContactRequest) GetSContactFirstname ¶

func (o *ContactRequest) GetSContactFirstname() string

GetSContactFirstname returns the SContactFirstname field value

func (*ContactRequest) GetSContactFirstnameOk ¶

func (o *ContactRequest) GetSContactFirstnameOk() (*string, bool)

GetSContactFirstnameOk returns a tuple with the SContactFirstname field value and a boolean to check if the value has been set.

func (*ContactRequest) GetSContactLastname ¶

func (o *ContactRequest) GetSContactLastname() string

GetSContactLastname returns the SContactLastname field value

func (*ContactRequest) GetSContactLastnameOk ¶

func (o *ContactRequest) GetSContactLastnameOk() (*string, bool)

GetSContactLastnameOk returns a tuple with the SContactLastname field value and a boolean to check if the value has been set.

func (*ContactRequest) HasDtContactBirthdate ¶

func (o *ContactRequest) HasDtContactBirthdate() bool

HasDtContactBirthdate returns a boolean if a field has been set.

func (ContactRequest) MarshalJSON ¶

func (o ContactRequest) MarshalJSON() ([]byte, error)

func (*ContactRequest) SetDtContactBirthdate ¶

func (o *ContactRequest) SetDtContactBirthdate(v string)

SetDtContactBirthdate gets a reference to the given string and assigns it to the DtContactBirthdate field.

func (*ContactRequest) SetFkiContacttitleID ¶

func (o *ContactRequest) SetFkiContacttitleID(v int32)

SetFkiContacttitleID sets field value

func (*ContactRequest) SetFkiLanguageID ¶

func (o *ContactRequest) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*ContactRequest) SetSContactCompany ¶

func (o *ContactRequest) SetSContactCompany(v string)

SetSContactCompany sets field value

func (*ContactRequest) SetSContactFirstname ¶

func (o *ContactRequest) SetSContactFirstname(v string)

SetSContactFirstname sets field value

func (*ContactRequest) SetSContactLastname ¶

func (o *ContactRequest) SetSContactLastname(v string)

SetSContactLastname sets field value

type ContactRequestCompound ¶

type ContactRequestCompound struct {
	ObjContactinformations ContactinformationsRequestCompound `json:"objContactinformations"`
	// The unique ID of the Contacttitle.  Valid values:  |Value|Description| |-|-| |1|Ms.| |2|Mr.| |4|(Blank)| |5|Me (For Notaries)|
	FkiContacttitleID int32 `json:"fkiContacttitleID"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The First name of the contact
	SContactFirstname string `json:"sContactFirstname"`
	// The Last name of the contact
	SContactLastname string `json:"sContactLastname"`
	// The Company name of the contact
	SContactCompany string `json:"sContactCompany"`
	// The Birth Date of the contact
	DtContactBirthdate *string `json:"dtContactBirthdate,omitempty"`
}

ContactRequestCompound A Contact Object and children to create a complete structure

func NewContactRequestCompound ¶

func NewContactRequestCompound(objContactinformations ContactinformationsRequestCompound, fkiContacttitleID int32, fkiLanguageID int32, sContactFirstname string, sContactLastname string, sContactCompany string) *ContactRequestCompound

NewContactRequestCompound instantiates a new ContactRequestCompound 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 NewContactRequestCompoundWithDefaults ¶

func NewContactRequestCompoundWithDefaults() *ContactRequestCompound

NewContactRequestCompoundWithDefaults instantiates a new ContactRequestCompound 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 (*ContactRequestCompound) GetDtContactBirthdate ¶

func (o *ContactRequestCompound) GetDtContactBirthdate() string

GetDtContactBirthdate returns the DtContactBirthdate field value if set, zero value otherwise.

func (*ContactRequestCompound) GetDtContactBirthdateOk ¶

func (o *ContactRequestCompound) GetDtContactBirthdateOk() (*string, bool)

GetDtContactBirthdateOk returns a tuple with the DtContactBirthdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactRequestCompound) GetFkiContacttitleID ¶

func (o *ContactRequestCompound) GetFkiContacttitleID() int32

GetFkiContacttitleID returns the FkiContacttitleID field value

func (*ContactRequestCompound) GetFkiContacttitleIDOk ¶

func (o *ContactRequestCompound) GetFkiContacttitleIDOk() (*int32, bool)

GetFkiContacttitleIDOk returns a tuple with the FkiContacttitleID field value and a boolean to check if the value has been set.

func (*ContactRequestCompound) GetFkiLanguageID ¶

func (o *ContactRequestCompound) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*ContactRequestCompound) GetFkiLanguageIDOk ¶

func (o *ContactRequestCompound) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*ContactRequestCompound) GetObjContactinformations ¶

func (o *ContactRequestCompound) GetObjContactinformations() ContactinformationsRequestCompound

GetObjContactinformations returns the ObjContactinformations field value

func (*ContactRequestCompound) GetObjContactinformationsOk ¶

func (o *ContactRequestCompound) GetObjContactinformationsOk() (*ContactinformationsRequestCompound, bool)

GetObjContactinformationsOk returns a tuple with the ObjContactinformations field value and a boolean to check if the value has been set.

func (*ContactRequestCompound) GetSContactCompany ¶

func (o *ContactRequestCompound) GetSContactCompany() string

GetSContactCompany returns the SContactCompany field value

func (*ContactRequestCompound) GetSContactCompanyOk ¶

func (o *ContactRequestCompound) GetSContactCompanyOk() (*string, bool)

GetSContactCompanyOk returns a tuple with the SContactCompany field value and a boolean to check if the value has been set.

func (*ContactRequestCompound) GetSContactFirstname ¶

func (o *ContactRequestCompound) GetSContactFirstname() string

GetSContactFirstname returns the SContactFirstname field value

func (*ContactRequestCompound) GetSContactFirstnameOk ¶

func (o *ContactRequestCompound) GetSContactFirstnameOk() (*string, bool)

GetSContactFirstnameOk returns a tuple with the SContactFirstname field value and a boolean to check if the value has been set.

func (*ContactRequestCompound) GetSContactLastname ¶

func (o *ContactRequestCompound) GetSContactLastname() string

GetSContactLastname returns the SContactLastname field value

func (*ContactRequestCompound) GetSContactLastnameOk ¶

func (o *ContactRequestCompound) GetSContactLastnameOk() (*string, bool)

GetSContactLastnameOk returns a tuple with the SContactLastname field value and a boolean to check if the value has been set.

func (*ContactRequestCompound) HasDtContactBirthdate ¶

func (o *ContactRequestCompound) HasDtContactBirthdate() bool

HasDtContactBirthdate returns a boolean if a field has been set.

func (ContactRequestCompound) MarshalJSON ¶

func (o ContactRequestCompound) MarshalJSON() ([]byte, error)

func (*ContactRequestCompound) SetDtContactBirthdate ¶

func (o *ContactRequestCompound) SetDtContactBirthdate(v string)

SetDtContactBirthdate gets a reference to the given string and assigns it to the DtContactBirthdate field.

func (*ContactRequestCompound) SetFkiContacttitleID ¶

func (o *ContactRequestCompound) SetFkiContacttitleID(v int32)

SetFkiContacttitleID sets field value

func (*ContactRequestCompound) SetFkiLanguageID ¶

func (o *ContactRequestCompound) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*ContactRequestCompound) SetObjContactinformations ¶

func (o *ContactRequestCompound) SetObjContactinformations(v ContactinformationsRequestCompound)

SetObjContactinformations sets field value

func (*ContactRequestCompound) SetSContactCompany ¶

func (o *ContactRequestCompound) SetSContactCompany(v string)

SetSContactCompany sets field value

func (*ContactRequestCompound) SetSContactFirstname ¶

func (o *ContactRequestCompound) SetSContactFirstname(v string)

SetSContactFirstname sets field value

func (*ContactRequestCompound) SetSContactLastname ¶

func (o *ContactRequestCompound) SetSContactLastname(v string)

SetSContactLastname sets field value

type ContactRequestCompoundAllOf ¶

type ContactRequestCompoundAllOf struct {
	ObjContactinformations ContactinformationsRequestCompound `json:"objContactinformations"`
}

ContactRequestCompoundAllOf struct for ContactRequestCompoundAllOf

func NewContactRequestCompoundAllOf ¶

func NewContactRequestCompoundAllOf(objContactinformations ContactinformationsRequestCompound) *ContactRequestCompoundAllOf

NewContactRequestCompoundAllOf instantiates a new ContactRequestCompoundAllOf 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 NewContactRequestCompoundAllOfWithDefaults ¶

func NewContactRequestCompoundAllOfWithDefaults() *ContactRequestCompoundAllOf

NewContactRequestCompoundAllOfWithDefaults instantiates a new ContactRequestCompoundAllOf 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 (*ContactRequestCompoundAllOf) GetObjContactinformations ¶

func (o *ContactRequestCompoundAllOf) GetObjContactinformations() ContactinformationsRequestCompound

GetObjContactinformations returns the ObjContactinformations field value

func (*ContactRequestCompoundAllOf) GetObjContactinformationsOk ¶

func (o *ContactRequestCompoundAllOf) GetObjContactinformationsOk() (*ContactinformationsRequestCompound, bool)

GetObjContactinformationsOk returns a tuple with the ObjContactinformations field value and a boolean to check if the value has been set.

func (ContactRequestCompoundAllOf) MarshalJSON ¶

func (o ContactRequestCompoundAllOf) MarshalJSON() ([]byte, error)

func (*ContactRequestCompoundAllOf) SetObjContactinformations ¶

func (o *ContactRequestCompoundAllOf) SetObjContactinformations(v ContactinformationsRequestCompound)

SetObjContactinformations sets field value

type ContactinformationsRequest ¶

type ContactinformationsRequest struct {
	// The index in the a_objAddress array (zero based index) representing the Address object that should become the default one.  You can leave the value to 0 if the array is empty.
	IAddressDefault int32 `json:"iAddressDefault"`
	// The index in the a_objPhone array (zero based index) representing the Phone object that should become the default one.  You can leave the value to 0 if the array is empty.
	IPhoneDefault int32 `json:"iPhoneDefault"`
	// The index in the a_objEmail array (zero based index) representing the Email object that should become the default one.  You can leave the value to 0 if the array is empty.
	IEmailDefault int32 `json:"iEmailDefault"`
	// The index in the a_objWebsite array (zero based index) representing the Website object that should become the default one.  You can leave the value to 0 if the array is empty.
	IWebsiteDefault int32 `json:"iWebsiteDefault"`
}

ContactinformationsRequest A Contactinformations Object

func NewContactinformationsRequest ¶

func NewContactinformationsRequest(iAddressDefault int32, iPhoneDefault int32, iEmailDefault int32, iWebsiteDefault int32) *ContactinformationsRequest

NewContactinformationsRequest instantiates a new ContactinformationsRequest 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 NewContactinformationsRequestWithDefaults ¶

func NewContactinformationsRequestWithDefaults() *ContactinformationsRequest

NewContactinformationsRequestWithDefaults instantiates a new ContactinformationsRequest 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 (*ContactinformationsRequest) GetIAddressDefault ¶

func (o *ContactinformationsRequest) GetIAddressDefault() int32

GetIAddressDefault returns the IAddressDefault field value

func (*ContactinformationsRequest) GetIAddressDefaultOk ¶

func (o *ContactinformationsRequest) GetIAddressDefaultOk() (*int32, bool)

GetIAddressDefaultOk returns a tuple with the IAddressDefault field value and a boolean to check if the value has been set.

func (*ContactinformationsRequest) GetIEmailDefault ¶

func (o *ContactinformationsRequest) GetIEmailDefault() int32

GetIEmailDefault returns the IEmailDefault field value

func (*ContactinformationsRequest) GetIEmailDefaultOk ¶

func (o *ContactinformationsRequest) GetIEmailDefaultOk() (*int32, bool)

GetIEmailDefaultOk returns a tuple with the IEmailDefault field value and a boolean to check if the value has been set.

func (*ContactinformationsRequest) GetIPhoneDefault ¶

func (o *ContactinformationsRequest) GetIPhoneDefault() int32

GetIPhoneDefault returns the IPhoneDefault field value

func (*ContactinformationsRequest) GetIPhoneDefaultOk ¶

func (o *ContactinformationsRequest) GetIPhoneDefaultOk() (*int32, bool)

GetIPhoneDefaultOk returns a tuple with the IPhoneDefault field value and a boolean to check if the value has been set.

func (*ContactinformationsRequest) GetIWebsiteDefault ¶

func (o *ContactinformationsRequest) GetIWebsiteDefault() int32

GetIWebsiteDefault returns the IWebsiteDefault field value

func (*ContactinformationsRequest) GetIWebsiteDefaultOk ¶

func (o *ContactinformationsRequest) GetIWebsiteDefaultOk() (*int32, bool)

GetIWebsiteDefaultOk returns a tuple with the IWebsiteDefault field value and a boolean to check if the value has been set.

func (ContactinformationsRequest) MarshalJSON ¶

func (o ContactinformationsRequest) MarshalJSON() ([]byte, error)

func (*ContactinformationsRequest) SetIAddressDefault ¶

func (o *ContactinformationsRequest) SetIAddressDefault(v int32)

SetIAddressDefault sets field value

func (*ContactinformationsRequest) SetIEmailDefault ¶

func (o *ContactinformationsRequest) SetIEmailDefault(v int32)

SetIEmailDefault sets field value

func (*ContactinformationsRequest) SetIPhoneDefault ¶

func (o *ContactinformationsRequest) SetIPhoneDefault(v int32)

SetIPhoneDefault sets field value

func (*ContactinformationsRequest) SetIWebsiteDefault ¶

func (o *ContactinformationsRequest) SetIWebsiteDefault(v int32)

SetIWebsiteDefault sets field value

type ContactinformationsRequestCompound ¶

type ContactinformationsRequestCompound struct {
	AObjAddress []AddressRequest `json:"a_objAddress"`
	AObjPhone   []PhoneRequest   `json:"a_objPhone"`
	AObjEmail   []EmailRequest   `json:"a_objEmail"`
	AObjWebsite []WebsiteRequest `json:"a_objWebsite"`
	// The index in the a_objAddress array (zero based index) representing the Address object that should become the default one.  You can leave the value to 0 if the array is empty.
	IAddressDefault int32 `json:"iAddressDefault"`
	// The index in the a_objPhone array (zero based index) representing the Phone object that should become the default one.  You can leave the value to 0 if the array is empty.
	IPhoneDefault int32 `json:"iPhoneDefault"`
	// The index in the a_objEmail array (zero based index) representing the Email object that should become the default one.  You can leave the value to 0 if the array is empty.
	IEmailDefault int32 `json:"iEmailDefault"`
	// The index in the a_objWebsite array (zero based index) representing the Website object that should become the default one.  You can leave the value to 0 if the array is empty.
	IWebsiteDefault int32 `json:"iWebsiteDefault"`
}

ContactinformationsRequestCompound A Contactinformations Object and children to create a complete structure

func NewContactinformationsRequestCompound ¶

func NewContactinformationsRequestCompound(aObjAddress []AddressRequest, aObjPhone []PhoneRequest, aObjEmail []EmailRequest, aObjWebsite []WebsiteRequest, iAddressDefault int32, iPhoneDefault int32, iEmailDefault int32, iWebsiteDefault int32) *ContactinformationsRequestCompound

NewContactinformationsRequestCompound instantiates a new ContactinformationsRequestCompound 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 NewContactinformationsRequestCompoundWithDefaults ¶

func NewContactinformationsRequestCompoundWithDefaults() *ContactinformationsRequestCompound

NewContactinformationsRequestCompoundWithDefaults instantiates a new ContactinformationsRequestCompound 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 (*ContactinformationsRequestCompound) GetAObjAddress ¶

func (o *ContactinformationsRequestCompound) GetAObjAddress() []AddressRequest

GetAObjAddress returns the AObjAddress field value

func (*ContactinformationsRequestCompound) GetAObjAddressOk ¶

func (o *ContactinformationsRequestCompound) GetAObjAddressOk() (*[]AddressRequest, bool)

GetAObjAddressOk returns a tuple with the AObjAddress field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetAObjEmail ¶

GetAObjEmail returns the AObjEmail field value

func (*ContactinformationsRequestCompound) GetAObjEmailOk ¶

func (o *ContactinformationsRequestCompound) GetAObjEmailOk() (*[]EmailRequest, bool)

GetAObjEmailOk returns a tuple with the AObjEmail field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetAObjPhone ¶

GetAObjPhone returns the AObjPhone field value

func (*ContactinformationsRequestCompound) GetAObjPhoneOk ¶

func (o *ContactinformationsRequestCompound) GetAObjPhoneOk() (*[]PhoneRequest, bool)

GetAObjPhoneOk returns a tuple with the AObjPhone field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetAObjWebsite ¶

func (o *ContactinformationsRequestCompound) GetAObjWebsite() []WebsiteRequest

GetAObjWebsite returns the AObjWebsite field value

func (*ContactinformationsRequestCompound) GetAObjWebsiteOk ¶

func (o *ContactinformationsRequestCompound) GetAObjWebsiteOk() (*[]WebsiteRequest, bool)

GetAObjWebsiteOk returns a tuple with the AObjWebsite field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetIAddressDefault ¶

func (o *ContactinformationsRequestCompound) GetIAddressDefault() int32

GetIAddressDefault returns the IAddressDefault field value

func (*ContactinformationsRequestCompound) GetIAddressDefaultOk ¶

func (o *ContactinformationsRequestCompound) GetIAddressDefaultOk() (*int32, bool)

GetIAddressDefaultOk returns a tuple with the IAddressDefault field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetIEmailDefault ¶

func (o *ContactinformationsRequestCompound) GetIEmailDefault() int32

GetIEmailDefault returns the IEmailDefault field value

func (*ContactinformationsRequestCompound) GetIEmailDefaultOk ¶

func (o *ContactinformationsRequestCompound) GetIEmailDefaultOk() (*int32, bool)

GetIEmailDefaultOk returns a tuple with the IEmailDefault field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetIPhoneDefault ¶

func (o *ContactinformationsRequestCompound) GetIPhoneDefault() int32

GetIPhoneDefault returns the IPhoneDefault field value

func (*ContactinformationsRequestCompound) GetIPhoneDefaultOk ¶

func (o *ContactinformationsRequestCompound) GetIPhoneDefaultOk() (*int32, bool)

GetIPhoneDefaultOk returns a tuple with the IPhoneDefault field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompound) GetIWebsiteDefault ¶

func (o *ContactinformationsRequestCompound) GetIWebsiteDefault() int32

GetIWebsiteDefault returns the IWebsiteDefault field value

func (*ContactinformationsRequestCompound) GetIWebsiteDefaultOk ¶

func (o *ContactinformationsRequestCompound) GetIWebsiteDefaultOk() (*int32, bool)

GetIWebsiteDefaultOk returns a tuple with the IWebsiteDefault field value and a boolean to check if the value has been set.

func (ContactinformationsRequestCompound) MarshalJSON ¶

func (o ContactinformationsRequestCompound) MarshalJSON() ([]byte, error)

func (*ContactinformationsRequestCompound) SetAObjAddress ¶

func (o *ContactinformationsRequestCompound) SetAObjAddress(v []AddressRequest)

SetAObjAddress sets field value

func (*ContactinformationsRequestCompound) SetAObjEmail ¶

func (o *ContactinformationsRequestCompound) SetAObjEmail(v []EmailRequest)

SetAObjEmail sets field value

func (*ContactinformationsRequestCompound) SetAObjPhone ¶

func (o *ContactinformationsRequestCompound) SetAObjPhone(v []PhoneRequest)

SetAObjPhone sets field value

func (*ContactinformationsRequestCompound) SetAObjWebsite ¶

func (o *ContactinformationsRequestCompound) SetAObjWebsite(v []WebsiteRequest)

SetAObjWebsite sets field value

func (*ContactinformationsRequestCompound) SetIAddressDefault ¶

func (o *ContactinformationsRequestCompound) SetIAddressDefault(v int32)

SetIAddressDefault sets field value

func (*ContactinformationsRequestCompound) SetIEmailDefault ¶

func (o *ContactinformationsRequestCompound) SetIEmailDefault(v int32)

SetIEmailDefault sets field value

func (*ContactinformationsRequestCompound) SetIPhoneDefault ¶

func (o *ContactinformationsRequestCompound) SetIPhoneDefault(v int32)

SetIPhoneDefault sets field value

func (*ContactinformationsRequestCompound) SetIWebsiteDefault ¶

func (o *ContactinformationsRequestCompound) SetIWebsiteDefault(v int32)

SetIWebsiteDefault sets field value

type ContactinformationsRequestCompoundAllOf ¶

type ContactinformationsRequestCompoundAllOf struct {
	AObjAddress []AddressRequest `json:"a_objAddress"`
	AObjPhone   []PhoneRequest   `json:"a_objPhone"`
	AObjEmail   []EmailRequest   `json:"a_objEmail"`
	AObjWebsite []WebsiteRequest `json:"a_objWebsite"`
}

ContactinformationsRequestCompoundAllOf struct for ContactinformationsRequestCompoundAllOf

func NewContactinformationsRequestCompoundAllOf ¶

func NewContactinformationsRequestCompoundAllOf(aObjAddress []AddressRequest, aObjPhone []PhoneRequest, aObjEmail []EmailRequest, aObjWebsite []WebsiteRequest) *ContactinformationsRequestCompoundAllOf

NewContactinformationsRequestCompoundAllOf instantiates a new ContactinformationsRequestCompoundAllOf 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 NewContactinformationsRequestCompoundAllOfWithDefaults ¶

func NewContactinformationsRequestCompoundAllOfWithDefaults() *ContactinformationsRequestCompoundAllOf

NewContactinformationsRequestCompoundAllOfWithDefaults instantiates a new ContactinformationsRequestCompoundAllOf 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 (*ContactinformationsRequestCompoundAllOf) GetAObjAddress ¶

GetAObjAddress returns the AObjAddress field value

func (*ContactinformationsRequestCompoundAllOf) GetAObjAddressOk ¶

func (o *ContactinformationsRequestCompoundAllOf) GetAObjAddressOk() (*[]AddressRequest, bool)

GetAObjAddressOk returns a tuple with the AObjAddress field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompoundAllOf) GetAObjEmail ¶

GetAObjEmail returns the AObjEmail field value

func (*ContactinformationsRequestCompoundAllOf) GetAObjEmailOk ¶

func (o *ContactinformationsRequestCompoundAllOf) GetAObjEmailOk() (*[]EmailRequest, bool)

GetAObjEmailOk returns a tuple with the AObjEmail field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompoundAllOf) GetAObjPhone ¶

GetAObjPhone returns the AObjPhone field value

func (*ContactinformationsRequestCompoundAllOf) GetAObjPhoneOk ¶

func (o *ContactinformationsRequestCompoundAllOf) GetAObjPhoneOk() (*[]PhoneRequest, bool)

GetAObjPhoneOk returns a tuple with the AObjPhone field value and a boolean to check if the value has been set.

func (*ContactinformationsRequestCompoundAllOf) GetAObjWebsite ¶

GetAObjWebsite returns the AObjWebsite field value

func (*ContactinformationsRequestCompoundAllOf) GetAObjWebsiteOk ¶

func (o *ContactinformationsRequestCompoundAllOf) GetAObjWebsiteOk() (*[]WebsiteRequest, bool)

GetAObjWebsiteOk returns a tuple with the AObjWebsite field value and a boolean to check if the value has been set.

func (ContactinformationsRequestCompoundAllOf) MarshalJSON ¶

func (o ContactinformationsRequestCompoundAllOf) MarshalJSON() ([]byte, error)

func (*ContactinformationsRequestCompoundAllOf) SetAObjAddress ¶

SetAObjAddress sets field value

func (*ContactinformationsRequestCompoundAllOf) SetAObjEmail ¶

SetAObjEmail sets field value

func (*ContactinformationsRequestCompoundAllOf) SetAObjPhone ¶

SetAObjPhone sets field value

func (*ContactinformationsRequestCompoundAllOf) SetAObjWebsite ¶

SetAObjWebsite sets field value

type CustomAutocompleteElementResponse ¶

type CustomAutocompleteElementResponse struct {
	// The Category for the dropdown or an empty string if not categorized
	SCategory string `json:"sCategory"`
	// The Description of the element
	SLabel string `json:"sLabel"`
	// The Unique ID of the element
	MValue string `json:"mValue"`
}

CustomAutocompleteElementResponse Generic Autocomplete Response

func NewCustomAutocompleteElementResponse ¶

func NewCustomAutocompleteElementResponse(sCategory string, sLabel string, mValue string) *CustomAutocompleteElementResponse

NewCustomAutocompleteElementResponse instantiates a new CustomAutocompleteElementResponse 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 NewCustomAutocompleteElementResponseWithDefaults ¶

func NewCustomAutocompleteElementResponseWithDefaults() *CustomAutocompleteElementResponse

NewCustomAutocompleteElementResponseWithDefaults instantiates a new CustomAutocompleteElementResponse 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 (*CustomAutocompleteElementResponse) GetMValue ¶

GetMValue returns the MValue field value

func (*CustomAutocompleteElementResponse) GetMValueOk ¶

func (o *CustomAutocompleteElementResponse) GetMValueOk() (*string, bool)

GetMValueOk returns a tuple with the MValue field value and a boolean to check if the value has been set.

func (*CustomAutocompleteElementResponse) GetSCategory ¶

func (o *CustomAutocompleteElementResponse) GetSCategory() string

GetSCategory returns the SCategory field value

func (*CustomAutocompleteElementResponse) GetSCategoryOk ¶

func (o *CustomAutocompleteElementResponse) GetSCategoryOk() (*string, bool)

GetSCategoryOk returns a tuple with the SCategory field value and a boolean to check if the value has been set.

func (*CustomAutocompleteElementResponse) GetSLabel ¶

GetSLabel returns the SLabel field value

func (*CustomAutocompleteElementResponse) GetSLabelOk ¶

func (o *CustomAutocompleteElementResponse) GetSLabelOk() (*string, bool)

GetSLabelOk returns a tuple with the SLabel field value and a boolean to check if the value has been set.

func (CustomAutocompleteElementResponse) MarshalJSON ¶

func (o CustomAutocompleteElementResponse) MarshalJSON() ([]byte, error)

func (*CustomAutocompleteElementResponse) SetMValue ¶

func (o *CustomAutocompleteElementResponse) SetMValue(v string)

SetMValue sets field value

func (*CustomAutocompleteElementResponse) SetSCategory ¶

func (o *CustomAutocompleteElementResponse) SetSCategory(v string)

SetSCategory sets field value

func (*CustomAutocompleteElementResponse) SetSLabel ¶

func (o *CustomAutocompleteElementResponse) SetSLabel(v string)

SetSLabel sets field value

type CustomFormDataDocumentResponse ¶

type CustomFormDataDocumentResponse struct {
	// The unique ID of the Ezsigndocument
	PkiEzsigndocumentID int32 `json:"pkiEzsigndocumentID"`
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
	// The date and time at which the object was last modified
	DtModifiedDate     string                         `json:"dtModifiedDate"`
	AObjFormDataSigner []CustomFormDataSignerResponse `json:"a_objFormDataSigner"`
}

CustomFormDataDocumentResponse A form Data Document Object

func NewCustomFormDataDocumentResponse ¶

func NewCustomFormDataDocumentResponse(pkiEzsigndocumentID int32, fkiEzsignfolderID int32, sEzsigndocumentName string, dtModifiedDate string, aObjFormDataSigner []CustomFormDataSignerResponse) *CustomFormDataDocumentResponse

NewCustomFormDataDocumentResponse instantiates a new CustomFormDataDocumentResponse 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 NewCustomFormDataDocumentResponseWithDefaults ¶

func NewCustomFormDataDocumentResponseWithDefaults() *CustomFormDataDocumentResponse

NewCustomFormDataDocumentResponseWithDefaults instantiates a new CustomFormDataDocumentResponse 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 (*CustomFormDataDocumentResponse) GetAObjFormDataSigner ¶

func (o *CustomFormDataDocumentResponse) GetAObjFormDataSigner() []CustomFormDataSignerResponse

GetAObjFormDataSigner returns the AObjFormDataSigner field value

func (*CustomFormDataDocumentResponse) GetAObjFormDataSignerOk ¶

func (o *CustomFormDataDocumentResponse) GetAObjFormDataSignerOk() (*[]CustomFormDataSignerResponse, bool)

GetAObjFormDataSignerOk returns a tuple with the AObjFormDataSigner field value and a boolean to check if the value has been set.

func (*CustomFormDataDocumentResponse) GetDtModifiedDate ¶

func (o *CustomFormDataDocumentResponse) GetDtModifiedDate() string

GetDtModifiedDate returns the DtModifiedDate field value

func (*CustomFormDataDocumentResponse) GetDtModifiedDateOk ¶

func (o *CustomFormDataDocumentResponse) GetDtModifiedDateOk() (*string, bool)

GetDtModifiedDateOk returns a tuple with the DtModifiedDate field value and a boolean to check if the value has been set.

func (*CustomFormDataDocumentResponse) GetFkiEzsignfolderID ¶

func (o *CustomFormDataDocumentResponse) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*CustomFormDataDocumentResponse) GetFkiEzsignfolderIDOk ¶

func (o *CustomFormDataDocumentResponse) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*CustomFormDataDocumentResponse) GetPkiEzsigndocumentID ¶

func (o *CustomFormDataDocumentResponse) GetPkiEzsigndocumentID() int32

GetPkiEzsigndocumentID returns the PkiEzsigndocumentID field value

func (*CustomFormDataDocumentResponse) GetPkiEzsigndocumentIDOk ¶

func (o *CustomFormDataDocumentResponse) GetPkiEzsigndocumentIDOk() (*int32, bool)

GetPkiEzsigndocumentIDOk returns a tuple with the PkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*CustomFormDataDocumentResponse) GetSEzsigndocumentName ¶

func (o *CustomFormDataDocumentResponse) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*CustomFormDataDocumentResponse) GetSEzsigndocumentNameOk ¶

func (o *CustomFormDataDocumentResponse) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (CustomFormDataDocumentResponse) MarshalJSON ¶

func (o CustomFormDataDocumentResponse) MarshalJSON() ([]byte, error)

func (*CustomFormDataDocumentResponse) SetAObjFormDataSigner ¶

func (o *CustomFormDataDocumentResponse) SetAObjFormDataSigner(v []CustomFormDataSignerResponse)

SetAObjFormDataSigner sets field value

func (*CustomFormDataDocumentResponse) SetDtModifiedDate ¶

func (o *CustomFormDataDocumentResponse) SetDtModifiedDate(v string)

SetDtModifiedDate sets field value

func (*CustomFormDataDocumentResponse) SetFkiEzsignfolderID ¶

func (o *CustomFormDataDocumentResponse) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*CustomFormDataDocumentResponse) SetPkiEzsigndocumentID ¶

func (o *CustomFormDataDocumentResponse) SetPkiEzsigndocumentID(v int32)

SetPkiEzsigndocumentID sets field value

func (*CustomFormDataDocumentResponse) SetSEzsigndocumentName ¶

func (o *CustomFormDataDocumentResponse) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

type CustomFormDataSignerResponse ¶

type CustomFormDataSignerResponse struct {
	// The unique ID of the Ezsignfoldersignerassociation
	FkiEzsignfoldersignerassociationID int32 `json:"fkiEzsignfoldersignerassociationID"`
	// The unique ID of the User
	FkiUserID *int32 `json:"fkiUserID,omitempty"`
	// The First name of the contact
	SContactFirstname string `json:"sContactFirstname"`
	// The Last name of the contact
	SContactLastname                 string                                 `json:"sContactLastname"`
	AObjEzsignformfieldgroupCompound []EzsignformfieldgroupResponseCompound `json:"a_objEzsignformfieldgroupCompound"`
}

CustomFormDataSignerResponse A form Data Signer Object

func NewCustomFormDataSignerResponse ¶

func NewCustomFormDataSignerResponse(fkiEzsignfoldersignerassociationID int32, sContactFirstname string, sContactLastname string, aObjEzsignformfieldgroupCompound []EzsignformfieldgroupResponseCompound) *CustomFormDataSignerResponse

NewCustomFormDataSignerResponse instantiates a new CustomFormDataSignerResponse 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 NewCustomFormDataSignerResponseWithDefaults ¶

func NewCustomFormDataSignerResponseWithDefaults() *CustomFormDataSignerResponse

NewCustomFormDataSignerResponseWithDefaults instantiates a new CustomFormDataSignerResponse 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 (*CustomFormDataSignerResponse) GetAObjEzsignformfieldgroupCompound ¶

func (o *CustomFormDataSignerResponse) GetAObjEzsignformfieldgroupCompound() []EzsignformfieldgroupResponseCompound

GetAObjEzsignformfieldgroupCompound returns the AObjEzsignformfieldgroupCompound field value

func (*CustomFormDataSignerResponse) GetAObjEzsignformfieldgroupCompoundOk ¶

func (o *CustomFormDataSignerResponse) GetAObjEzsignformfieldgroupCompoundOk() (*[]EzsignformfieldgroupResponseCompound, bool)

GetAObjEzsignformfieldgroupCompoundOk returns a tuple with the AObjEzsignformfieldgroupCompound field value and a boolean to check if the value has been set.

func (*CustomFormDataSignerResponse) GetFkiEzsignfoldersignerassociationID ¶

func (o *CustomFormDataSignerResponse) GetFkiEzsignfoldersignerassociationID() int32

GetFkiEzsignfoldersignerassociationID returns the FkiEzsignfoldersignerassociationID field value

func (*CustomFormDataSignerResponse) GetFkiEzsignfoldersignerassociationIDOk ¶

func (o *CustomFormDataSignerResponse) GetFkiEzsignfoldersignerassociationIDOk() (*int32, bool)

GetFkiEzsignfoldersignerassociationIDOk returns a tuple with the FkiEzsignfoldersignerassociationID field value and a boolean to check if the value has been set.

func (*CustomFormDataSignerResponse) GetFkiUserID ¶

func (o *CustomFormDataSignerResponse) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field value if set, zero value otherwise.

func (*CustomFormDataSignerResponse) GetFkiUserIDOk ¶

func (o *CustomFormDataSignerResponse) GetFkiUserIDOk() (*int32, bool)

GetFkiUserIDOk returns a tuple with the FkiUserID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormDataSignerResponse) GetSContactFirstname ¶

func (o *CustomFormDataSignerResponse) GetSContactFirstname() string

GetSContactFirstname returns the SContactFirstname field value

func (*CustomFormDataSignerResponse) GetSContactFirstnameOk ¶

func (o *CustomFormDataSignerResponse) GetSContactFirstnameOk() (*string, bool)

GetSContactFirstnameOk returns a tuple with the SContactFirstname field value and a boolean to check if the value has been set.

func (*CustomFormDataSignerResponse) GetSContactLastname ¶

func (o *CustomFormDataSignerResponse) GetSContactLastname() string

GetSContactLastname returns the SContactLastname field value

func (*CustomFormDataSignerResponse) GetSContactLastnameOk ¶

func (o *CustomFormDataSignerResponse) GetSContactLastnameOk() (*string, bool)

GetSContactLastnameOk returns a tuple with the SContactLastname field value and a boolean to check if the value has been set.

func (*CustomFormDataSignerResponse) HasFkiUserID ¶

func (o *CustomFormDataSignerResponse) HasFkiUserID() bool

HasFkiUserID returns a boolean if a field has been set.

func (CustomFormDataSignerResponse) MarshalJSON ¶

func (o CustomFormDataSignerResponse) MarshalJSON() ([]byte, error)

func (*CustomFormDataSignerResponse) SetAObjEzsignformfieldgroupCompound ¶

func (o *CustomFormDataSignerResponse) SetAObjEzsignformfieldgroupCompound(v []EzsignformfieldgroupResponseCompound)

SetAObjEzsignformfieldgroupCompound sets field value

func (*CustomFormDataSignerResponse) SetFkiEzsignfoldersignerassociationID ¶

func (o *CustomFormDataSignerResponse) SetFkiEzsignfoldersignerassociationID(v int32)

SetFkiEzsignfoldersignerassociationID sets field value

func (*CustomFormDataSignerResponse) SetFkiUserID ¶

func (o *CustomFormDataSignerResponse) SetFkiUserID(v int32)

SetFkiUserID gets a reference to the given int32 and assigns it to the FkiUserID field.

func (*CustomFormDataSignerResponse) SetSContactFirstname ¶

func (o *CustomFormDataSignerResponse) SetSContactFirstname(v string)

SetSContactFirstname sets field value

func (*CustomFormDataSignerResponse) SetSContactLastname ¶

func (o *CustomFormDataSignerResponse) SetSContactLastname(v string)

SetSContactLastname sets field value

type CustomFormsDataFolderResponse ¶

type CustomFormsDataFolderResponse struct {
	// The unique ID of the Ezsignfolder
	PkiEzsignfolderID int32 `json:"pkiEzsignfolderID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string                           `json:"sEzsignfolderDescription"`
	AObjFormDataDocument     []CustomFormDataDocumentResponse `json:"a_objFormDataDocument"`
}

CustomFormsDataFolderResponse A forms Data Folder Object

func NewCustomFormsDataFolderResponse ¶

func NewCustomFormsDataFolderResponse(pkiEzsignfolderID int32, sEzsignfolderDescription string, aObjFormDataDocument []CustomFormDataDocumentResponse) *CustomFormsDataFolderResponse

NewCustomFormsDataFolderResponse instantiates a new CustomFormsDataFolderResponse 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 NewCustomFormsDataFolderResponseWithDefaults ¶

func NewCustomFormsDataFolderResponseWithDefaults() *CustomFormsDataFolderResponse

NewCustomFormsDataFolderResponseWithDefaults instantiates a new CustomFormsDataFolderResponse 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 (*CustomFormsDataFolderResponse) GetAObjFormDataDocument ¶

func (o *CustomFormsDataFolderResponse) GetAObjFormDataDocument() []CustomFormDataDocumentResponse

GetAObjFormDataDocument returns the AObjFormDataDocument field value

func (*CustomFormsDataFolderResponse) GetAObjFormDataDocumentOk ¶

func (o *CustomFormsDataFolderResponse) GetAObjFormDataDocumentOk() (*[]CustomFormDataDocumentResponse, bool)

GetAObjFormDataDocumentOk returns a tuple with the AObjFormDataDocument field value and a boolean to check if the value has been set.

func (*CustomFormsDataFolderResponse) GetPkiEzsignfolderID ¶

func (o *CustomFormsDataFolderResponse) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field value

func (*CustomFormsDataFolderResponse) GetPkiEzsignfolderIDOk ¶

func (o *CustomFormsDataFolderResponse) GetPkiEzsignfolderIDOk() (*int32, bool)

GetPkiEzsignfolderIDOk returns a tuple with the PkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*CustomFormsDataFolderResponse) GetSEzsignfolderDescription ¶

func (o *CustomFormsDataFolderResponse) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*CustomFormsDataFolderResponse) GetSEzsignfolderDescriptionOk ¶

func (o *CustomFormsDataFolderResponse) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (CustomFormsDataFolderResponse) MarshalJSON ¶

func (o CustomFormsDataFolderResponse) MarshalJSON() ([]byte, error)

func (*CustomFormsDataFolderResponse) SetAObjFormDataDocument ¶

func (o *CustomFormsDataFolderResponse) SetAObjFormDataDocument(v []CustomFormDataDocumentResponse)

SetAObjFormDataDocument sets field value

func (*CustomFormsDataFolderResponse) SetPkiEzsignfolderID ¶

func (o *CustomFormsDataFolderResponse) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets field value

func (*CustomFormsDataFolderResponse) SetSEzsignfolderDescription ¶

func (o *CustomFormsDataFolderResponse) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

type CustomWordPositionOccurenceResponse ¶

type CustomWordPositionOccurenceResponse struct {
	// The page where the word occurence was found
	IPage *int32 `json:"iPage,omitempty"`
	// The X coordinate (Horizontal) where the Word occurence was found.  Coordinate is calculated at 100dpi (dot per inch).
	IX *int32 `json:"iX,omitempty"`
	// The Y coordinate (Vertical) where the Word occurence was found.  Coordinate is calculated at 100dpi (dot per inch).
	IY *int32 `json:"iY,omitempty"`
}

CustomWordPositionOccurenceResponse A Word Position Object

func NewCustomWordPositionOccurenceResponse ¶

func NewCustomWordPositionOccurenceResponse() *CustomWordPositionOccurenceResponse

NewCustomWordPositionOccurenceResponse instantiates a new CustomWordPositionOccurenceResponse 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 NewCustomWordPositionOccurenceResponseWithDefaults ¶

func NewCustomWordPositionOccurenceResponseWithDefaults() *CustomWordPositionOccurenceResponse

NewCustomWordPositionOccurenceResponseWithDefaults instantiates a new CustomWordPositionOccurenceResponse 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 (*CustomWordPositionOccurenceResponse) GetIPage ¶

GetIPage returns the IPage field value if set, zero value otherwise.

func (*CustomWordPositionOccurenceResponse) GetIPageOk ¶

func (o *CustomWordPositionOccurenceResponse) GetIPageOk() (*int32, bool)

GetIPageOk returns a tuple with the IPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomWordPositionOccurenceResponse) GetIX ¶

GetIX returns the IX field value if set, zero value otherwise.

func (*CustomWordPositionOccurenceResponse) GetIXOk ¶

GetIXOk returns a tuple with the IX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomWordPositionOccurenceResponse) GetIY ¶

GetIY returns the IY field value if set, zero value otherwise.

func (*CustomWordPositionOccurenceResponse) GetIYOk ¶

GetIYOk returns a tuple with the IY field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomWordPositionOccurenceResponse) HasIPage ¶

HasIPage returns a boolean if a field has been set.

func (*CustomWordPositionOccurenceResponse) HasIX ¶

HasIX returns a boolean if a field has been set.

func (*CustomWordPositionOccurenceResponse) HasIY ¶

HasIY returns a boolean if a field has been set.

func (CustomWordPositionOccurenceResponse) MarshalJSON ¶

func (o CustomWordPositionOccurenceResponse) MarshalJSON() ([]byte, error)

func (*CustomWordPositionOccurenceResponse) SetIPage ¶

SetIPage gets a reference to the given int32 and assigns it to the IPage field.

func (*CustomWordPositionOccurenceResponse) SetIX ¶

SetIX gets a reference to the given int32 and assigns it to the IX field.

func (*CustomWordPositionOccurenceResponse) SetIY ¶

SetIY gets a reference to the given int32 and assigns it to the IY field.

type CustomWordPositionWordResponse ¶

type CustomWordPositionWordResponse struct {
	// The searched word
	SWord string `json:"sWord"`
	// The found occurences for the seached word
	AObjWordPositionOccurence []CustomWordPositionOccurenceResponse `json:"a_objWordPositionOccurence"`
}

CustomWordPositionWordResponse A Word Position Object

func NewCustomWordPositionWordResponse ¶

func NewCustomWordPositionWordResponse(sWord string, aObjWordPositionOccurence []CustomWordPositionOccurenceResponse) *CustomWordPositionWordResponse

NewCustomWordPositionWordResponse instantiates a new CustomWordPositionWordResponse 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 NewCustomWordPositionWordResponseWithDefaults ¶

func NewCustomWordPositionWordResponseWithDefaults() *CustomWordPositionWordResponse

NewCustomWordPositionWordResponseWithDefaults instantiates a new CustomWordPositionWordResponse 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 (*CustomWordPositionWordResponse) GetAObjWordPositionOccurence ¶

func (o *CustomWordPositionWordResponse) GetAObjWordPositionOccurence() []CustomWordPositionOccurenceResponse

GetAObjWordPositionOccurence returns the AObjWordPositionOccurence field value

func (*CustomWordPositionWordResponse) GetAObjWordPositionOccurenceOk ¶

func (o *CustomWordPositionWordResponse) GetAObjWordPositionOccurenceOk() (*[]CustomWordPositionOccurenceResponse, bool)

GetAObjWordPositionOccurenceOk returns a tuple with the AObjWordPositionOccurence field value and a boolean to check if the value has been set.

func (*CustomWordPositionWordResponse) GetSWord ¶

func (o *CustomWordPositionWordResponse) GetSWord() string

GetSWord returns the SWord field value

func (*CustomWordPositionWordResponse) GetSWordOk ¶

func (o *CustomWordPositionWordResponse) GetSWordOk() (*string, bool)

GetSWordOk returns a tuple with the SWord field value and a boolean to check if the value has been set.

func (CustomWordPositionWordResponse) MarshalJSON ¶

func (o CustomWordPositionWordResponse) MarshalJSON() ([]byte, error)

func (*CustomWordPositionWordResponse) SetAObjWordPositionOccurence ¶

func (o *CustomWordPositionWordResponse) SetAObjWordPositionOccurence(v []CustomWordPositionOccurenceResponse)

SetAObjWordPositionOccurence sets field value

func (*CustomWordPositionWordResponse) SetSWord ¶

func (o *CustomWordPositionWordResponse) SetSWord(v string)

SetSWord sets field value

type EmailRequest ¶

type EmailRequest struct {
	// The unique ID of the Emailtype.  Valid values:  |Value|Description| |-|-| |1|Office| |2|Home|
	FkiEmailtypeID int32 `json:"fkiEmailtypeID"`
	// The email address.
	SEmailAddress string `json:"sEmailAddress"`
}

EmailRequest A Contact Object

func NewEmailRequest ¶

func NewEmailRequest(fkiEmailtypeID int32, sEmailAddress string) *EmailRequest

NewEmailRequest instantiates a new EmailRequest 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 NewEmailRequestWithDefaults ¶

func NewEmailRequestWithDefaults() *EmailRequest

NewEmailRequestWithDefaults instantiates a new EmailRequest 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 (*EmailRequest) GetFkiEmailtypeID ¶

func (o *EmailRequest) GetFkiEmailtypeID() int32

GetFkiEmailtypeID returns the FkiEmailtypeID field value

func (*EmailRequest) GetFkiEmailtypeIDOk ¶

func (o *EmailRequest) GetFkiEmailtypeIDOk() (*int32, bool)

GetFkiEmailtypeIDOk returns a tuple with the FkiEmailtypeID field value and a boolean to check if the value has been set.

func (*EmailRequest) GetSEmailAddress ¶

func (o *EmailRequest) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value

func (*EmailRequest) GetSEmailAddressOk ¶

func (o *EmailRequest) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value and a boolean to check if the value has been set.

func (EmailRequest) MarshalJSON ¶

func (o EmailRequest) MarshalJSON() ([]byte, error)

func (*EmailRequest) SetFkiEmailtypeID ¶

func (o *EmailRequest) SetFkiEmailtypeID(v int32)

SetFkiEmailtypeID sets field value

func (*EmailRequest) SetSEmailAddress ¶

func (o *EmailRequest) SetSEmailAddress(v string)

SetSEmailAddress sets field value

type EzsignbulksendGetListV1Response ¶

type EzsignbulksendGetListV1Response struct {
	MPayload        EzsignbulksendGetListV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayloadGetList   `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                 `json:"objDebug,omitempty"`
}

EzsignbulksendGetListV1Response Response for the /1/object/ezsignbulksend/getList API Request

func NewEzsignbulksendGetListV1Response ¶

func NewEzsignbulksendGetListV1Response(mPayload EzsignbulksendGetListV1ResponseMPayload) *EzsignbulksendGetListV1Response

NewEzsignbulksendGetListV1Response instantiates a new EzsignbulksendGetListV1Response 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 NewEzsignbulksendGetListV1ResponseWithDefaults ¶

func NewEzsignbulksendGetListV1ResponseWithDefaults() *EzsignbulksendGetListV1Response

NewEzsignbulksendGetListV1ResponseWithDefaults instantiates a new EzsignbulksendGetListV1Response 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 (*EzsignbulksendGetListV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignbulksendGetListV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignbulksendGetListV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignbulksendGetListV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignbulksendGetListV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignbulksendGetListV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignbulksendGetListV1Response) HasObjDebug ¶

func (o *EzsignbulksendGetListV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignbulksendGetListV1Response) HasObjDebugPayload ¶

func (o *EzsignbulksendGetListV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignbulksendGetListV1Response) MarshalJSON ¶

func (o EzsignbulksendGetListV1Response) MarshalJSON() ([]byte, error)

func (*EzsignbulksendGetListV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignbulksendGetListV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignbulksendGetListV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayloadGetList and assigns it to the ObjDebugPayload field.

type EzsignbulksendGetListV1ResponseAllOf ¶

type EzsignbulksendGetListV1ResponseAllOf struct {
	MPayload EzsignbulksendGetListV1ResponseMPayload `json:"mPayload"`
}

EzsignbulksendGetListV1ResponseAllOf struct for EzsignbulksendGetListV1ResponseAllOf

func NewEzsignbulksendGetListV1ResponseAllOf ¶

func NewEzsignbulksendGetListV1ResponseAllOf(mPayload EzsignbulksendGetListV1ResponseMPayload) *EzsignbulksendGetListV1ResponseAllOf

NewEzsignbulksendGetListV1ResponseAllOf instantiates a new EzsignbulksendGetListV1ResponseAllOf 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 NewEzsignbulksendGetListV1ResponseAllOfWithDefaults ¶

func NewEzsignbulksendGetListV1ResponseAllOfWithDefaults() *EzsignbulksendGetListV1ResponseAllOf

NewEzsignbulksendGetListV1ResponseAllOfWithDefaults instantiates a new EzsignbulksendGetListV1ResponseAllOf 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 (*EzsignbulksendGetListV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignbulksendGetListV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignbulksendGetListV1ResponseAllOf) MarshalJSON ¶

func (o EzsignbulksendGetListV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignbulksendGetListV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignbulksendGetListV1ResponseMPayload ¶

type EzsignbulksendGetListV1ResponseMPayload struct {
	AObjEzsignbulksend []EzsignbulksendListElement `json:"a_objEzsignbulksend"`
	// The number of rows returned
	IRowReturned int32 `json:"iRowReturned"`
	// The number of rows matching your filters (if any) or the total number of rows
	IRowFiltered int32 `json:"iRowFiltered"`
}

EzsignbulksendGetListV1ResponseMPayload Payload for the /1/object/ezsignbulksend/getList API Request

func NewEzsignbulksendGetListV1ResponseMPayload ¶

func NewEzsignbulksendGetListV1ResponseMPayload(aObjEzsignbulksend []EzsignbulksendListElement, iRowReturned int32, iRowFiltered int32) *EzsignbulksendGetListV1ResponseMPayload

NewEzsignbulksendGetListV1ResponseMPayload instantiates a new EzsignbulksendGetListV1ResponseMPayload 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 NewEzsignbulksendGetListV1ResponseMPayloadWithDefaults ¶

func NewEzsignbulksendGetListV1ResponseMPayloadWithDefaults() *EzsignbulksendGetListV1ResponseMPayload

NewEzsignbulksendGetListV1ResponseMPayloadWithDefaults instantiates a new EzsignbulksendGetListV1ResponseMPayload 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 (*EzsignbulksendGetListV1ResponseMPayload) GetAObjEzsignbulksend ¶

GetAObjEzsignbulksend returns the AObjEzsignbulksend field value

func (*EzsignbulksendGetListV1ResponseMPayload) GetAObjEzsignbulksendOk ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) GetAObjEzsignbulksendOk() (*[]EzsignbulksendListElement, bool)

GetAObjEzsignbulksendOk returns a tuple with the AObjEzsignbulksend field value and a boolean to check if the value has been set.

func (*EzsignbulksendGetListV1ResponseMPayload) GetIRowFiltered ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) GetIRowFiltered() int32

GetIRowFiltered returns the IRowFiltered field value

func (*EzsignbulksendGetListV1ResponseMPayload) GetIRowFilteredOk ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) GetIRowFilteredOk() (*int32, bool)

GetIRowFilteredOk returns a tuple with the IRowFiltered field value and a boolean to check if the value has been set.

func (*EzsignbulksendGetListV1ResponseMPayload) GetIRowReturned ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) GetIRowReturned() int32

GetIRowReturned returns the IRowReturned field value

func (*EzsignbulksendGetListV1ResponseMPayload) GetIRowReturnedOk ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) GetIRowReturnedOk() (*int32, bool)

GetIRowReturnedOk returns a tuple with the IRowReturned field value and a boolean to check if the value has been set.

func (EzsignbulksendGetListV1ResponseMPayload) MarshalJSON ¶

func (o EzsignbulksendGetListV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*EzsignbulksendGetListV1ResponseMPayload) SetAObjEzsignbulksend ¶

SetAObjEzsignbulksend sets field value

func (*EzsignbulksendGetListV1ResponseMPayload) SetIRowFiltered ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) SetIRowFiltered(v int32)

SetIRowFiltered sets field value

func (*EzsignbulksendGetListV1ResponseMPayload) SetIRowReturned ¶

func (o *EzsignbulksendGetListV1ResponseMPayload) SetIRowReturned(v int32)

SetIRowReturned sets field value

type EzsignbulksendGetListV1ResponseMPayloadAllOf ¶

type EzsignbulksendGetListV1ResponseMPayloadAllOf struct {
	AObjEzsignbulksend []EzsignbulksendListElement `json:"a_objEzsignbulksend"`
}

EzsignbulksendGetListV1ResponseMPayloadAllOf struct for EzsignbulksendGetListV1ResponseMPayloadAllOf

func NewEzsignbulksendGetListV1ResponseMPayloadAllOf ¶

func NewEzsignbulksendGetListV1ResponseMPayloadAllOf(aObjEzsignbulksend []EzsignbulksendListElement) *EzsignbulksendGetListV1ResponseMPayloadAllOf

NewEzsignbulksendGetListV1ResponseMPayloadAllOf instantiates a new EzsignbulksendGetListV1ResponseMPayloadAllOf 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 NewEzsignbulksendGetListV1ResponseMPayloadAllOfWithDefaults ¶

func NewEzsignbulksendGetListV1ResponseMPayloadAllOfWithDefaults() *EzsignbulksendGetListV1ResponseMPayloadAllOf

NewEzsignbulksendGetListV1ResponseMPayloadAllOfWithDefaults instantiates a new EzsignbulksendGetListV1ResponseMPayloadAllOf 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 (*EzsignbulksendGetListV1ResponseMPayloadAllOf) GetAObjEzsignbulksend ¶

GetAObjEzsignbulksend returns the AObjEzsignbulksend field value

func (*EzsignbulksendGetListV1ResponseMPayloadAllOf) GetAObjEzsignbulksendOk ¶

GetAObjEzsignbulksendOk returns a tuple with the AObjEzsignbulksend field value and a boolean to check if the value has been set.

func (EzsignbulksendGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*EzsignbulksendGetListV1ResponseMPayloadAllOf) SetAObjEzsignbulksend ¶

SetAObjEzsignbulksend sets field value

type EzsignbulksendListElement ¶

type EzsignbulksendListElement struct {
	// The unique ID of the Ezsignbulksend
	PkiEzsignbulksendID int32 `json:"pkiEzsignbulksendID"`
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID int32 `json:"fkiEzsignfoldertypeID"`
	// The description of the Ezsignbulksend
	SEzsignbulksendDescription string `json:"sEzsignbulksendDescription"`
	// The name of the Ezsignfoldertype in the language of the requester
	SEzsignfoldertypeNameX        string                             `json:"sEzsignfoldertypeNameX"`
	EEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel `json:"eEzsignfoldertypePrivacylevel"`
	// Whether the Ezsignbulksend is active or not
	BEzsignbulksendIsactive bool `json:"bEzsignbulksendIsactive"`
	// The total number of Ezsignbulksendtransmissions in the Ezsignbulksend
	IEzsignbulksendtransmission int32 `json:"iEzsignbulksendtransmission"`
	// The total number of Ezsignfolders in the Ezsignbulksend
	IEzsignfolder int32 `json:"iEzsignfolder"`
	// The total number of Ezsigndocuments in the Ezsignbulksend
	IEzsigndocument int32 `json:"iEzsigndocument"`
	// The total number of Ezsignsignature in the Ezsignbulksend
	IEzsignsignature int32 `json:"iEzsignsignature"`
	// The total number of already signed Ezsignsignature blocks in the Ezsignbulksend
	IEzsignsignatureSigned int32 `json:"iEzsignsignatureSigned"`
}

EzsignbulksendListElement An Ezsignbulksend List Element

func NewEzsignbulksendListElement ¶

func NewEzsignbulksendListElement(pkiEzsignbulksendID int32, fkiEzsignfoldertypeID int32, sEzsignbulksendDescription string, sEzsignfoldertypeNameX string, eEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel, bEzsignbulksendIsactive bool, iEzsignbulksendtransmission int32, iEzsignfolder int32, iEzsigndocument int32, iEzsignsignature int32, iEzsignsignatureSigned int32) *EzsignbulksendListElement

NewEzsignbulksendListElement instantiates a new EzsignbulksendListElement 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 NewEzsignbulksendListElementWithDefaults ¶

func NewEzsignbulksendListElementWithDefaults() *EzsignbulksendListElement

NewEzsignbulksendListElementWithDefaults instantiates a new EzsignbulksendListElement 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 (*EzsignbulksendListElement) GetBEzsignbulksendIsactive ¶

func (o *EzsignbulksendListElement) GetBEzsignbulksendIsactive() bool

GetBEzsignbulksendIsactive returns the BEzsignbulksendIsactive field value

func (*EzsignbulksendListElement) GetBEzsignbulksendIsactiveOk ¶

func (o *EzsignbulksendListElement) GetBEzsignbulksendIsactiveOk() (*bool, bool)

GetBEzsignbulksendIsactiveOk returns a tuple with the BEzsignbulksendIsactive field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetEEzsignfoldertypePrivacylevel ¶

func (o *EzsignbulksendListElement) GetEEzsignfoldertypePrivacylevel() FieldEEzsignfoldertypePrivacylevel

GetEEzsignfoldertypePrivacylevel returns the EEzsignfoldertypePrivacylevel field value

func (*EzsignbulksendListElement) GetEEzsignfoldertypePrivacylevelOk ¶

func (o *EzsignbulksendListElement) GetEEzsignfoldertypePrivacylevelOk() (*FieldEEzsignfoldertypePrivacylevel, bool)

GetEEzsignfoldertypePrivacylevelOk returns a tuple with the EEzsignfoldertypePrivacylevel field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetFkiEzsignfoldertypeID ¶

func (o *EzsignbulksendListElement) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignbulksendListElement) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignbulksendListElement) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetIEzsignbulksendtransmission ¶

func (o *EzsignbulksendListElement) GetIEzsignbulksendtransmission() int32

GetIEzsignbulksendtransmission returns the IEzsignbulksendtransmission field value

func (*EzsignbulksendListElement) GetIEzsignbulksendtransmissionOk ¶

func (o *EzsignbulksendListElement) GetIEzsignbulksendtransmissionOk() (*int32, bool)

GetIEzsignbulksendtransmissionOk returns a tuple with the IEzsignbulksendtransmission field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetIEzsigndocument ¶

func (o *EzsignbulksendListElement) GetIEzsigndocument() int32

GetIEzsigndocument returns the IEzsigndocument field value

func (*EzsignbulksendListElement) GetIEzsigndocumentOk ¶

func (o *EzsignbulksendListElement) GetIEzsigndocumentOk() (*int32, bool)

GetIEzsigndocumentOk returns a tuple with the IEzsigndocument field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetIEzsignfolder ¶

func (o *EzsignbulksendListElement) GetIEzsignfolder() int32

GetIEzsignfolder returns the IEzsignfolder field value

func (*EzsignbulksendListElement) GetIEzsignfolderOk ¶

func (o *EzsignbulksendListElement) GetIEzsignfolderOk() (*int32, bool)

GetIEzsignfolderOk returns a tuple with the IEzsignfolder field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetIEzsignsignature ¶

func (o *EzsignbulksendListElement) GetIEzsignsignature() int32

GetIEzsignsignature returns the IEzsignsignature field value

func (*EzsignbulksendListElement) GetIEzsignsignatureOk ¶

func (o *EzsignbulksendListElement) GetIEzsignsignatureOk() (*int32, bool)

GetIEzsignsignatureOk returns a tuple with the IEzsignsignature field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetIEzsignsignatureSigned ¶

func (o *EzsignbulksendListElement) GetIEzsignsignatureSigned() int32

GetIEzsignsignatureSigned returns the IEzsignsignatureSigned field value

func (*EzsignbulksendListElement) GetIEzsignsignatureSignedOk ¶

func (o *EzsignbulksendListElement) GetIEzsignsignatureSignedOk() (*int32, bool)

GetIEzsignsignatureSignedOk returns a tuple with the IEzsignsignatureSigned field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetPkiEzsignbulksendID ¶

func (o *EzsignbulksendListElement) GetPkiEzsignbulksendID() int32

GetPkiEzsignbulksendID returns the PkiEzsignbulksendID field value

func (*EzsignbulksendListElement) GetPkiEzsignbulksendIDOk ¶

func (o *EzsignbulksendListElement) GetPkiEzsignbulksendIDOk() (*int32, bool)

GetPkiEzsignbulksendIDOk returns a tuple with the PkiEzsignbulksendID field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetSEzsignbulksendDescription ¶

func (o *EzsignbulksendListElement) GetSEzsignbulksendDescription() string

GetSEzsignbulksendDescription returns the SEzsignbulksendDescription field value

func (*EzsignbulksendListElement) GetSEzsignbulksendDescriptionOk ¶

func (o *EzsignbulksendListElement) GetSEzsignbulksendDescriptionOk() (*string, bool)

GetSEzsignbulksendDescriptionOk returns a tuple with the SEzsignbulksendDescription field value and a boolean to check if the value has been set.

func (*EzsignbulksendListElement) GetSEzsignfoldertypeNameX ¶

func (o *EzsignbulksendListElement) GetSEzsignfoldertypeNameX() string

GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field value

func (*EzsignbulksendListElement) GetSEzsignfoldertypeNameXOk ¶

func (o *EzsignbulksendListElement) GetSEzsignfoldertypeNameXOk() (*string, bool)

GetSEzsignfoldertypeNameXOk returns a tuple with the SEzsignfoldertypeNameX field value and a boolean to check if the value has been set.

func (EzsignbulksendListElement) MarshalJSON ¶

func (o EzsignbulksendListElement) MarshalJSON() ([]byte, error)

func (*EzsignbulksendListElement) SetBEzsignbulksendIsactive ¶

func (o *EzsignbulksendListElement) SetBEzsignbulksendIsactive(v bool)

SetBEzsignbulksendIsactive sets field value

func (*EzsignbulksendListElement) SetEEzsignfoldertypePrivacylevel ¶

func (o *EzsignbulksendListElement) SetEEzsignfoldertypePrivacylevel(v FieldEEzsignfoldertypePrivacylevel)

SetEEzsignfoldertypePrivacylevel sets field value

func (*EzsignbulksendListElement) SetFkiEzsignfoldertypeID ¶

func (o *EzsignbulksendListElement) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignbulksendListElement) SetIEzsignbulksendtransmission ¶

func (o *EzsignbulksendListElement) SetIEzsignbulksendtransmission(v int32)

SetIEzsignbulksendtransmission sets field value

func (*EzsignbulksendListElement) SetIEzsigndocument ¶

func (o *EzsignbulksendListElement) SetIEzsigndocument(v int32)

SetIEzsigndocument sets field value

func (*EzsignbulksendListElement) SetIEzsignfolder ¶

func (o *EzsignbulksendListElement) SetIEzsignfolder(v int32)

SetIEzsignfolder sets field value

func (*EzsignbulksendListElement) SetIEzsignsignature ¶

func (o *EzsignbulksendListElement) SetIEzsignsignature(v int32)

SetIEzsignsignature sets field value

func (*EzsignbulksendListElement) SetIEzsignsignatureSigned ¶

func (o *EzsignbulksendListElement) SetIEzsignsignatureSigned(v int32)

SetIEzsignsignatureSigned sets field value

func (*EzsignbulksendListElement) SetPkiEzsignbulksendID ¶

func (o *EzsignbulksendListElement) SetPkiEzsignbulksendID(v int32)

SetPkiEzsignbulksendID sets field value

func (*EzsignbulksendListElement) SetSEzsignbulksendDescription ¶

func (o *EzsignbulksendListElement) SetSEzsignbulksendDescription(v string)

SetSEzsignbulksendDescription sets field value

func (*EzsignbulksendListElement) SetSEzsignfoldertypeNameX ¶

func (o *EzsignbulksendListElement) SetSEzsignfoldertypeNameX(v string)

SetSEzsignfoldertypeNameX sets field value

type EzsigndocumentApplyEzsigntemplateV1Request ¶

type EzsigndocumentApplyEzsigntemplateV1Request struct {
	// The unique ID of the Ezsigndocument
	FkiEzsigntemplateID                 int32    `json:"fkiEzsigntemplateID"`
	ASEzsigntemplatesigner              []string `json:"a_sEzsigntemplatesigner"`
	APkiEzsignfoldersignerassociationID []int32  `json:"a_pkiEzsignfoldersignerassociationID"`
}

EzsigndocumentApplyEzsigntemplateV1Request Request for the /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyezsigntemplate API Request

func NewEzsigndocumentApplyEzsigntemplateV1Request ¶

func NewEzsigndocumentApplyEzsigntemplateV1Request(fkiEzsigntemplateID int32, aSEzsigntemplatesigner []string, aPkiEzsignfoldersignerassociationID []int32) *EzsigndocumentApplyEzsigntemplateV1Request

NewEzsigndocumentApplyEzsigntemplateV1Request instantiates a new EzsigndocumentApplyEzsigntemplateV1Request 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 NewEzsigndocumentApplyEzsigntemplateV1RequestWithDefaults ¶

func NewEzsigndocumentApplyEzsigntemplateV1RequestWithDefaults() *EzsigndocumentApplyEzsigntemplateV1Request

NewEzsigndocumentApplyEzsigntemplateV1RequestWithDefaults instantiates a new EzsigndocumentApplyEzsigntemplateV1Request 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 (*EzsigndocumentApplyEzsigntemplateV1Request) GetAPkiEzsignfoldersignerassociationID ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) GetAPkiEzsignfoldersignerassociationID() []int32

GetAPkiEzsignfoldersignerassociationID returns the APkiEzsignfoldersignerassociationID field value

func (*EzsigndocumentApplyEzsigntemplateV1Request) GetAPkiEzsignfoldersignerassociationIDOk ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) GetAPkiEzsignfoldersignerassociationIDOk() (*[]int32, bool)

GetAPkiEzsignfoldersignerassociationIDOk returns a tuple with the APkiEzsignfoldersignerassociationID field value and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV1Request) GetASEzsigntemplatesigner ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) GetASEzsigntemplatesigner() []string

GetASEzsigntemplatesigner returns the ASEzsigntemplatesigner field value

func (*EzsigndocumentApplyEzsigntemplateV1Request) GetASEzsigntemplatesignerOk ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) GetASEzsigntemplatesignerOk() (*[]string, bool)

GetASEzsigntemplatesignerOk returns a tuple with the ASEzsigntemplatesigner field value and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV1Request) GetFkiEzsigntemplateID ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) GetFkiEzsigntemplateID() int32

GetFkiEzsigntemplateID returns the FkiEzsigntemplateID field value

func (*EzsigndocumentApplyEzsigntemplateV1Request) GetFkiEzsigntemplateIDOk ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) GetFkiEzsigntemplateIDOk() (*int32, bool)

GetFkiEzsigntemplateIDOk returns a tuple with the FkiEzsigntemplateID field value and a boolean to check if the value has been set.

func (EzsigndocumentApplyEzsigntemplateV1Request) MarshalJSON ¶

func (*EzsigndocumentApplyEzsigntemplateV1Request) SetAPkiEzsignfoldersignerassociationID ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) SetAPkiEzsignfoldersignerassociationID(v []int32)

SetAPkiEzsignfoldersignerassociationID sets field value

func (*EzsigndocumentApplyEzsigntemplateV1Request) SetASEzsigntemplatesigner ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) SetASEzsigntemplatesigner(v []string)

SetASEzsigntemplatesigner sets field value

func (*EzsigndocumentApplyEzsigntemplateV1Request) SetFkiEzsigntemplateID ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Request) SetFkiEzsigntemplateID(v int32)

SetFkiEzsigntemplateID sets field value

type EzsigndocumentApplyEzsigntemplateV1Response ¶

type EzsigndocumentApplyEzsigntemplateV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsigndocumentApplyEzsigntemplateV1Response Response for the /1/object/ezsigndocument/{pkiEzsigndocument}/applyEzsigntemplate API Request

func NewEzsigndocumentApplyEzsigntemplateV1Response ¶

func NewEzsigndocumentApplyEzsigntemplateV1Response() *EzsigndocumentApplyEzsigntemplateV1Response

NewEzsigndocumentApplyEzsigntemplateV1Response instantiates a new EzsigndocumentApplyEzsigntemplateV1Response 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 NewEzsigndocumentApplyEzsigntemplateV1ResponseWithDefaults ¶

func NewEzsigndocumentApplyEzsigntemplateV1ResponseWithDefaults() *EzsigndocumentApplyEzsigntemplateV1Response

NewEzsigndocumentApplyEzsigntemplateV1ResponseWithDefaults instantiates a new EzsigndocumentApplyEzsigntemplateV1Response 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 (*EzsigndocumentApplyEzsigntemplateV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentApplyEzsigntemplateV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentApplyEzsigntemplateV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentApplyEzsigntemplateV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentApplyEzsigntemplateV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentApplyEzsigntemplateV1Response) MarshalJSON ¶

func (*EzsigndocumentApplyEzsigntemplateV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentApplyEzsigntemplateV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentApplyEzsigntemplateV2Request ¶

type EzsigndocumentApplyEzsigntemplateV2Request struct {
	// The unique ID of the Ezsigndocument
	FkiEzsigntemplateID                 int32    `json:"fkiEzsigntemplateID"`
	ASEzsigntemplatesigner              []string `json:"a_sEzsigntemplatesigner"`
	APkiEzsignfoldersignerassociationID []int32  `json:"a_pkiEzsignfoldersignerassociationID"`
}

EzsigndocumentApplyEzsigntemplateV2Request Request for the /2/object/ezsigndocument/{pkiEzsigndocumentID}/applyezsigntemplate API Request

func NewEzsigndocumentApplyEzsigntemplateV2Request ¶

func NewEzsigndocumentApplyEzsigntemplateV2Request(fkiEzsigntemplateID int32, aSEzsigntemplatesigner []string, aPkiEzsignfoldersignerassociationID []int32) *EzsigndocumentApplyEzsigntemplateV2Request

NewEzsigndocumentApplyEzsigntemplateV2Request instantiates a new EzsigndocumentApplyEzsigntemplateV2Request 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 NewEzsigndocumentApplyEzsigntemplateV2RequestWithDefaults ¶

func NewEzsigndocumentApplyEzsigntemplateV2RequestWithDefaults() *EzsigndocumentApplyEzsigntemplateV2Request

NewEzsigndocumentApplyEzsigntemplateV2RequestWithDefaults instantiates a new EzsigndocumentApplyEzsigntemplateV2Request 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 (*EzsigndocumentApplyEzsigntemplateV2Request) GetAPkiEzsignfoldersignerassociationID ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetAPkiEzsignfoldersignerassociationID() []int32

GetAPkiEzsignfoldersignerassociationID returns the APkiEzsignfoldersignerassociationID field value

func (*EzsigndocumentApplyEzsigntemplateV2Request) GetAPkiEzsignfoldersignerassociationIDOk ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetAPkiEzsignfoldersignerassociationIDOk() (*[]int32, bool)

GetAPkiEzsignfoldersignerassociationIDOk returns a tuple with the APkiEzsignfoldersignerassociationID field value and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV2Request) GetASEzsigntemplatesigner ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetASEzsigntemplatesigner() []string

GetASEzsigntemplatesigner returns the ASEzsigntemplatesigner field value

func (*EzsigndocumentApplyEzsigntemplateV2Request) GetASEzsigntemplatesignerOk ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetASEzsigntemplatesignerOk() (*[]string, bool)

GetASEzsigntemplatesignerOk returns a tuple with the ASEzsigntemplatesigner field value and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV2Request) GetFkiEzsigntemplateID ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetFkiEzsigntemplateID() int32

GetFkiEzsigntemplateID returns the FkiEzsigntemplateID field value

func (*EzsigndocumentApplyEzsigntemplateV2Request) GetFkiEzsigntemplateIDOk ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetFkiEzsigntemplateIDOk() (*int32, bool)

GetFkiEzsigntemplateIDOk returns a tuple with the FkiEzsigntemplateID field value and a boolean to check if the value has been set.

func (EzsigndocumentApplyEzsigntemplateV2Request) MarshalJSON ¶

func (*EzsigndocumentApplyEzsigntemplateV2Request) SetAPkiEzsignfoldersignerassociationID ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) SetAPkiEzsignfoldersignerassociationID(v []int32)

SetAPkiEzsignfoldersignerassociationID sets field value

func (*EzsigndocumentApplyEzsigntemplateV2Request) SetASEzsigntemplatesigner ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) SetASEzsigntemplatesigner(v []string)

SetASEzsigntemplatesigner sets field value

func (*EzsigndocumentApplyEzsigntemplateV2Request) SetFkiEzsigntemplateID ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Request) SetFkiEzsigntemplateID(v int32)

SetFkiEzsigntemplateID sets field value

type EzsigndocumentApplyEzsigntemplateV2Response ¶

type EzsigndocumentApplyEzsigntemplateV2Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsigndocumentApplyEzsigntemplateV2Response Response for the /2/object/ezsigndocument/{pkiEzsigndocument}/applyEzsigntemplate API Request

func NewEzsigndocumentApplyEzsigntemplateV2Response ¶

func NewEzsigndocumentApplyEzsigntemplateV2Response() *EzsigndocumentApplyEzsigntemplateV2Response

NewEzsigndocumentApplyEzsigntemplateV2Response instantiates a new EzsigndocumentApplyEzsigntemplateV2Response 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 NewEzsigndocumentApplyEzsigntemplateV2ResponseWithDefaults ¶

func NewEzsigndocumentApplyEzsigntemplateV2ResponseWithDefaults() *EzsigndocumentApplyEzsigntemplateV2Response

NewEzsigndocumentApplyEzsigntemplateV2ResponseWithDefaults instantiates a new EzsigndocumentApplyEzsigntemplateV2Response 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 (*EzsigndocumentApplyEzsigntemplateV2Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentApplyEzsigntemplateV2Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV2Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentApplyEzsigntemplateV2Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentApplyEzsigntemplateV2Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentApplyEzsigntemplateV2Response) HasObjDebugPayload ¶

func (o *EzsigndocumentApplyEzsigntemplateV2Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentApplyEzsigntemplateV2Response) MarshalJSON ¶

func (*EzsigndocumentApplyEzsigntemplateV2Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentApplyEzsigntemplateV2Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentCreateObjectV1Request ¶

type EzsigndocumentCreateObjectV1Request struct {
	ObjEzsigndocument         *EzsigndocumentRequest         `json:"objEzsigndocument,omitempty"`
	ObjEzsigndocumentCompound *EzsigndocumentRequestCompound `json:"objEzsigndocumentCompound,omitempty"`
}

EzsigndocumentCreateObjectV1Request Request for the /1/object/ezsigndocument/createObject API Request

func NewEzsigndocumentCreateObjectV1Request ¶

func NewEzsigndocumentCreateObjectV1Request() *EzsigndocumentCreateObjectV1Request

NewEzsigndocumentCreateObjectV1Request instantiates a new EzsigndocumentCreateObjectV1Request 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 NewEzsigndocumentCreateObjectV1RequestWithDefaults ¶

func NewEzsigndocumentCreateObjectV1RequestWithDefaults() *EzsigndocumentCreateObjectV1Request

NewEzsigndocumentCreateObjectV1RequestWithDefaults instantiates a new EzsigndocumentCreateObjectV1Request 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 (*EzsigndocumentCreateObjectV1Request) GetObjEzsigndocument ¶

GetObjEzsigndocument returns the ObjEzsigndocument field value if set, zero value otherwise.

func (*EzsigndocumentCreateObjectV1Request) GetObjEzsigndocumentCompound ¶

func (o *EzsigndocumentCreateObjectV1Request) GetObjEzsigndocumentCompound() EzsigndocumentRequestCompound

GetObjEzsigndocumentCompound returns the ObjEzsigndocumentCompound field value if set, zero value otherwise.

func (*EzsigndocumentCreateObjectV1Request) GetObjEzsigndocumentCompoundOk ¶

func (o *EzsigndocumentCreateObjectV1Request) GetObjEzsigndocumentCompoundOk() (*EzsigndocumentRequestCompound, bool)

GetObjEzsigndocumentCompoundOk returns a tuple with the ObjEzsigndocumentCompound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentCreateObjectV1Request) GetObjEzsigndocumentOk ¶

func (o *EzsigndocumentCreateObjectV1Request) GetObjEzsigndocumentOk() (*EzsigndocumentRequest, bool)

GetObjEzsigndocumentOk returns a tuple with the ObjEzsigndocument field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentCreateObjectV1Request) HasObjEzsigndocument ¶

func (o *EzsigndocumentCreateObjectV1Request) HasObjEzsigndocument() bool

HasObjEzsigndocument returns a boolean if a field has been set.

func (*EzsigndocumentCreateObjectV1Request) HasObjEzsigndocumentCompound ¶

func (o *EzsigndocumentCreateObjectV1Request) HasObjEzsigndocumentCompound() bool

HasObjEzsigndocumentCompound returns a boolean if a field has been set.

func (EzsigndocumentCreateObjectV1Request) MarshalJSON ¶

func (o EzsigndocumentCreateObjectV1Request) MarshalJSON() ([]byte, error)

func (*EzsigndocumentCreateObjectV1Request) SetObjEzsigndocument ¶

SetObjEzsigndocument gets a reference to the given EzsigndocumentRequest and assigns it to the ObjEzsigndocument field.

func (*EzsigndocumentCreateObjectV1Request) SetObjEzsigndocumentCompound ¶

func (o *EzsigndocumentCreateObjectV1Request) SetObjEzsigndocumentCompound(v EzsigndocumentRequestCompound)

SetObjEzsigndocumentCompound gets a reference to the given EzsigndocumentRequestCompound and assigns it to the ObjEzsigndocumentCompound field.

type EzsigndocumentCreateObjectV1Response ¶

type EzsigndocumentCreateObjectV1Response struct {
	MPayload        EzsigndocumentCreateObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload               `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                      `json:"objDebug,omitempty"`
}

EzsigndocumentCreateObjectV1Response Response for the /1/object/ezsigndocument/createObject API Request

func NewEzsigndocumentCreateObjectV1Response ¶

func NewEzsigndocumentCreateObjectV1Response(mPayload EzsigndocumentCreateObjectV1ResponseMPayload) *EzsigndocumentCreateObjectV1Response

NewEzsigndocumentCreateObjectV1Response instantiates a new EzsigndocumentCreateObjectV1Response 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 NewEzsigndocumentCreateObjectV1ResponseWithDefaults ¶

func NewEzsigndocumentCreateObjectV1ResponseWithDefaults() *EzsigndocumentCreateObjectV1Response

NewEzsigndocumentCreateObjectV1ResponseWithDefaults instantiates a new EzsigndocumentCreateObjectV1Response 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 (*EzsigndocumentCreateObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentCreateObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigndocumentCreateObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentCreateObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentCreateObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentCreateObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentCreateObjectV1Response) HasObjDebug ¶

func (o *EzsigndocumentCreateObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentCreateObjectV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentCreateObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentCreateObjectV1Response) MarshalJSON ¶

func (o EzsigndocumentCreateObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsigndocumentCreateObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigndocumentCreateObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentCreateObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentCreateObjectV1ResponseAllOf ¶

type EzsigndocumentCreateObjectV1ResponseAllOf struct {
	MPayload EzsigndocumentCreateObjectV1ResponseMPayload `json:"mPayload"`
}

EzsigndocumentCreateObjectV1ResponseAllOf struct for EzsigndocumentCreateObjectV1ResponseAllOf

func NewEzsigndocumentCreateObjectV1ResponseAllOf ¶

func NewEzsigndocumentCreateObjectV1ResponseAllOf(mPayload EzsigndocumentCreateObjectV1ResponseMPayload) *EzsigndocumentCreateObjectV1ResponseAllOf

NewEzsigndocumentCreateObjectV1ResponseAllOf instantiates a new EzsigndocumentCreateObjectV1ResponseAllOf 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 NewEzsigndocumentCreateObjectV1ResponseAllOfWithDefaults ¶

func NewEzsigndocumentCreateObjectV1ResponseAllOfWithDefaults() *EzsigndocumentCreateObjectV1ResponseAllOf

NewEzsigndocumentCreateObjectV1ResponseAllOfWithDefaults instantiates a new EzsigndocumentCreateObjectV1ResponseAllOf 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 (*EzsigndocumentCreateObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentCreateObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigndocumentCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*EzsigndocumentCreateObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigndocumentCreateObjectV1ResponseMPayload ¶

type EzsigndocumentCreateObjectV1ResponseMPayload struct {
	// An array of unique IDs representing the object that were requested to be created.  They are returned in the same order as the array containing the objects to be created that was sent in the request.
	APkiEzsigndocumentID []int32 `json:"a_pkiEzsigndocumentID"`
}

EzsigndocumentCreateObjectV1ResponseMPayload Payload for the /1/object/ezsigndocument/createObject API Request

func NewEzsigndocumentCreateObjectV1ResponseMPayload ¶

func NewEzsigndocumentCreateObjectV1ResponseMPayload(aPkiEzsigndocumentID []int32) *EzsigndocumentCreateObjectV1ResponseMPayload

NewEzsigndocumentCreateObjectV1ResponseMPayload instantiates a new EzsigndocumentCreateObjectV1ResponseMPayload 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 NewEzsigndocumentCreateObjectV1ResponseMPayloadWithDefaults ¶

func NewEzsigndocumentCreateObjectV1ResponseMPayloadWithDefaults() *EzsigndocumentCreateObjectV1ResponseMPayload

NewEzsigndocumentCreateObjectV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentCreateObjectV1ResponseMPayload 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 (*EzsigndocumentCreateObjectV1ResponseMPayload) GetAPkiEzsigndocumentID ¶

func (o *EzsigndocumentCreateObjectV1ResponseMPayload) GetAPkiEzsigndocumentID() []int32

GetAPkiEzsigndocumentID returns the APkiEzsigndocumentID field value

func (*EzsigndocumentCreateObjectV1ResponseMPayload) GetAPkiEzsigndocumentIDOk ¶

func (o *EzsigndocumentCreateObjectV1ResponseMPayload) GetAPkiEzsigndocumentIDOk() (*[]int32, bool)

GetAPkiEzsigndocumentIDOk returns a tuple with the APkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (EzsigndocumentCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*EzsigndocumentCreateObjectV1ResponseMPayload) SetAPkiEzsigndocumentID ¶

func (o *EzsigndocumentCreateObjectV1ResponseMPayload) SetAPkiEzsigndocumentID(v []int32)

SetAPkiEzsigndocumentID sets field value

type EzsigndocumentDeleteObjectV1Response ¶

type EzsigndocumentDeleteObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsigndocumentDeleteObjectV1Response Response for the /1/object/ezsigndocument/deleteObject API Request

func NewEzsigndocumentDeleteObjectV1Response ¶

func NewEzsigndocumentDeleteObjectV1Response() *EzsigndocumentDeleteObjectV1Response

NewEzsigndocumentDeleteObjectV1Response instantiates a new EzsigndocumentDeleteObjectV1Response 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 NewEzsigndocumentDeleteObjectV1ResponseWithDefaults ¶

func NewEzsigndocumentDeleteObjectV1ResponseWithDefaults() *EzsigndocumentDeleteObjectV1Response

NewEzsigndocumentDeleteObjectV1ResponseWithDefaults instantiates a new EzsigndocumentDeleteObjectV1Response 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 (*EzsigndocumentDeleteObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentDeleteObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentDeleteObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentDeleteObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentDeleteObjectV1Response) HasObjDebug ¶

func (o *EzsigndocumentDeleteObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentDeleteObjectV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentDeleteObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentDeleteObjectV1Response) MarshalJSON ¶

func (o EzsigndocumentDeleteObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsigndocumentDeleteObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentDeleteObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentGetDownloadUrlV1Response ¶

type EzsigndocumentGetDownloadUrlV1Response struct {
	MPayload        EzsigndocumentGetDownloadUrlV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload                 `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                        `json:"objDebug,omitempty"`
}

EzsigndocumentGetDownloadUrlV1Response Response for the /1/object/ezsigndocument/{pkiEzsigndocument}/getDownloadUrl API Request

func NewEzsigndocumentGetDownloadUrlV1Response ¶

func NewEzsigndocumentGetDownloadUrlV1Response(mPayload EzsigndocumentGetDownloadUrlV1ResponseMPayload) *EzsigndocumentGetDownloadUrlV1Response

NewEzsigndocumentGetDownloadUrlV1Response instantiates a new EzsigndocumentGetDownloadUrlV1Response 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 NewEzsigndocumentGetDownloadUrlV1ResponseWithDefaults ¶

func NewEzsigndocumentGetDownloadUrlV1ResponseWithDefaults() *EzsigndocumentGetDownloadUrlV1Response

NewEzsigndocumentGetDownloadUrlV1ResponseWithDefaults instantiates a new EzsigndocumentGetDownloadUrlV1Response 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 (*EzsigndocumentGetDownloadUrlV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetDownloadUrlV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetDownloadUrlV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentGetDownloadUrlV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetDownloadUrlV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentGetDownloadUrlV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetDownloadUrlV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentGetDownloadUrlV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentGetDownloadUrlV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentGetDownloadUrlV1Response) MarshalJSON ¶

func (o EzsigndocumentGetDownloadUrlV1Response) MarshalJSON() ([]byte, error)

func (*EzsigndocumentGetDownloadUrlV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigndocumentGetDownloadUrlV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentGetDownloadUrlV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentGetDownloadUrlV1ResponseAllOf ¶

type EzsigndocumentGetDownloadUrlV1ResponseAllOf struct {
	MPayload EzsigndocumentGetDownloadUrlV1ResponseMPayload `json:"mPayload"`
}

EzsigndocumentGetDownloadUrlV1ResponseAllOf struct for EzsigndocumentGetDownloadUrlV1ResponseAllOf

func NewEzsigndocumentGetDownloadUrlV1ResponseAllOf ¶

func NewEzsigndocumentGetDownloadUrlV1ResponseAllOf(mPayload EzsigndocumentGetDownloadUrlV1ResponseMPayload) *EzsigndocumentGetDownloadUrlV1ResponseAllOf

NewEzsigndocumentGetDownloadUrlV1ResponseAllOf instantiates a new EzsigndocumentGetDownloadUrlV1ResponseAllOf 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 NewEzsigndocumentGetDownloadUrlV1ResponseAllOfWithDefaults ¶

func NewEzsigndocumentGetDownloadUrlV1ResponseAllOfWithDefaults() *EzsigndocumentGetDownloadUrlV1ResponseAllOf

NewEzsigndocumentGetDownloadUrlV1ResponseAllOfWithDefaults instantiates a new EzsigndocumentGetDownloadUrlV1ResponseAllOf 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 (*EzsigndocumentGetDownloadUrlV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetDownloadUrlV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigndocumentGetDownloadUrlV1ResponseAllOf) MarshalJSON ¶

func (*EzsigndocumentGetDownloadUrlV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigndocumentGetDownloadUrlV1ResponseMPayload ¶

type EzsigndocumentGetDownloadUrlV1ResponseMPayload struct {
	// The Url to the requested document.  Url will expire after 5 minutes.
	SDownloadUrl string `json:"sDownloadUrl"`
}

EzsigndocumentGetDownloadUrlV1ResponseMPayload Payload for the /1/object/ezsigndocument/{pkiEzsigndocument}/getDownloadUrl API Request

func NewEzsigndocumentGetDownloadUrlV1ResponseMPayload ¶

func NewEzsigndocumentGetDownloadUrlV1ResponseMPayload(sDownloadUrl string) *EzsigndocumentGetDownloadUrlV1ResponseMPayload

NewEzsigndocumentGetDownloadUrlV1ResponseMPayload instantiates a new EzsigndocumentGetDownloadUrlV1ResponseMPayload 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 NewEzsigndocumentGetDownloadUrlV1ResponseMPayloadWithDefaults ¶

func NewEzsigndocumentGetDownloadUrlV1ResponseMPayloadWithDefaults() *EzsigndocumentGetDownloadUrlV1ResponseMPayload

NewEzsigndocumentGetDownloadUrlV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentGetDownloadUrlV1ResponseMPayload 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 (*EzsigndocumentGetDownloadUrlV1ResponseMPayload) GetSDownloadUrl ¶

GetSDownloadUrl returns the SDownloadUrl field value

func (*EzsigndocumentGetDownloadUrlV1ResponseMPayload) GetSDownloadUrlOk ¶

func (o *EzsigndocumentGetDownloadUrlV1ResponseMPayload) GetSDownloadUrlOk() (*string, bool)

GetSDownloadUrlOk returns a tuple with the SDownloadUrl field value and a boolean to check if the value has been set.

func (EzsigndocumentGetDownloadUrlV1ResponseMPayload) MarshalJSON ¶

func (*EzsigndocumentGetDownloadUrlV1ResponseMPayload) SetSDownloadUrl ¶

SetSDownloadUrl sets field value

type EzsigndocumentGetEzsignpagesV1Response ¶

type EzsigndocumentGetEzsignpagesV1Response struct {
	MPayload        EzsigndocumentGetEzsignpagesV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload                 `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                        `json:"objDebug,omitempty"`
}

EzsigndocumentGetEzsignpagesV1Response Response for the /1/object/ezsigndocument/{pkiEzsigndocument}/getEzsignpages API Request

func NewEzsigndocumentGetEzsignpagesV1Response ¶

func NewEzsigndocumentGetEzsignpagesV1Response(mPayload EzsigndocumentGetEzsignpagesV1ResponseMPayload) *EzsigndocumentGetEzsignpagesV1Response

NewEzsigndocumentGetEzsignpagesV1Response instantiates a new EzsigndocumentGetEzsignpagesV1Response 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 NewEzsigndocumentGetEzsignpagesV1ResponseWithDefaults ¶

func NewEzsigndocumentGetEzsignpagesV1ResponseWithDefaults() *EzsigndocumentGetEzsignpagesV1Response

NewEzsigndocumentGetEzsignpagesV1ResponseWithDefaults instantiates a new EzsigndocumentGetEzsignpagesV1Response 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 (*EzsigndocumentGetEzsignpagesV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetEzsignpagesV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetEzsignpagesV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentGetEzsignpagesV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetEzsignpagesV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentGetEzsignpagesV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetEzsignpagesV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentGetEzsignpagesV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentGetEzsignpagesV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentGetEzsignpagesV1Response) MarshalJSON ¶

func (o EzsigndocumentGetEzsignpagesV1Response) MarshalJSON() ([]byte, error)

func (*EzsigndocumentGetEzsignpagesV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigndocumentGetEzsignpagesV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentGetEzsignpagesV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentGetEzsignpagesV1ResponseAllOf ¶

type EzsigndocumentGetEzsignpagesV1ResponseAllOf struct {
	MPayload EzsigndocumentGetEzsignpagesV1ResponseMPayload `json:"mPayload"`
}

EzsigndocumentGetEzsignpagesV1ResponseAllOf struct for EzsigndocumentGetEzsignpagesV1ResponseAllOf

func NewEzsigndocumentGetEzsignpagesV1ResponseAllOf ¶

func NewEzsigndocumentGetEzsignpagesV1ResponseAllOf(mPayload EzsigndocumentGetEzsignpagesV1ResponseMPayload) *EzsigndocumentGetEzsignpagesV1ResponseAllOf

NewEzsigndocumentGetEzsignpagesV1ResponseAllOf instantiates a new EzsigndocumentGetEzsignpagesV1ResponseAllOf 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 NewEzsigndocumentGetEzsignpagesV1ResponseAllOfWithDefaults ¶

func NewEzsigndocumentGetEzsignpagesV1ResponseAllOfWithDefaults() *EzsigndocumentGetEzsignpagesV1ResponseAllOf

NewEzsigndocumentGetEzsignpagesV1ResponseAllOfWithDefaults instantiates a new EzsigndocumentGetEzsignpagesV1ResponseAllOf 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 (*EzsigndocumentGetEzsignpagesV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetEzsignpagesV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigndocumentGetEzsignpagesV1ResponseAllOf) MarshalJSON ¶

func (*EzsigndocumentGetEzsignpagesV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigndocumentGetEzsignpagesV1ResponseMPayload ¶

type EzsigndocumentGetEzsignpagesV1ResponseMPayload struct {
	AObjEzsignpage []EzsignpageResponse `json:"a_objEzsignpage"`
}

EzsigndocumentGetEzsignpagesV1ResponseMPayload Payload for the /1/object/ezsigndocument/{pkiEzsigndocument}/getEzsignpages API Request

func NewEzsigndocumentGetEzsignpagesV1ResponseMPayload ¶

func NewEzsigndocumentGetEzsignpagesV1ResponseMPayload(aObjEzsignpage []EzsignpageResponse) *EzsigndocumentGetEzsignpagesV1ResponseMPayload

NewEzsigndocumentGetEzsignpagesV1ResponseMPayload instantiates a new EzsigndocumentGetEzsignpagesV1ResponseMPayload 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 NewEzsigndocumentGetEzsignpagesV1ResponseMPayloadWithDefaults ¶

func NewEzsigndocumentGetEzsignpagesV1ResponseMPayloadWithDefaults() *EzsigndocumentGetEzsignpagesV1ResponseMPayload

NewEzsigndocumentGetEzsignpagesV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentGetEzsignpagesV1ResponseMPayload 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 (*EzsigndocumentGetEzsignpagesV1ResponseMPayload) GetAObjEzsignpage ¶

GetAObjEzsignpage returns the AObjEzsignpage field value

func (*EzsigndocumentGetEzsignpagesV1ResponseMPayload) GetAObjEzsignpageOk ¶

GetAObjEzsignpageOk returns a tuple with the AObjEzsignpage field value and a boolean to check if the value has been set.

func (EzsigndocumentGetEzsignpagesV1ResponseMPayload) MarshalJSON ¶

func (*EzsigndocumentGetEzsignpagesV1ResponseMPayload) SetAObjEzsignpage ¶

SetAObjEzsignpage sets field value

type EzsigndocumentGetFormDataV1Response ¶

type EzsigndocumentGetFormDataV1Response struct {
	MPayload        EzsigndocumentGetFormDataV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload              `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                     `json:"objDebug,omitempty"`
}

EzsigndocumentGetFormDataV1Response Response for the /1/object/ezsigndocument/{pkiEzsigndocument}/getFormData API Request

func NewEzsigndocumentGetFormDataV1Response ¶

func NewEzsigndocumentGetFormDataV1Response(mPayload EzsigndocumentGetFormDataV1ResponseMPayload) *EzsigndocumentGetFormDataV1Response

NewEzsigndocumentGetFormDataV1Response instantiates a new EzsigndocumentGetFormDataV1Response 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 NewEzsigndocumentGetFormDataV1ResponseWithDefaults ¶

func NewEzsigndocumentGetFormDataV1ResponseWithDefaults() *EzsigndocumentGetFormDataV1Response

NewEzsigndocumentGetFormDataV1ResponseWithDefaults instantiates a new EzsigndocumentGetFormDataV1Response 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 (*EzsigndocumentGetFormDataV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetFormDataV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentGetFormDataV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentGetFormDataV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1Response) HasObjDebug ¶

func (o *EzsigndocumentGetFormDataV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentGetFormDataV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentGetFormDataV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentGetFormDataV1Response) MarshalJSON ¶

func (o EzsigndocumentGetFormDataV1Response) MarshalJSON() ([]byte, error)

func (*EzsigndocumentGetFormDataV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigndocumentGetFormDataV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentGetFormDataV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentGetFormDataV1ResponseAllOf ¶

type EzsigndocumentGetFormDataV1ResponseAllOf struct {
	MPayload EzsigndocumentGetFormDataV1ResponseMPayload `json:"mPayload"`
}

EzsigndocumentGetFormDataV1ResponseAllOf struct for EzsigndocumentGetFormDataV1ResponseAllOf

func NewEzsigndocumentGetFormDataV1ResponseAllOf ¶

func NewEzsigndocumentGetFormDataV1ResponseAllOf(mPayload EzsigndocumentGetFormDataV1ResponseMPayload) *EzsigndocumentGetFormDataV1ResponseAllOf

NewEzsigndocumentGetFormDataV1ResponseAllOf instantiates a new EzsigndocumentGetFormDataV1ResponseAllOf 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 NewEzsigndocumentGetFormDataV1ResponseAllOfWithDefaults ¶

func NewEzsigndocumentGetFormDataV1ResponseAllOfWithDefaults() *EzsigndocumentGetFormDataV1ResponseAllOf

NewEzsigndocumentGetFormDataV1ResponseAllOfWithDefaults instantiates a new EzsigndocumentGetFormDataV1ResponseAllOf 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 (*EzsigndocumentGetFormDataV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetFormDataV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigndocumentGetFormDataV1ResponseAllOf) MarshalJSON ¶

func (*EzsigndocumentGetFormDataV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigndocumentGetFormDataV1ResponseMPayload ¶

type EzsigndocumentGetFormDataV1ResponseMPayload struct {
	// The unique ID of the Ezsigndocument
	PkiEzsigndocumentID int32 `json:"pkiEzsigndocumentID"`
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
	// The date and time at which the object was last modified
	DtModifiedDate     string                         `json:"dtModifiedDate"`
	AObjFormDataSigner []CustomFormDataSignerResponse `json:"a_objFormDataSigner"`
}

EzsigndocumentGetFormDataV1ResponseMPayload Payload for the /1/object/ezsigndocument/{pkiEzsigndocument}/getFormData API Request

func NewEzsigndocumentGetFormDataV1ResponseMPayload ¶

func NewEzsigndocumentGetFormDataV1ResponseMPayload(pkiEzsigndocumentID int32, fkiEzsignfolderID int32, sEzsigndocumentName string, dtModifiedDate string, aObjFormDataSigner []CustomFormDataSignerResponse) *EzsigndocumentGetFormDataV1ResponseMPayload

NewEzsigndocumentGetFormDataV1ResponseMPayload instantiates a new EzsigndocumentGetFormDataV1ResponseMPayload 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 NewEzsigndocumentGetFormDataV1ResponseMPayloadWithDefaults ¶

func NewEzsigndocumentGetFormDataV1ResponseMPayloadWithDefaults() *EzsigndocumentGetFormDataV1ResponseMPayload

NewEzsigndocumentGetFormDataV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentGetFormDataV1ResponseMPayload 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 (*EzsigndocumentGetFormDataV1ResponseMPayload) GetAObjFormDataSigner ¶

GetAObjFormDataSigner returns the AObjFormDataSigner field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetAObjFormDataSignerOk ¶

GetAObjFormDataSignerOk returns a tuple with the AObjFormDataSigner field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetDtModifiedDate ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetDtModifiedDate() string

GetDtModifiedDate returns the DtModifiedDate field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetDtModifiedDateOk ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetDtModifiedDateOk() (*string, bool)

GetDtModifiedDateOk returns a tuple with the DtModifiedDate field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetFkiEzsignfolderID ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetFkiEzsignfolderIDOk ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetPkiEzsigndocumentID ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetPkiEzsigndocumentID() int32

GetPkiEzsigndocumentID returns the PkiEzsigndocumentID field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetPkiEzsigndocumentIDOk ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetPkiEzsigndocumentIDOk() (*int32, bool)

GetPkiEzsigndocumentIDOk returns a tuple with the PkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetSEzsigndocumentName ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) GetSEzsigndocumentNameOk ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (EzsigndocumentGetFormDataV1ResponseMPayload) MarshalJSON ¶

func (*EzsigndocumentGetFormDataV1ResponseMPayload) SetAObjFormDataSigner ¶

SetAObjFormDataSigner sets field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) SetDtModifiedDate ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) SetDtModifiedDate(v string)

SetDtModifiedDate sets field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) SetFkiEzsignfolderID ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) SetPkiEzsigndocumentID ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) SetPkiEzsigndocumentID(v int32)

SetPkiEzsigndocumentID sets field value

func (*EzsigndocumentGetFormDataV1ResponseMPayload) SetSEzsigndocumentName ¶

func (o *EzsigndocumentGetFormDataV1ResponseMPayload) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

type EzsigndocumentGetObjectV1Response ¶

type EzsigndocumentGetObjectV1Response struct {
	MPayload        EzsigndocumentGetObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload            `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                   `json:"objDebug,omitempty"`
}

EzsigndocumentGetObjectV1Response Response for the /1/object/ezsigndocument/getDownloadUrl API Request

func NewEzsigndocumentGetObjectV1Response ¶

func NewEzsigndocumentGetObjectV1Response(mPayload EzsigndocumentGetObjectV1ResponseMPayload) *EzsigndocumentGetObjectV1Response

NewEzsigndocumentGetObjectV1Response instantiates a new EzsigndocumentGetObjectV1Response 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 NewEzsigndocumentGetObjectV1ResponseWithDefaults ¶

func NewEzsigndocumentGetObjectV1ResponseWithDefaults() *EzsigndocumentGetObjectV1Response

NewEzsigndocumentGetObjectV1ResponseWithDefaults instantiates a new EzsigndocumentGetObjectV1Response 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 (*EzsigndocumentGetObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentGetObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentGetObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1Response) HasObjDebug ¶

func (o *EzsigndocumentGetObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentGetObjectV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentGetObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentGetObjectV1Response) MarshalJSON ¶

func (o EzsigndocumentGetObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsigndocumentGetObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigndocumentGetObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentGetObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentGetObjectV1ResponseAllOf ¶

type EzsigndocumentGetObjectV1ResponseAllOf struct {
	MPayload EzsigndocumentGetObjectV1ResponseMPayload `json:"mPayload"`
}

EzsigndocumentGetObjectV1ResponseAllOf struct for EzsigndocumentGetObjectV1ResponseAllOf

func NewEzsigndocumentGetObjectV1ResponseAllOf ¶

func NewEzsigndocumentGetObjectV1ResponseAllOf(mPayload EzsigndocumentGetObjectV1ResponseMPayload) *EzsigndocumentGetObjectV1ResponseAllOf

NewEzsigndocumentGetObjectV1ResponseAllOf instantiates a new EzsigndocumentGetObjectV1ResponseAllOf 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 NewEzsigndocumentGetObjectV1ResponseAllOfWithDefaults ¶

func NewEzsigndocumentGetObjectV1ResponseAllOfWithDefaults() *EzsigndocumentGetObjectV1ResponseAllOf

NewEzsigndocumentGetObjectV1ResponseAllOfWithDefaults instantiates a new EzsigndocumentGetObjectV1ResponseAllOf 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 (*EzsigndocumentGetObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigndocumentGetObjectV1ResponseAllOf) MarshalJSON ¶

func (o EzsigndocumentGetObjectV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsigndocumentGetObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigndocumentGetObjectV1ResponseMPayload ¶

type EzsigndocumentGetObjectV1ResponseMPayload struct {
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The maximum date and time at which the document can be signed.
	DtEzsigndocumentDuedate string `json:"dtEzsigndocumentDuedate"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
	// The unique ID of the Ezsigndocument
	PkiEzsigndocumentID int32                    `json:"pkiEzsigndocumentID"`
	EEzsigndocumentStep FieldEEzsigndocumentStep `json:"eEzsigndocumentStep"`
	// The date and time when the Ezsigndocument was first sent.
	DtEzsigndocumentFirstsend string `json:"dtEzsigndocumentFirstsend"`
	// The date and time when the Ezsigndocument was sent the last time.
	DtEzsigndocumentLastsend string `json:"dtEzsigndocumentLastsend"`
	// The order in which the Ezsigndocument will be presented to the signatory in the Ezsignfolder.
	IEzsigndocumentOrder int32 `json:"iEzsigndocumentOrder"`
	// The number of pages in the Ezsigndocument.
	IEzsigndocumentPagetotal int32 `json:"iEzsigndocumentPagetotal"`
	// The number of signatures that were signed in the document.
	IEzsigndocumentSignaturesigned int32 `json:"iEzsigndocumentSignaturesigned"`
	// The number of total signatures that were requested in the Ezsigndocument.
	IEzsigndocumentSignaturetotal int32 `json:"iEzsigndocumentSignaturetotal"`
	// MD5 Hash of the initial PDF Document before signatures were applied to it.
	SEzsigndocumentMD5initial string `json:"sEzsigndocumentMD5initial"`
	// MD5 Hash of the final PDF Document after all signatures were applied to it.
	SEzsigndocumentMD5signed string      `json:"sEzsigndocumentMD5signed"`
	ObjAudit                 CommonAudit `json:"objAudit"`
}

EzsigndocumentGetObjectV1ResponseMPayload Payload for the /1/object/ezsigndocument/getObject API Request

func NewEzsigndocumentGetObjectV1ResponseMPayload ¶

func NewEzsigndocumentGetObjectV1ResponseMPayload(fkiEzsignfolderID int32, dtEzsigndocumentDuedate string, fkiLanguageID int32, sEzsigndocumentName string, pkiEzsigndocumentID int32, eEzsigndocumentStep FieldEEzsigndocumentStep, dtEzsigndocumentFirstsend string, dtEzsigndocumentLastsend string, iEzsigndocumentOrder int32, iEzsigndocumentPagetotal int32, iEzsigndocumentSignaturesigned int32, iEzsigndocumentSignaturetotal int32, sEzsigndocumentMD5initial string, sEzsigndocumentMD5signed string, objAudit CommonAudit) *EzsigndocumentGetObjectV1ResponseMPayload

NewEzsigndocumentGetObjectV1ResponseMPayload instantiates a new EzsigndocumentGetObjectV1ResponseMPayload 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 NewEzsigndocumentGetObjectV1ResponseMPayloadWithDefaults ¶

func NewEzsigndocumentGetObjectV1ResponseMPayloadWithDefaults() *EzsigndocumentGetObjectV1ResponseMPayload

NewEzsigndocumentGetObjectV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentGetObjectV1ResponseMPayload 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 (*EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentDuedate() string

GetDtEzsigndocumentDuedate returns the DtEzsigndocumentDuedate field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentDuedateOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentDuedateOk() (*string, bool)

GetDtEzsigndocumentDuedateOk returns a tuple with the DtEzsigndocumentDuedate field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentFirstsend ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentFirstsend() string

GetDtEzsigndocumentFirstsend returns the DtEzsigndocumentFirstsend field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentFirstsendOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentFirstsendOk() (*string, bool)

GetDtEzsigndocumentFirstsendOk returns a tuple with the DtEzsigndocumentFirstsend field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentLastsend ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentLastsend() string

GetDtEzsigndocumentLastsend returns the DtEzsigndocumentLastsend field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentLastsendOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetDtEzsigndocumentLastsendOk() (*string, bool)

GetDtEzsigndocumentLastsendOk returns a tuple with the DtEzsigndocumentLastsend field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetEEzsigndocumentStep ¶

GetEEzsigndocumentStep returns the EEzsigndocumentStep field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetEEzsigndocumentStepOk ¶

GetEEzsigndocumentStepOk returns a tuple with the EEzsigndocumentStep field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetFkiEzsignfolderID ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetFkiEzsignfolderIDOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetFkiLanguageID ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetFkiLanguageIDOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentOrder ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentOrder() int32

GetIEzsigndocumentOrder returns the IEzsigndocumentOrder field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentOrderOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentOrderOk() (*int32, bool)

GetIEzsigndocumentOrderOk returns a tuple with the IEzsigndocumentOrder field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentPagetotal ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentPagetotal() int32

GetIEzsigndocumentPagetotal returns the IEzsigndocumentPagetotal field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentPagetotalOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentPagetotalOk() (*int32, bool)

GetIEzsigndocumentPagetotalOk returns a tuple with the IEzsigndocumentPagetotal field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturesigned ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturesigned() int32

GetIEzsigndocumentSignaturesigned returns the IEzsigndocumentSignaturesigned field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturesignedOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturesignedOk() (*int32, bool)

GetIEzsigndocumentSignaturesignedOk returns a tuple with the IEzsigndocumentSignaturesigned field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturetotal ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturetotal() int32

GetIEzsigndocumentSignaturetotal returns the IEzsigndocumentSignaturetotal field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturetotalOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetIEzsigndocumentSignaturetotalOk() (*int32, bool)

GetIEzsigndocumentSignaturetotalOk returns a tuple with the IEzsigndocumentSignaturetotal field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetObjAudit ¶

GetObjAudit returns the ObjAudit field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetObjAuditOk ¶

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetPkiEzsigndocumentID ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetPkiEzsigndocumentID() int32

GetPkiEzsigndocumentID returns the PkiEzsigndocumentID field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetPkiEzsigndocumentIDOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetPkiEzsigndocumentIDOk() (*int32, bool)

GetPkiEzsigndocumentIDOk returns a tuple with the PkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5initial ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5initial() string

GetSEzsigndocumentMD5initial returns the SEzsigndocumentMD5initial field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5initialOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5initialOk() (*string, bool)

GetSEzsigndocumentMD5initialOk returns a tuple with the SEzsigndocumentMD5initial field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5signed ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5signed() string

GetSEzsigndocumentMD5signed returns the SEzsigndocumentMD5signed field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5signedOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentMD5signedOk() (*string, bool)

GetSEzsigndocumentMD5signedOk returns a tuple with the SEzsigndocumentMD5signed field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentName ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentNameOk ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (EzsigndocumentGetObjectV1ResponseMPayload) MarshalJSON ¶

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetDtEzsigndocumentDuedate(v string)

SetDtEzsigndocumentDuedate sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetDtEzsigndocumentFirstsend ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetDtEzsigndocumentFirstsend(v string)

SetDtEzsigndocumentFirstsend sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetDtEzsigndocumentLastsend ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetDtEzsigndocumentLastsend(v string)

SetDtEzsigndocumentLastsend sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetEEzsigndocumentStep ¶

SetEEzsigndocumentStep sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetFkiEzsignfolderID ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetFkiLanguageID ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentOrder ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentOrder(v int32)

SetIEzsigndocumentOrder sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentPagetotal ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentPagetotal(v int32)

SetIEzsigndocumentPagetotal sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentSignaturesigned ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentSignaturesigned(v int32)

SetIEzsigndocumentSignaturesigned sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentSignaturetotal ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetIEzsigndocumentSignaturetotal(v int32)

SetIEzsigndocumentSignaturetotal sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetObjAudit ¶

SetObjAudit sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetPkiEzsigndocumentID ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetPkiEzsigndocumentID(v int32)

SetPkiEzsigndocumentID sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetSEzsigndocumentMD5initial ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetSEzsigndocumentMD5initial(v string)

SetSEzsigndocumentMD5initial sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetSEzsigndocumentMD5signed ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetSEzsigndocumentMD5signed(v string)

SetSEzsigndocumentMD5signed sets field value

func (*EzsigndocumentGetObjectV1ResponseMPayload) SetSEzsigndocumentName ¶

func (o *EzsigndocumentGetObjectV1ResponseMPayload) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

type EzsigndocumentGetWordsPositionsV1Request ¶

type EzsigndocumentGetWordsPositionsV1Request struct {
	// Specify if you want to retrieve *All* words or specific *Words* from the document. If you specify *Words*, you must send the list of words to search for in *a_sWord*.
	EGet string `json:"eGet"`
	// IF *true*, words will be searched case-sensitive and results will be returned case-sensitive. IF *false*, words will be searched case-insensitive and results will be returned case-insensitive.
	BWordCaseSensitive bool `json:"bWordCaseSensitive"`
	// Array of words to find in the document
	ASWord *[]string `json:"a_sWord,omitempty"`
}

EzsigndocumentGetWordsPositionsV1Request Request for the /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions API Request

func NewEzsigndocumentGetWordsPositionsV1Request ¶

func NewEzsigndocumentGetWordsPositionsV1Request(eGet string, bWordCaseSensitive bool) *EzsigndocumentGetWordsPositionsV1Request

NewEzsigndocumentGetWordsPositionsV1Request instantiates a new EzsigndocumentGetWordsPositionsV1Request 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 NewEzsigndocumentGetWordsPositionsV1RequestWithDefaults ¶

func NewEzsigndocumentGetWordsPositionsV1RequestWithDefaults() *EzsigndocumentGetWordsPositionsV1Request

NewEzsigndocumentGetWordsPositionsV1RequestWithDefaults instantiates a new EzsigndocumentGetWordsPositionsV1Request 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 (*EzsigndocumentGetWordsPositionsV1Request) GetASWord ¶

GetASWord returns the ASWord field value if set, zero value otherwise.

func (*EzsigndocumentGetWordsPositionsV1Request) GetASWordOk ¶

func (o *EzsigndocumentGetWordsPositionsV1Request) GetASWordOk() (*[]string, bool)

GetASWordOk returns a tuple with the ASWord field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetWordsPositionsV1Request) GetBWordCaseSensitive ¶

func (o *EzsigndocumentGetWordsPositionsV1Request) GetBWordCaseSensitive() bool

GetBWordCaseSensitive returns the BWordCaseSensitive field value

func (*EzsigndocumentGetWordsPositionsV1Request) GetBWordCaseSensitiveOk ¶

func (o *EzsigndocumentGetWordsPositionsV1Request) GetBWordCaseSensitiveOk() (*bool, bool)

GetBWordCaseSensitiveOk returns a tuple with the BWordCaseSensitive field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetWordsPositionsV1Request) GetEGet ¶

GetEGet returns the EGet field value

func (*EzsigndocumentGetWordsPositionsV1Request) GetEGetOk ¶

GetEGetOk returns a tuple with the EGet field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetWordsPositionsV1Request) HasASWord ¶

HasASWord returns a boolean if a field has been set.

func (EzsigndocumentGetWordsPositionsV1Request) MarshalJSON ¶

func (*EzsigndocumentGetWordsPositionsV1Request) SetASWord ¶

SetASWord gets a reference to the given []string and assigns it to the ASWord field.

func (*EzsigndocumentGetWordsPositionsV1Request) SetBWordCaseSensitive ¶

func (o *EzsigndocumentGetWordsPositionsV1Request) SetBWordCaseSensitive(v bool)

SetBWordCaseSensitive sets field value

func (*EzsigndocumentGetWordsPositionsV1Request) SetEGet ¶

SetEGet sets field value

type EzsigndocumentGetWordsPositionsV1Response ¶

type EzsigndocumentGetWordsPositionsV1Response struct {
	// Payload for the /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions API Request
	MPayload        []CustomWordPositionWordResponse `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload   `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug          `json:"objDebug,omitempty"`
}

EzsigndocumentGetWordsPositionsV1Response Response for the /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions API Request

func NewEzsigndocumentGetWordsPositionsV1Response ¶

func NewEzsigndocumentGetWordsPositionsV1Response(mPayload []CustomWordPositionWordResponse) *EzsigndocumentGetWordsPositionsV1Response

NewEzsigndocumentGetWordsPositionsV1Response instantiates a new EzsigndocumentGetWordsPositionsV1Response 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 NewEzsigndocumentGetWordsPositionsV1ResponseWithDefaults ¶

func NewEzsigndocumentGetWordsPositionsV1ResponseWithDefaults() *EzsigndocumentGetWordsPositionsV1Response

NewEzsigndocumentGetWordsPositionsV1ResponseWithDefaults instantiates a new EzsigndocumentGetWordsPositionsV1Response 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 (*EzsigndocumentGetWordsPositionsV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetWordsPositionsV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigndocumentGetWordsPositionsV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigndocumentGetWordsPositionsV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetWordsPositionsV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigndocumentGetWordsPositionsV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentGetWordsPositionsV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsigndocumentGetWordsPositionsV1Response) HasObjDebugPayload ¶

func (o *EzsigndocumentGetWordsPositionsV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigndocumentGetWordsPositionsV1Response) MarshalJSON ¶

func (*EzsigndocumentGetWordsPositionsV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigndocumentGetWordsPositionsV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigndocumentGetWordsPositionsV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsigndocumentGetWordsPositionsV1ResponseAllOf ¶

type EzsigndocumentGetWordsPositionsV1ResponseAllOf struct {
	// Payload for the /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions API Request
	MPayload []CustomWordPositionWordResponse `json:"mPayload"`
}

EzsigndocumentGetWordsPositionsV1ResponseAllOf struct for EzsigndocumentGetWordsPositionsV1ResponseAllOf

func NewEzsigndocumentGetWordsPositionsV1ResponseAllOf ¶

func NewEzsigndocumentGetWordsPositionsV1ResponseAllOf(mPayload []CustomWordPositionWordResponse) *EzsigndocumentGetWordsPositionsV1ResponseAllOf

NewEzsigndocumentGetWordsPositionsV1ResponseAllOf instantiates a new EzsigndocumentGetWordsPositionsV1ResponseAllOf 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 NewEzsigndocumentGetWordsPositionsV1ResponseAllOfWithDefaults ¶

func NewEzsigndocumentGetWordsPositionsV1ResponseAllOfWithDefaults() *EzsigndocumentGetWordsPositionsV1ResponseAllOf

NewEzsigndocumentGetWordsPositionsV1ResponseAllOfWithDefaults instantiates a new EzsigndocumentGetWordsPositionsV1ResponseAllOf 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 (*EzsigndocumentGetWordsPositionsV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigndocumentGetWordsPositionsV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigndocumentGetWordsPositionsV1ResponseAllOf) MarshalJSON ¶

func (*EzsigndocumentGetWordsPositionsV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigndocumentRequest ¶

type EzsigndocumentRequest struct {
	// Indicates where to look for the document binary content.
	EEzsigndocumentSource string `json:"eEzsigndocumentSource"`
	// Indicates the format of the document.
	EEzsigndocumentFormat string `json:"eEzsigndocumentFormat"`
	// The Base64 encoded binary content of the document.  This field is Required when eEzsigndocumentSource = Base64.
	SEzsigndocumentBase64 *string `json:"sEzsigndocumentBase64,omitempty"`
	// The url where the document content resides.  This field is Required when eEzsigndocumentSource = Url.
	SEzsigndocumentUrl *string `json:"sEzsigndocumentUrl,omitempty"`
	// Try to repair the document or flatten it if it cannot be used for electronic signature.
	BEzsigndocumentForcerepair *bool `json:"bEzsigndocumentForcerepair,omitempty"`
	// If the source document is password protected, the password to open/modify it.
	SEzsigndocumentPassword *string `json:"sEzsigndocumentPassword,omitempty"`
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The maximum date and time at which the document can be signed.
	DtEzsigndocumentDuedate string `json:"dtEzsigndocumentDuedate"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
}

EzsigndocumentRequest An Ezsigndocument Object

func NewEzsigndocumentRequest ¶

func NewEzsigndocumentRequest(eEzsigndocumentSource string, eEzsigndocumentFormat string, fkiEzsignfolderID int32, dtEzsigndocumentDuedate string, fkiLanguageID int32, sEzsigndocumentName string) *EzsigndocumentRequest

NewEzsigndocumentRequest instantiates a new EzsigndocumentRequest 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 NewEzsigndocumentRequestWithDefaults ¶

func NewEzsigndocumentRequestWithDefaults() *EzsigndocumentRequest

NewEzsigndocumentRequestWithDefaults instantiates a new EzsigndocumentRequest 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 (*EzsigndocumentRequest) GetBEzsigndocumentForcerepair ¶

func (o *EzsigndocumentRequest) GetBEzsigndocumentForcerepair() bool

GetBEzsigndocumentForcerepair returns the BEzsigndocumentForcerepair field value if set, zero value otherwise.

func (*EzsigndocumentRequest) GetBEzsigndocumentForcerepairOk ¶

func (o *EzsigndocumentRequest) GetBEzsigndocumentForcerepairOk() (*bool, bool)

GetBEzsigndocumentForcerepairOk returns a tuple with the BEzsigndocumentForcerepair field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentRequest) GetDtEzsigndocumentDuedate() string

GetDtEzsigndocumentDuedate returns the DtEzsigndocumentDuedate field value

func (*EzsigndocumentRequest) GetDtEzsigndocumentDuedateOk ¶

func (o *EzsigndocumentRequest) GetDtEzsigndocumentDuedateOk() (*string, bool)

GetDtEzsigndocumentDuedateOk returns a tuple with the DtEzsigndocumentDuedate field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetEEzsigndocumentFormat ¶

func (o *EzsigndocumentRequest) GetEEzsigndocumentFormat() string

GetEEzsigndocumentFormat returns the EEzsigndocumentFormat field value

func (*EzsigndocumentRequest) GetEEzsigndocumentFormatOk ¶

func (o *EzsigndocumentRequest) GetEEzsigndocumentFormatOk() (*string, bool)

GetEEzsigndocumentFormatOk returns a tuple with the EEzsigndocumentFormat field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetEEzsigndocumentSource ¶

func (o *EzsigndocumentRequest) GetEEzsigndocumentSource() string

GetEEzsigndocumentSource returns the EEzsigndocumentSource field value

func (*EzsigndocumentRequest) GetEEzsigndocumentSourceOk ¶

func (o *EzsigndocumentRequest) GetEEzsigndocumentSourceOk() (*string, bool)

GetEEzsigndocumentSourceOk returns a tuple with the EEzsigndocumentSource field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetFkiEzsignfolderID ¶

func (o *EzsigndocumentRequest) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsigndocumentRequest) GetFkiEzsignfolderIDOk ¶

func (o *EzsigndocumentRequest) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetFkiLanguageID ¶

func (o *EzsigndocumentRequest) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsigndocumentRequest) GetFkiLanguageIDOk ¶

func (o *EzsigndocumentRequest) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetSEzsigndocumentBase64 ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentBase64() string

GetSEzsigndocumentBase64 returns the SEzsigndocumentBase64 field value if set, zero value otherwise.

func (*EzsigndocumentRequest) GetSEzsigndocumentBase64Ok ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentBase64Ok() (*string, bool)

GetSEzsigndocumentBase64Ok returns a tuple with the SEzsigndocumentBase64 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetSEzsigndocumentName ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*EzsigndocumentRequest) GetSEzsigndocumentNameOk ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetSEzsigndocumentPassword ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentPassword() string

GetSEzsigndocumentPassword returns the SEzsigndocumentPassword field value if set, zero value otherwise.

func (*EzsigndocumentRequest) GetSEzsigndocumentPasswordOk ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentPasswordOk() (*string, bool)

GetSEzsigndocumentPasswordOk returns a tuple with the SEzsigndocumentPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) GetSEzsigndocumentUrl ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentUrl() string

GetSEzsigndocumentUrl returns the SEzsigndocumentUrl field value if set, zero value otherwise.

func (*EzsigndocumentRequest) GetSEzsigndocumentUrlOk ¶

func (o *EzsigndocumentRequest) GetSEzsigndocumentUrlOk() (*string, bool)

GetSEzsigndocumentUrlOk returns a tuple with the SEzsigndocumentUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequest) HasBEzsigndocumentForcerepair ¶

func (o *EzsigndocumentRequest) HasBEzsigndocumentForcerepair() bool

HasBEzsigndocumentForcerepair returns a boolean if a field has been set.

func (*EzsigndocumentRequest) HasSEzsigndocumentBase64 ¶

func (o *EzsigndocumentRequest) HasSEzsigndocumentBase64() bool

HasSEzsigndocumentBase64 returns a boolean if a field has been set.

func (*EzsigndocumentRequest) HasSEzsigndocumentPassword ¶

func (o *EzsigndocumentRequest) HasSEzsigndocumentPassword() bool

HasSEzsigndocumentPassword returns a boolean if a field has been set.

func (*EzsigndocumentRequest) HasSEzsigndocumentUrl ¶

func (o *EzsigndocumentRequest) HasSEzsigndocumentUrl() bool

HasSEzsigndocumentUrl returns a boolean if a field has been set.

func (EzsigndocumentRequest) MarshalJSON ¶

func (o EzsigndocumentRequest) MarshalJSON() ([]byte, error)

func (*EzsigndocumentRequest) SetBEzsigndocumentForcerepair ¶

func (o *EzsigndocumentRequest) SetBEzsigndocumentForcerepair(v bool)

SetBEzsigndocumentForcerepair gets a reference to the given bool and assigns it to the BEzsigndocumentForcerepair field.

func (*EzsigndocumentRequest) SetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentRequest) SetDtEzsigndocumentDuedate(v string)

SetDtEzsigndocumentDuedate sets field value

func (*EzsigndocumentRequest) SetEEzsigndocumentFormat ¶

func (o *EzsigndocumentRequest) SetEEzsigndocumentFormat(v string)

SetEEzsigndocumentFormat sets field value

func (*EzsigndocumentRequest) SetEEzsigndocumentSource ¶

func (o *EzsigndocumentRequest) SetEEzsigndocumentSource(v string)

SetEEzsigndocumentSource sets field value

func (*EzsigndocumentRequest) SetFkiEzsignfolderID ¶

func (o *EzsigndocumentRequest) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsigndocumentRequest) SetFkiLanguageID ¶

func (o *EzsigndocumentRequest) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsigndocumentRequest) SetSEzsigndocumentBase64 ¶

func (o *EzsigndocumentRequest) SetSEzsigndocumentBase64(v string)

SetSEzsigndocumentBase64 gets a reference to the given string and assigns it to the SEzsigndocumentBase64 field.

func (*EzsigndocumentRequest) SetSEzsigndocumentName ¶

func (o *EzsigndocumentRequest) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

func (*EzsigndocumentRequest) SetSEzsigndocumentPassword ¶

func (o *EzsigndocumentRequest) SetSEzsigndocumentPassword(v string)

SetSEzsigndocumentPassword gets a reference to the given string and assigns it to the SEzsigndocumentPassword field.

func (*EzsigndocumentRequest) SetSEzsigndocumentUrl ¶

func (o *EzsigndocumentRequest) SetSEzsigndocumentUrl(v string)

SetSEzsigndocumentUrl gets a reference to the given string and assigns it to the SEzsigndocumentUrl field.

type EzsigndocumentRequestCompound ¶

type EzsigndocumentRequestCompound struct {
	// Indicates where to look for the document binary content.
	EEzsigndocumentSource string `json:"eEzsigndocumentSource"`
	// Indicates the format of the document.
	EEzsigndocumentFormat string `json:"eEzsigndocumentFormat"`
	// The Base64 encoded binary content of the document.  This field is Required when eEzsigndocumentSource = Base64.
	SEzsigndocumentBase64 *string `json:"sEzsigndocumentBase64,omitempty"`
	// The url where the document content resides.  This field is Required when eEzsigndocumentSource = Url.
	SEzsigndocumentUrl *string `json:"sEzsigndocumentUrl,omitempty"`
	// Try to repair the document or flatten it if it cannot be used for electronic signature.
	BEzsigndocumentForcerepair *bool `json:"bEzsigndocumentForcerepair,omitempty"`
	// If the source document is password protected, the password to open/modify it.
	SEzsigndocumentPassword *string `json:"sEzsigndocumentPassword,omitempty"`
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The maximum date and time at which the document can be signed.
	DtEzsigndocumentDuedate string `json:"dtEzsigndocumentDuedate"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
}

EzsigndocumentRequestCompound An Ezsigndocument Object and children to create a complete structure

func NewEzsigndocumentRequestCompound ¶

func NewEzsigndocumentRequestCompound(eEzsigndocumentSource string, eEzsigndocumentFormat string, fkiEzsignfolderID int32, dtEzsigndocumentDuedate string, fkiLanguageID int32, sEzsigndocumentName string) *EzsigndocumentRequestCompound

NewEzsigndocumentRequestCompound instantiates a new EzsigndocumentRequestCompound 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 NewEzsigndocumentRequestCompoundWithDefaults ¶

func NewEzsigndocumentRequestCompoundWithDefaults() *EzsigndocumentRequestCompound

NewEzsigndocumentRequestCompoundWithDefaults instantiates a new EzsigndocumentRequestCompound 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 (*EzsigndocumentRequestCompound) GetBEzsigndocumentForcerepair ¶

func (o *EzsigndocumentRequestCompound) GetBEzsigndocumentForcerepair() bool

GetBEzsigndocumentForcerepair returns the BEzsigndocumentForcerepair field value if set, zero value otherwise.

func (*EzsigndocumentRequestCompound) GetBEzsigndocumentForcerepairOk ¶

func (o *EzsigndocumentRequestCompound) GetBEzsigndocumentForcerepairOk() (*bool, bool)

GetBEzsigndocumentForcerepairOk returns a tuple with the BEzsigndocumentForcerepair field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentRequestCompound) GetDtEzsigndocumentDuedate() string

GetDtEzsigndocumentDuedate returns the DtEzsigndocumentDuedate field value

func (*EzsigndocumentRequestCompound) GetDtEzsigndocumentDuedateOk ¶

func (o *EzsigndocumentRequestCompound) GetDtEzsigndocumentDuedateOk() (*string, bool)

GetDtEzsigndocumentDuedateOk returns a tuple with the DtEzsigndocumentDuedate field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetEEzsigndocumentFormat ¶

func (o *EzsigndocumentRequestCompound) GetEEzsigndocumentFormat() string

GetEEzsigndocumentFormat returns the EEzsigndocumentFormat field value

func (*EzsigndocumentRequestCompound) GetEEzsigndocumentFormatOk ¶

func (o *EzsigndocumentRequestCompound) GetEEzsigndocumentFormatOk() (*string, bool)

GetEEzsigndocumentFormatOk returns a tuple with the EEzsigndocumentFormat field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetEEzsigndocumentSource ¶

func (o *EzsigndocumentRequestCompound) GetEEzsigndocumentSource() string

GetEEzsigndocumentSource returns the EEzsigndocumentSource field value

func (*EzsigndocumentRequestCompound) GetEEzsigndocumentSourceOk ¶

func (o *EzsigndocumentRequestCompound) GetEEzsigndocumentSourceOk() (*string, bool)

GetEEzsigndocumentSourceOk returns a tuple with the EEzsigndocumentSource field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetFkiEzsignfolderID ¶

func (o *EzsigndocumentRequestCompound) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsigndocumentRequestCompound) GetFkiEzsignfolderIDOk ¶

func (o *EzsigndocumentRequestCompound) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetFkiLanguageID ¶

func (o *EzsigndocumentRequestCompound) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsigndocumentRequestCompound) GetFkiLanguageIDOk ¶

func (o *EzsigndocumentRequestCompound) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentBase64 ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentBase64() string

GetSEzsigndocumentBase64 returns the SEzsigndocumentBase64 field value if set, zero value otherwise.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentBase64Ok ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentBase64Ok() (*string, bool)

GetSEzsigndocumentBase64Ok returns a tuple with the SEzsigndocumentBase64 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentName ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentNameOk ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentPassword ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentPassword() string

GetSEzsigndocumentPassword returns the SEzsigndocumentPassword field value if set, zero value otherwise.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentPasswordOk ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentPasswordOk() (*string, bool)

GetSEzsigndocumentPasswordOk returns a tuple with the SEzsigndocumentPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentUrl ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentUrl() string

GetSEzsigndocumentUrl returns the SEzsigndocumentUrl field value if set, zero value otherwise.

func (*EzsigndocumentRequestCompound) GetSEzsigndocumentUrlOk ¶

func (o *EzsigndocumentRequestCompound) GetSEzsigndocumentUrlOk() (*string, bool)

GetSEzsigndocumentUrlOk returns a tuple with the SEzsigndocumentUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigndocumentRequestCompound) HasBEzsigndocumentForcerepair ¶

func (o *EzsigndocumentRequestCompound) HasBEzsigndocumentForcerepair() bool

HasBEzsigndocumentForcerepair returns a boolean if a field has been set.

func (*EzsigndocumentRequestCompound) HasSEzsigndocumentBase64 ¶

func (o *EzsigndocumentRequestCompound) HasSEzsigndocumentBase64() bool

HasSEzsigndocumentBase64 returns a boolean if a field has been set.

func (*EzsigndocumentRequestCompound) HasSEzsigndocumentPassword ¶

func (o *EzsigndocumentRequestCompound) HasSEzsigndocumentPassword() bool

HasSEzsigndocumentPassword returns a boolean if a field has been set.

func (*EzsigndocumentRequestCompound) HasSEzsigndocumentUrl ¶

func (o *EzsigndocumentRequestCompound) HasSEzsigndocumentUrl() bool

HasSEzsigndocumentUrl returns a boolean if a field has been set.

func (EzsigndocumentRequestCompound) MarshalJSON ¶

func (o EzsigndocumentRequestCompound) MarshalJSON() ([]byte, error)

func (*EzsigndocumentRequestCompound) SetBEzsigndocumentForcerepair ¶

func (o *EzsigndocumentRequestCompound) SetBEzsigndocumentForcerepair(v bool)

SetBEzsigndocumentForcerepair gets a reference to the given bool and assigns it to the BEzsigndocumentForcerepair field.

func (*EzsigndocumentRequestCompound) SetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentRequestCompound) SetDtEzsigndocumentDuedate(v string)

SetDtEzsigndocumentDuedate sets field value

func (*EzsigndocumentRequestCompound) SetEEzsigndocumentFormat ¶

func (o *EzsigndocumentRequestCompound) SetEEzsigndocumentFormat(v string)

SetEEzsigndocumentFormat sets field value

func (*EzsigndocumentRequestCompound) SetEEzsigndocumentSource ¶

func (o *EzsigndocumentRequestCompound) SetEEzsigndocumentSource(v string)

SetEEzsigndocumentSource sets field value

func (*EzsigndocumentRequestCompound) SetFkiEzsignfolderID ¶

func (o *EzsigndocumentRequestCompound) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsigndocumentRequestCompound) SetFkiLanguageID ¶

func (o *EzsigndocumentRequestCompound) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsigndocumentRequestCompound) SetSEzsigndocumentBase64 ¶

func (o *EzsigndocumentRequestCompound) SetSEzsigndocumentBase64(v string)

SetSEzsigndocumentBase64 gets a reference to the given string and assigns it to the SEzsigndocumentBase64 field.

func (*EzsigndocumentRequestCompound) SetSEzsigndocumentName ¶

func (o *EzsigndocumentRequestCompound) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

func (*EzsigndocumentRequestCompound) SetSEzsigndocumentPassword ¶

func (o *EzsigndocumentRequestCompound) SetSEzsigndocumentPassword(v string)

SetSEzsigndocumentPassword gets a reference to the given string and assigns it to the SEzsigndocumentPassword field.

func (*EzsigndocumentRequestCompound) SetSEzsigndocumentUrl ¶

func (o *EzsigndocumentRequestCompound) SetSEzsigndocumentUrl(v string)

SetSEzsigndocumentUrl gets a reference to the given string and assigns it to the SEzsigndocumentUrl field.

type EzsigndocumentResponse ¶

type EzsigndocumentResponse struct {
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The maximum date and time at which the document can be signed.
	DtEzsigndocumentDuedate string `json:"dtEzsigndocumentDuedate"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
	// The unique ID of the Ezsigndocument
	PkiEzsigndocumentID int32                    `json:"pkiEzsigndocumentID"`
	EEzsigndocumentStep FieldEEzsigndocumentStep `json:"eEzsigndocumentStep"`
	// The date and time when the Ezsigndocument was first sent.
	DtEzsigndocumentFirstsend string `json:"dtEzsigndocumentFirstsend"`
	// The date and time when the Ezsigndocument was sent the last time.
	DtEzsigndocumentLastsend string `json:"dtEzsigndocumentLastsend"`
	// The order in which the Ezsigndocument will be presented to the signatory in the Ezsignfolder.
	IEzsigndocumentOrder int32 `json:"iEzsigndocumentOrder"`
	// The number of pages in the Ezsigndocument.
	IEzsigndocumentPagetotal int32 `json:"iEzsigndocumentPagetotal"`
	// The number of signatures that were signed in the document.
	IEzsigndocumentSignaturesigned int32 `json:"iEzsigndocumentSignaturesigned"`
	// The number of total signatures that were requested in the Ezsigndocument.
	IEzsigndocumentSignaturetotal int32 `json:"iEzsigndocumentSignaturetotal"`
	// MD5 Hash of the initial PDF Document before signatures were applied to it.
	SEzsigndocumentMD5initial string `json:"sEzsigndocumentMD5initial"`
	// MD5 Hash of the final PDF Document after all signatures were applied to it.
	SEzsigndocumentMD5signed string      `json:"sEzsigndocumentMD5signed"`
	ObjAudit                 CommonAudit `json:"objAudit"`
}

EzsigndocumentResponse An Ezsigndocument Object

func NewEzsigndocumentResponse ¶

func NewEzsigndocumentResponse(fkiEzsignfolderID int32, dtEzsigndocumentDuedate string, fkiLanguageID int32, sEzsigndocumentName string, pkiEzsigndocumentID int32, eEzsigndocumentStep FieldEEzsigndocumentStep, dtEzsigndocumentFirstsend string, dtEzsigndocumentLastsend string, iEzsigndocumentOrder int32, iEzsigndocumentPagetotal int32, iEzsigndocumentSignaturesigned int32, iEzsigndocumentSignaturetotal int32, sEzsigndocumentMD5initial string, sEzsigndocumentMD5signed string, objAudit CommonAudit) *EzsigndocumentResponse

NewEzsigndocumentResponse instantiates a new EzsigndocumentResponse 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 NewEzsigndocumentResponseWithDefaults ¶

func NewEzsigndocumentResponseWithDefaults() *EzsigndocumentResponse

NewEzsigndocumentResponseWithDefaults instantiates a new EzsigndocumentResponse 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 (*EzsigndocumentResponse) GetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentResponse) GetDtEzsigndocumentDuedate() string

GetDtEzsigndocumentDuedate returns the DtEzsigndocumentDuedate field value

func (*EzsigndocumentResponse) GetDtEzsigndocumentDuedateOk ¶

func (o *EzsigndocumentResponse) GetDtEzsigndocumentDuedateOk() (*string, bool)

GetDtEzsigndocumentDuedateOk returns a tuple with the DtEzsigndocumentDuedate field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetDtEzsigndocumentFirstsend ¶

func (o *EzsigndocumentResponse) GetDtEzsigndocumentFirstsend() string

GetDtEzsigndocumentFirstsend returns the DtEzsigndocumentFirstsend field value

func (*EzsigndocumentResponse) GetDtEzsigndocumentFirstsendOk ¶

func (o *EzsigndocumentResponse) GetDtEzsigndocumentFirstsendOk() (*string, bool)

GetDtEzsigndocumentFirstsendOk returns a tuple with the DtEzsigndocumentFirstsend field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetDtEzsigndocumentLastsend ¶

func (o *EzsigndocumentResponse) GetDtEzsigndocumentLastsend() string

GetDtEzsigndocumentLastsend returns the DtEzsigndocumentLastsend field value

func (*EzsigndocumentResponse) GetDtEzsigndocumentLastsendOk ¶

func (o *EzsigndocumentResponse) GetDtEzsigndocumentLastsendOk() (*string, bool)

GetDtEzsigndocumentLastsendOk returns a tuple with the DtEzsigndocumentLastsend field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetEEzsigndocumentStep ¶

func (o *EzsigndocumentResponse) GetEEzsigndocumentStep() FieldEEzsigndocumentStep

GetEEzsigndocumentStep returns the EEzsigndocumentStep field value

func (*EzsigndocumentResponse) GetEEzsigndocumentStepOk ¶

func (o *EzsigndocumentResponse) GetEEzsigndocumentStepOk() (*FieldEEzsigndocumentStep, bool)

GetEEzsigndocumentStepOk returns a tuple with the EEzsigndocumentStep field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetFkiEzsignfolderID ¶

func (o *EzsigndocumentResponse) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsigndocumentResponse) GetFkiEzsignfolderIDOk ¶

func (o *EzsigndocumentResponse) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetFkiLanguageID ¶

func (o *EzsigndocumentResponse) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsigndocumentResponse) GetFkiLanguageIDOk ¶

func (o *EzsigndocumentResponse) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetIEzsigndocumentOrder ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentOrder() int32

GetIEzsigndocumentOrder returns the IEzsigndocumentOrder field value

func (*EzsigndocumentResponse) GetIEzsigndocumentOrderOk ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentOrderOk() (*int32, bool)

GetIEzsigndocumentOrderOk returns a tuple with the IEzsigndocumentOrder field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetIEzsigndocumentPagetotal ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentPagetotal() int32

GetIEzsigndocumentPagetotal returns the IEzsigndocumentPagetotal field value

func (*EzsigndocumentResponse) GetIEzsigndocumentPagetotalOk ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentPagetotalOk() (*int32, bool)

GetIEzsigndocumentPagetotalOk returns a tuple with the IEzsigndocumentPagetotal field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetIEzsigndocumentSignaturesigned ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentSignaturesigned() int32

GetIEzsigndocumentSignaturesigned returns the IEzsigndocumentSignaturesigned field value

func (*EzsigndocumentResponse) GetIEzsigndocumentSignaturesignedOk ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentSignaturesignedOk() (*int32, bool)

GetIEzsigndocumentSignaturesignedOk returns a tuple with the IEzsigndocumentSignaturesigned field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetIEzsigndocumentSignaturetotal ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentSignaturetotal() int32

GetIEzsigndocumentSignaturetotal returns the IEzsigndocumentSignaturetotal field value

func (*EzsigndocumentResponse) GetIEzsigndocumentSignaturetotalOk ¶

func (o *EzsigndocumentResponse) GetIEzsigndocumentSignaturetotalOk() (*int32, bool)

GetIEzsigndocumentSignaturetotalOk returns a tuple with the IEzsigndocumentSignaturetotal field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetObjAudit ¶

func (o *EzsigndocumentResponse) GetObjAudit() CommonAudit

GetObjAudit returns the ObjAudit field value

func (*EzsigndocumentResponse) GetObjAuditOk ¶

func (o *EzsigndocumentResponse) GetObjAuditOk() (*CommonAudit, bool)

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetPkiEzsigndocumentID ¶

func (o *EzsigndocumentResponse) GetPkiEzsigndocumentID() int32

GetPkiEzsigndocumentID returns the PkiEzsigndocumentID field value

func (*EzsigndocumentResponse) GetPkiEzsigndocumentIDOk ¶

func (o *EzsigndocumentResponse) GetPkiEzsigndocumentIDOk() (*int32, bool)

GetPkiEzsigndocumentIDOk returns a tuple with the PkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetSEzsigndocumentMD5initial ¶

func (o *EzsigndocumentResponse) GetSEzsigndocumentMD5initial() string

GetSEzsigndocumentMD5initial returns the SEzsigndocumentMD5initial field value

func (*EzsigndocumentResponse) GetSEzsigndocumentMD5initialOk ¶

func (o *EzsigndocumentResponse) GetSEzsigndocumentMD5initialOk() (*string, bool)

GetSEzsigndocumentMD5initialOk returns a tuple with the SEzsigndocumentMD5initial field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetSEzsigndocumentMD5signed ¶

func (o *EzsigndocumentResponse) GetSEzsigndocumentMD5signed() string

GetSEzsigndocumentMD5signed returns the SEzsigndocumentMD5signed field value

func (*EzsigndocumentResponse) GetSEzsigndocumentMD5signedOk ¶

func (o *EzsigndocumentResponse) GetSEzsigndocumentMD5signedOk() (*string, bool)

GetSEzsigndocumentMD5signedOk returns a tuple with the SEzsigndocumentMD5signed field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponse) GetSEzsigndocumentName ¶

func (o *EzsigndocumentResponse) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*EzsigndocumentResponse) GetSEzsigndocumentNameOk ¶

func (o *EzsigndocumentResponse) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (EzsigndocumentResponse) MarshalJSON ¶

func (o EzsigndocumentResponse) MarshalJSON() ([]byte, error)

func (*EzsigndocumentResponse) SetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentResponse) SetDtEzsigndocumentDuedate(v string)

SetDtEzsigndocumentDuedate sets field value

func (*EzsigndocumentResponse) SetDtEzsigndocumentFirstsend ¶

func (o *EzsigndocumentResponse) SetDtEzsigndocumentFirstsend(v string)

SetDtEzsigndocumentFirstsend sets field value

func (*EzsigndocumentResponse) SetDtEzsigndocumentLastsend ¶

func (o *EzsigndocumentResponse) SetDtEzsigndocumentLastsend(v string)

SetDtEzsigndocumentLastsend sets field value

func (*EzsigndocumentResponse) SetEEzsigndocumentStep ¶

func (o *EzsigndocumentResponse) SetEEzsigndocumentStep(v FieldEEzsigndocumentStep)

SetEEzsigndocumentStep sets field value

func (*EzsigndocumentResponse) SetFkiEzsignfolderID ¶

func (o *EzsigndocumentResponse) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsigndocumentResponse) SetFkiLanguageID ¶

func (o *EzsigndocumentResponse) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsigndocumentResponse) SetIEzsigndocumentOrder ¶

func (o *EzsigndocumentResponse) SetIEzsigndocumentOrder(v int32)

SetIEzsigndocumentOrder sets field value

func (*EzsigndocumentResponse) SetIEzsigndocumentPagetotal ¶

func (o *EzsigndocumentResponse) SetIEzsigndocumentPagetotal(v int32)

SetIEzsigndocumentPagetotal sets field value

func (*EzsigndocumentResponse) SetIEzsigndocumentSignaturesigned ¶

func (o *EzsigndocumentResponse) SetIEzsigndocumentSignaturesigned(v int32)

SetIEzsigndocumentSignaturesigned sets field value

func (*EzsigndocumentResponse) SetIEzsigndocumentSignaturetotal ¶

func (o *EzsigndocumentResponse) SetIEzsigndocumentSignaturetotal(v int32)

SetIEzsigndocumentSignaturetotal sets field value

func (*EzsigndocumentResponse) SetObjAudit ¶

func (o *EzsigndocumentResponse) SetObjAudit(v CommonAudit)

SetObjAudit sets field value

func (*EzsigndocumentResponse) SetPkiEzsigndocumentID ¶

func (o *EzsigndocumentResponse) SetPkiEzsigndocumentID(v int32)

SetPkiEzsigndocumentID sets field value

func (*EzsigndocumentResponse) SetSEzsigndocumentMD5initial ¶

func (o *EzsigndocumentResponse) SetSEzsigndocumentMD5initial(v string)

SetSEzsigndocumentMD5initial sets field value

func (*EzsigndocumentResponse) SetSEzsigndocumentMD5signed ¶

func (o *EzsigndocumentResponse) SetSEzsigndocumentMD5signed(v string)

SetSEzsigndocumentMD5signed sets field value

func (*EzsigndocumentResponse) SetSEzsigndocumentName ¶

func (o *EzsigndocumentResponse) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

type EzsigndocumentResponseCompound ¶

type EzsigndocumentResponseCompound struct {
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// The maximum date and time at which the document can be signed.
	DtEzsigndocumentDuedate string `json:"dtEzsigndocumentDuedate"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The name of the document that will be presented to Ezsignfoldersignerassociations
	SEzsigndocumentName string `json:"sEzsigndocumentName"`
	// The unique ID of the Ezsigndocument
	PkiEzsigndocumentID int32                    `json:"pkiEzsigndocumentID"`
	EEzsigndocumentStep FieldEEzsigndocumentStep `json:"eEzsigndocumentStep"`
	// The date and time when the Ezsigndocument was first sent.
	DtEzsigndocumentFirstsend string `json:"dtEzsigndocumentFirstsend"`
	// The date and time when the Ezsigndocument was sent the last time.
	DtEzsigndocumentLastsend string `json:"dtEzsigndocumentLastsend"`
	// The order in which the Ezsigndocument will be presented to the signatory in the Ezsignfolder.
	IEzsigndocumentOrder int32 `json:"iEzsigndocumentOrder"`
	// The number of pages in the Ezsigndocument.
	IEzsigndocumentPagetotal int32 `json:"iEzsigndocumentPagetotal"`
	// The number of signatures that were signed in the document.
	IEzsigndocumentSignaturesigned int32 `json:"iEzsigndocumentSignaturesigned"`
	// The number of total signatures that were requested in the Ezsigndocument.
	IEzsigndocumentSignaturetotal int32 `json:"iEzsigndocumentSignaturetotal"`
	// MD5 Hash of the initial PDF Document before signatures were applied to it.
	SEzsigndocumentMD5initial string `json:"sEzsigndocumentMD5initial"`
	// MD5 Hash of the final PDF Document after all signatures were applied to it.
	SEzsigndocumentMD5signed string      `json:"sEzsigndocumentMD5signed"`
	ObjAudit                 CommonAudit `json:"objAudit"`
}

EzsigndocumentResponseCompound An Ezsigndocument Object and children to create a complete structure

func NewEzsigndocumentResponseCompound ¶

func NewEzsigndocumentResponseCompound(fkiEzsignfolderID int32, dtEzsigndocumentDuedate string, fkiLanguageID int32, sEzsigndocumentName string, pkiEzsigndocumentID int32, eEzsigndocumentStep FieldEEzsigndocumentStep, dtEzsigndocumentFirstsend string, dtEzsigndocumentLastsend string, iEzsigndocumentOrder int32, iEzsigndocumentPagetotal int32, iEzsigndocumentSignaturesigned int32, iEzsigndocumentSignaturetotal int32, sEzsigndocumentMD5initial string, sEzsigndocumentMD5signed string, objAudit CommonAudit) *EzsigndocumentResponseCompound

NewEzsigndocumentResponseCompound instantiates a new EzsigndocumentResponseCompound 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 NewEzsigndocumentResponseCompoundWithDefaults ¶

func NewEzsigndocumentResponseCompoundWithDefaults() *EzsigndocumentResponseCompound

NewEzsigndocumentResponseCompoundWithDefaults instantiates a new EzsigndocumentResponseCompound 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 (*EzsigndocumentResponseCompound) GetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentResponseCompound) GetDtEzsigndocumentDuedate() string

GetDtEzsigndocumentDuedate returns the DtEzsigndocumentDuedate field value

func (*EzsigndocumentResponseCompound) GetDtEzsigndocumentDuedateOk ¶

func (o *EzsigndocumentResponseCompound) GetDtEzsigndocumentDuedateOk() (*string, bool)

GetDtEzsigndocumentDuedateOk returns a tuple with the DtEzsigndocumentDuedate field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetDtEzsigndocumentFirstsend ¶

func (o *EzsigndocumentResponseCompound) GetDtEzsigndocumentFirstsend() string

GetDtEzsigndocumentFirstsend returns the DtEzsigndocumentFirstsend field value

func (*EzsigndocumentResponseCompound) GetDtEzsigndocumentFirstsendOk ¶

func (o *EzsigndocumentResponseCompound) GetDtEzsigndocumentFirstsendOk() (*string, bool)

GetDtEzsigndocumentFirstsendOk returns a tuple with the DtEzsigndocumentFirstsend field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetDtEzsigndocumentLastsend ¶

func (o *EzsigndocumentResponseCompound) GetDtEzsigndocumentLastsend() string

GetDtEzsigndocumentLastsend returns the DtEzsigndocumentLastsend field value

func (*EzsigndocumentResponseCompound) GetDtEzsigndocumentLastsendOk ¶

func (o *EzsigndocumentResponseCompound) GetDtEzsigndocumentLastsendOk() (*string, bool)

GetDtEzsigndocumentLastsendOk returns a tuple with the DtEzsigndocumentLastsend field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetEEzsigndocumentStep ¶

func (o *EzsigndocumentResponseCompound) GetEEzsigndocumentStep() FieldEEzsigndocumentStep

GetEEzsigndocumentStep returns the EEzsigndocumentStep field value

func (*EzsigndocumentResponseCompound) GetEEzsigndocumentStepOk ¶

func (o *EzsigndocumentResponseCompound) GetEEzsigndocumentStepOk() (*FieldEEzsigndocumentStep, bool)

GetEEzsigndocumentStepOk returns a tuple with the EEzsigndocumentStep field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetFkiEzsignfolderID ¶

func (o *EzsigndocumentResponseCompound) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsigndocumentResponseCompound) GetFkiEzsignfolderIDOk ¶

func (o *EzsigndocumentResponseCompound) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetFkiLanguageID ¶

func (o *EzsigndocumentResponseCompound) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsigndocumentResponseCompound) GetFkiLanguageIDOk ¶

func (o *EzsigndocumentResponseCompound) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentOrder ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentOrder() int32

GetIEzsigndocumentOrder returns the IEzsigndocumentOrder field value

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentOrderOk ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentOrderOk() (*int32, bool)

GetIEzsigndocumentOrderOk returns a tuple with the IEzsigndocumentOrder field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentPagetotal ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentPagetotal() int32

GetIEzsigndocumentPagetotal returns the IEzsigndocumentPagetotal field value

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentPagetotalOk ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentPagetotalOk() (*int32, bool)

GetIEzsigndocumentPagetotalOk returns a tuple with the IEzsigndocumentPagetotal field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturesigned ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturesigned() int32

GetIEzsigndocumentSignaturesigned returns the IEzsigndocumentSignaturesigned field value

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturesignedOk ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturesignedOk() (*int32, bool)

GetIEzsigndocumentSignaturesignedOk returns a tuple with the IEzsigndocumentSignaturesigned field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturetotal ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturetotal() int32

GetIEzsigndocumentSignaturetotal returns the IEzsigndocumentSignaturetotal field value

func (*EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturetotalOk ¶

func (o *EzsigndocumentResponseCompound) GetIEzsigndocumentSignaturetotalOk() (*int32, bool)

GetIEzsigndocumentSignaturetotalOk returns a tuple with the IEzsigndocumentSignaturetotal field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetObjAudit ¶

GetObjAudit returns the ObjAudit field value

func (*EzsigndocumentResponseCompound) GetObjAuditOk ¶

func (o *EzsigndocumentResponseCompound) GetObjAuditOk() (*CommonAudit, bool)

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetPkiEzsigndocumentID ¶

func (o *EzsigndocumentResponseCompound) GetPkiEzsigndocumentID() int32

GetPkiEzsigndocumentID returns the PkiEzsigndocumentID field value

func (*EzsigndocumentResponseCompound) GetPkiEzsigndocumentIDOk ¶

func (o *EzsigndocumentResponseCompound) GetPkiEzsigndocumentIDOk() (*int32, bool)

GetPkiEzsigndocumentIDOk returns a tuple with the PkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetSEzsigndocumentMD5initial ¶

func (o *EzsigndocumentResponseCompound) GetSEzsigndocumentMD5initial() string

GetSEzsigndocumentMD5initial returns the SEzsigndocumentMD5initial field value

func (*EzsigndocumentResponseCompound) GetSEzsigndocumentMD5initialOk ¶

func (o *EzsigndocumentResponseCompound) GetSEzsigndocumentMD5initialOk() (*string, bool)

GetSEzsigndocumentMD5initialOk returns a tuple with the SEzsigndocumentMD5initial field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetSEzsigndocumentMD5signed ¶

func (o *EzsigndocumentResponseCompound) GetSEzsigndocumentMD5signed() string

GetSEzsigndocumentMD5signed returns the SEzsigndocumentMD5signed field value

func (*EzsigndocumentResponseCompound) GetSEzsigndocumentMD5signedOk ¶

func (o *EzsigndocumentResponseCompound) GetSEzsigndocumentMD5signedOk() (*string, bool)

GetSEzsigndocumentMD5signedOk returns a tuple with the SEzsigndocumentMD5signed field value and a boolean to check if the value has been set.

func (*EzsigndocumentResponseCompound) GetSEzsigndocumentName ¶

func (o *EzsigndocumentResponseCompound) GetSEzsigndocumentName() string

GetSEzsigndocumentName returns the SEzsigndocumentName field value

func (*EzsigndocumentResponseCompound) GetSEzsigndocumentNameOk ¶

func (o *EzsigndocumentResponseCompound) GetSEzsigndocumentNameOk() (*string, bool)

GetSEzsigndocumentNameOk returns a tuple with the SEzsigndocumentName field value and a boolean to check if the value has been set.

func (EzsigndocumentResponseCompound) MarshalJSON ¶

func (o EzsigndocumentResponseCompound) MarshalJSON() ([]byte, error)

func (*EzsigndocumentResponseCompound) SetDtEzsigndocumentDuedate ¶

func (o *EzsigndocumentResponseCompound) SetDtEzsigndocumentDuedate(v string)

SetDtEzsigndocumentDuedate sets field value

func (*EzsigndocumentResponseCompound) SetDtEzsigndocumentFirstsend ¶

func (o *EzsigndocumentResponseCompound) SetDtEzsigndocumentFirstsend(v string)

SetDtEzsigndocumentFirstsend sets field value

func (*EzsigndocumentResponseCompound) SetDtEzsigndocumentLastsend ¶

func (o *EzsigndocumentResponseCompound) SetDtEzsigndocumentLastsend(v string)

SetDtEzsigndocumentLastsend sets field value

func (*EzsigndocumentResponseCompound) SetEEzsigndocumentStep ¶

func (o *EzsigndocumentResponseCompound) SetEEzsigndocumentStep(v FieldEEzsigndocumentStep)

SetEEzsigndocumentStep sets field value

func (*EzsigndocumentResponseCompound) SetFkiEzsignfolderID ¶

func (o *EzsigndocumentResponseCompound) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsigndocumentResponseCompound) SetFkiLanguageID ¶

func (o *EzsigndocumentResponseCompound) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsigndocumentResponseCompound) SetIEzsigndocumentOrder ¶

func (o *EzsigndocumentResponseCompound) SetIEzsigndocumentOrder(v int32)

SetIEzsigndocumentOrder sets field value

func (*EzsigndocumentResponseCompound) SetIEzsigndocumentPagetotal ¶

func (o *EzsigndocumentResponseCompound) SetIEzsigndocumentPagetotal(v int32)

SetIEzsigndocumentPagetotal sets field value

func (*EzsigndocumentResponseCompound) SetIEzsigndocumentSignaturesigned ¶

func (o *EzsigndocumentResponseCompound) SetIEzsigndocumentSignaturesigned(v int32)

SetIEzsigndocumentSignaturesigned sets field value

func (*EzsigndocumentResponseCompound) SetIEzsigndocumentSignaturetotal ¶

func (o *EzsigndocumentResponseCompound) SetIEzsigndocumentSignaturetotal(v int32)

SetIEzsigndocumentSignaturetotal sets field value

func (*EzsigndocumentResponseCompound) SetObjAudit ¶

func (o *EzsigndocumentResponseCompound) SetObjAudit(v CommonAudit)

SetObjAudit sets field value

func (*EzsigndocumentResponseCompound) SetPkiEzsigndocumentID ¶

func (o *EzsigndocumentResponseCompound) SetPkiEzsigndocumentID(v int32)

SetPkiEzsigndocumentID sets field value

func (*EzsigndocumentResponseCompound) SetSEzsigndocumentMD5initial ¶

func (o *EzsigndocumentResponseCompound) SetSEzsigndocumentMD5initial(v string)

SetSEzsigndocumentMD5initial sets field value

func (*EzsigndocumentResponseCompound) SetSEzsigndocumentMD5signed ¶

func (o *EzsigndocumentResponseCompound) SetSEzsigndocumentMD5signed(v string)

SetSEzsigndocumentMD5signed sets field value

func (*EzsigndocumentResponseCompound) SetSEzsigndocumentName ¶

func (o *EzsigndocumentResponseCompound) SetSEzsigndocumentName(v string)

SetSEzsigndocumentName sets field value

type EzsignfolderCreateObjectV1Request ¶

type EzsignfolderCreateObjectV1Request struct {
	ObjEzsignfolder         *EzsignfolderRequest         `json:"objEzsignfolder,omitempty"`
	ObjEzsignfolderCompound *EzsignfolderRequestCompound `json:"objEzsignfolderCompound,omitempty"`
}

EzsignfolderCreateObjectV1Request Request for the /1/object/ezsignfolder/createObject API Request

func NewEzsignfolderCreateObjectV1Request ¶

func NewEzsignfolderCreateObjectV1Request() *EzsignfolderCreateObjectV1Request

NewEzsignfolderCreateObjectV1Request instantiates a new EzsignfolderCreateObjectV1Request 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 NewEzsignfolderCreateObjectV1RequestWithDefaults ¶

func NewEzsignfolderCreateObjectV1RequestWithDefaults() *EzsignfolderCreateObjectV1Request

NewEzsignfolderCreateObjectV1RequestWithDefaults instantiates a new EzsignfolderCreateObjectV1Request 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 (*EzsignfolderCreateObjectV1Request) GetObjEzsignfolder ¶

GetObjEzsignfolder returns the ObjEzsignfolder field value if set, zero value otherwise.

func (*EzsignfolderCreateObjectV1Request) GetObjEzsignfolderCompound ¶

func (o *EzsignfolderCreateObjectV1Request) GetObjEzsignfolderCompound() EzsignfolderRequestCompound

GetObjEzsignfolderCompound returns the ObjEzsignfolderCompound field value if set, zero value otherwise.

func (*EzsignfolderCreateObjectV1Request) GetObjEzsignfolderCompoundOk ¶

func (o *EzsignfolderCreateObjectV1Request) GetObjEzsignfolderCompoundOk() (*EzsignfolderRequestCompound, bool)

GetObjEzsignfolderCompoundOk returns a tuple with the ObjEzsignfolderCompound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderCreateObjectV1Request) GetObjEzsignfolderOk ¶

func (o *EzsignfolderCreateObjectV1Request) GetObjEzsignfolderOk() (*EzsignfolderRequest, bool)

GetObjEzsignfolderOk returns a tuple with the ObjEzsignfolder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderCreateObjectV1Request) HasObjEzsignfolder ¶

func (o *EzsignfolderCreateObjectV1Request) HasObjEzsignfolder() bool

HasObjEzsignfolder returns a boolean if a field has been set.

func (*EzsignfolderCreateObjectV1Request) HasObjEzsignfolderCompound ¶

func (o *EzsignfolderCreateObjectV1Request) HasObjEzsignfolderCompound() bool

HasObjEzsignfolderCompound returns a boolean if a field has been set.

func (EzsignfolderCreateObjectV1Request) MarshalJSON ¶

func (o EzsignfolderCreateObjectV1Request) MarshalJSON() ([]byte, error)

func (*EzsignfolderCreateObjectV1Request) SetObjEzsignfolder ¶

func (o *EzsignfolderCreateObjectV1Request) SetObjEzsignfolder(v EzsignfolderRequest)

SetObjEzsignfolder gets a reference to the given EzsignfolderRequest and assigns it to the ObjEzsignfolder field.

func (*EzsignfolderCreateObjectV1Request) SetObjEzsignfolderCompound ¶

func (o *EzsignfolderCreateObjectV1Request) SetObjEzsignfolderCompound(v EzsignfolderRequestCompound)

SetObjEzsignfolderCompound gets a reference to the given EzsignfolderRequestCompound and assigns it to the ObjEzsignfolderCompound field.

type EzsignfolderCreateObjectV1Response ¶

type EzsignfolderCreateObjectV1Response struct {
	MPayload        EzsignfolderCreateObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload             `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                    `json:"objDebug,omitempty"`
}

EzsignfolderCreateObjectV1Response Response for the /1/object/ezsignfolder/createObject API Request

func NewEzsignfolderCreateObjectV1Response ¶

func NewEzsignfolderCreateObjectV1Response(mPayload EzsignfolderCreateObjectV1ResponseMPayload) *EzsignfolderCreateObjectV1Response

NewEzsignfolderCreateObjectV1Response instantiates a new EzsignfolderCreateObjectV1Response 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 NewEzsignfolderCreateObjectV1ResponseWithDefaults ¶

func NewEzsignfolderCreateObjectV1ResponseWithDefaults() *EzsignfolderCreateObjectV1Response

NewEzsignfolderCreateObjectV1ResponseWithDefaults instantiates a new EzsignfolderCreateObjectV1Response 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 (*EzsignfolderCreateObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderCreateObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfolderCreateObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderCreateObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderCreateObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderCreateObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderCreateObjectV1Response) HasObjDebug ¶

func (o *EzsignfolderCreateObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderCreateObjectV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderCreateObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderCreateObjectV1Response) MarshalJSON ¶

func (o EzsignfolderCreateObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderCreateObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfolderCreateObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderCreateObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfolderCreateObjectV1ResponseAllOf ¶

type EzsignfolderCreateObjectV1ResponseAllOf struct {
	MPayload EzsignfolderCreateObjectV1ResponseMPayload `json:"mPayload"`
}

EzsignfolderCreateObjectV1ResponseAllOf struct for EzsignfolderCreateObjectV1ResponseAllOf

func NewEzsignfolderCreateObjectV1ResponseAllOf ¶

func NewEzsignfolderCreateObjectV1ResponseAllOf(mPayload EzsignfolderCreateObjectV1ResponseMPayload) *EzsignfolderCreateObjectV1ResponseAllOf

NewEzsignfolderCreateObjectV1ResponseAllOf instantiates a new EzsignfolderCreateObjectV1ResponseAllOf 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 NewEzsignfolderCreateObjectV1ResponseAllOfWithDefaults ¶

func NewEzsignfolderCreateObjectV1ResponseAllOfWithDefaults() *EzsignfolderCreateObjectV1ResponseAllOf

NewEzsignfolderCreateObjectV1ResponseAllOfWithDefaults instantiates a new EzsignfolderCreateObjectV1ResponseAllOf 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 (*EzsignfolderCreateObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderCreateObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfolderCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (o EzsignfolderCreateObjectV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignfolderCreateObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfolderCreateObjectV1ResponseMPayload ¶

type EzsignfolderCreateObjectV1ResponseMPayload struct {
	// An array of unique IDs representing the object that were requested to be created.  They are returned in the same order as the array containing the objects to be created that was sent in the request.
	APkiEzsignfolderID []int32 `json:"a_pkiEzsignfolderID"`
}

EzsignfolderCreateObjectV1ResponseMPayload Payload for the /1/object/ezsignfolder/createObject API Request

func NewEzsignfolderCreateObjectV1ResponseMPayload ¶

func NewEzsignfolderCreateObjectV1ResponseMPayload(aPkiEzsignfolderID []int32) *EzsignfolderCreateObjectV1ResponseMPayload

NewEzsignfolderCreateObjectV1ResponseMPayload instantiates a new EzsignfolderCreateObjectV1ResponseMPayload 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 NewEzsignfolderCreateObjectV1ResponseMPayloadWithDefaults ¶

func NewEzsignfolderCreateObjectV1ResponseMPayloadWithDefaults() *EzsignfolderCreateObjectV1ResponseMPayload

NewEzsignfolderCreateObjectV1ResponseMPayloadWithDefaults instantiates a new EzsignfolderCreateObjectV1ResponseMPayload 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 (*EzsignfolderCreateObjectV1ResponseMPayload) GetAPkiEzsignfolderID ¶

func (o *EzsignfolderCreateObjectV1ResponseMPayload) GetAPkiEzsignfolderID() []int32

GetAPkiEzsignfolderID returns the APkiEzsignfolderID field value

func (*EzsignfolderCreateObjectV1ResponseMPayload) GetAPkiEzsignfolderIDOk ¶

func (o *EzsignfolderCreateObjectV1ResponseMPayload) GetAPkiEzsignfolderIDOk() (*[]int32, bool)

GetAPkiEzsignfolderIDOk returns a tuple with the APkiEzsignfolderID field value and a boolean to check if the value has been set.

func (EzsignfolderCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*EzsignfolderCreateObjectV1ResponseMPayload) SetAPkiEzsignfolderID ¶

func (o *EzsignfolderCreateObjectV1ResponseMPayload) SetAPkiEzsignfolderID(v []int32)

SetAPkiEzsignfolderID sets field value

type EzsignfolderDeleteObjectV1Response ¶

type EzsignfolderDeleteObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignfolderDeleteObjectV1Response Response for the /1/object/ezsignfolder/deleteObject API Request

func NewEzsignfolderDeleteObjectV1Response ¶

func NewEzsignfolderDeleteObjectV1Response() *EzsignfolderDeleteObjectV1Response

NewEzsignfolderDeleteObjectV1Response instantiates a new EzsignfolderDeleteObjectV1Response 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 NewEzsignfolderDeleteObjectV1ResponseWithDefaults ¶

func NewEzsignfolderDeleteObjectV1ResponseWithDefaults() *EzsignfolderDeleteObjectV1Response

NewEzsignfolderDeleteObjectV1ResponseWithDefaults instantiates a new EzsignfolderDeleteObjectV1Response 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 (*EzsignfolderDeleteObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderDeleteObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderDeleteObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderDeleteObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderDeleteObjectV1Response) HasObjDebug ¶

func (o *EzsignfolderDeleteObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderDeleteObjectV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderDeleteObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderDeleteObjectV1Response) MarshalJSON ¶

func (o EzsignfolderDeleteObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderDeleteObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderDeleteObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfolderGetFormsDataV1Response ¶

type EzsignfolderGetFormsDataV1Response struct {
	MPayload        EzsignfolderGetFormsDataV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload             `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                    `json:"objDebug,omitempty"`
}

EzsignfolderGetFormsDataV1Response Response for the /1/object/ezsignfolder/{pkiEzsignfolder}/getFormsData API Request

func NewEzsignfolderGetFormsDataV1Response ¶

func NewEzsignfolderGetFormsDataV1Response(mPayload EzsignfolderGetFormsDataV1ResponseMPayload) *EzsignfolderGetFormsDataV1Response

NewEzsignfolderGetFormsDataV1Response instantiates a new EzsignfolderGetFormsDataV1Response 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 NewEzsignfolderGetFormsDataV1ResponseWithDefaults ¶

func NewEzsignfolderGetFormsDataV1ResponseWithDefaults() *EzsignfolderGetFormsDataV1Response

NewEzsignfolderGetFormsDataV1ResponseWithDefaults instantiates a new EzsignfolderGetFormsDataV1Response 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 (*EzsignfolderGetFormsDataV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderGetFormsDataV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfolderGetFormsDataV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderGetFormsDataV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderGetFormsDataV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderGetFormsDataV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderGetFormsDataV1Response) HasObjDebug ¶

func (o *EzsignfolderGetFormsDataV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderGetFormsDataV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderGetFormsDataV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderGetFormsDataV1Response) MarshalJSON ¶

func (o EzsignfolderGetFormsDataV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetFormsDataV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfolderGetFormsDataV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderGetFormsDataV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfolderGetFormsDataV1ResponseAllOf ¶

type EzsignfolderGetFormsDataV1ResponseAllOf struct {
	MPayload EzsignfolderGetFormsDataV1ResponseMPayload `json:"mPayload"`
}

EzsignfolderGetFormsDataV1ResponseAllOf struct for EzsignfolderGetFormsDataV1ResponseAllOf

func NewEzsignfolderGetFormsDataV1ResponseAllOf ¶

func NewEzsignfolderGetFormsDataV1ResponseAllOf(mPayload EzsignfolderGetFormsDataV1ResponseMPayload) *EzsignfolderGetFormsDataV1ResponseAllOf

NewEzsignfolderGetFormsDataV1ResponseAllOf instantiates a new EzsignfolderGetFormsDataV1ResponseAllOf 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 NewEzsignfolderGetFormsDataV1ResponseAllOfWithDefaults ¶

func NewEzsignfolderGetFormsDataV1ResponseAllOfWithDefaults() *EzsignfolderGetFormsDataV1ResponseAllOf

NewEzsignfolderGetFormsDataV1ResponseAllOfWithDefaults instantiates a new EzsignfolderGetFormsDataV1ResponseAllOf 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 (*EzsignfolderGetFormsDataV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderGetFormsDataV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfolderGetFormsDataV1ResponseAllOf) MarshalJSON ¶

func (o EzsignfolderGetFormsDataV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetFormsDataV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfolderGetFormsDataV1ResponseMPayload ¶

type EzsignfolderGetFormsDataV1ResponseMPayload struct {
	// The unique ID of the Ezsignfolder
	PkiEzsignfolderID int32 `json:"pkiEzsignfolderID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string                           `json:"sEzsignfolderDescription"`
	AObjFormDataDocument     []CustomFormDataDocumentResponse `json:"a_objFormDataDocument"`
}

EzsignfolderGetFormsDataV1ResponseMPayload Payload for the /1/object/ezsignfolder/{pkiEzsigndocument}/getFormsData API Request

func NewEzsignfolderGetFormsDataV1ResponseMPayload ¶

func NewEzsignfolderGetFormsDataV1ResponseMPayload(pkiEzsignfolderID int32, sEzsignfolderDescription string, aObjFormDataDocument []CustomFormDataDocumentResponse) *EzsignfolderGetFormsDataV1ResponseMPayload

NewEzsignfolderGetFormsDataV1ResponseMPayload instantiates a new EzsignfolderGetFormsDataV1ResponseMPayload 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 NewEzsignfolderGetFormsDataV1ResponseMPayloadWithDefaults ¶

func NewEzsignfolderGetFormsDataV1ResponseMPayloadWithDefaults() *EzsignfolderGetFormsDataV1ResponseMPayload

NewEzsignfolderGetFormsDataV1ResponseMPayloadWithDefaults instantiates a new EzsignfolderGetFormsDataV1ResponseMPayload 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 (*EzsignfolderGetFormsDataV1ResponseMPayload) GetAObjFormDataDocument ¶

GetAObjFormDataDocument returns the AObjFormDataDocument field value

func (*EzsignfolderGetFormsDataV1ResponseMPayload) GetAObjFormDataDocumentOk ¶

GetAObjFormDataDocumentOk returns a tuple with the AObjFormDataDocument field value and a boolean to check if the value has been set.

func (*EzsignfolderGetFormsDataV1ResponseMPayload) GetPkiEzsignfolderID ¶

func (o *EzsignfolderGetFormsDataV1ResponseMPayload) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field value

func (*EzsignfolderGetFormsDataV1ResponseMPayload) GetPkiEzsignfolderIDOk ¶

func (o *EzsignfolderGetFormsDataV1ResponseMPayload) GetPkiEzsignfolderIDOk() (*int32, bool)

GetPkiEzsignfolderIDOk returns a tuple with the PkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfolderGetFormsDataV1ResponseMPayload) GetSEzsignfolderDescription ¶

func (o *EzsignfolderGetFormsDataV1ResponseMPayload) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderGetFormsDataV1ResponseMPayload) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderGetFormsDataV1ResponseMPayload) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (EzsignfolderGetFormsDataV1ResponseMPayload) MarshalJSON ¶

func (*EzsignfolderGetFormsDataV1ResponseMPayload) SetAObjFormDataDocument ¶

SetAObjFormDataDocument sets field value

func (*EzsignfolderGetFormsDataV1ResponseMPayload) SetPkiEzsignfolderID ¶

func (o *EzsignfolderGetFormsDataV1ResponseMPayload) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets field value

func (*EzsignfolderGetFormsDataV1ResponseMPayload) SetSEzsignfolderDescription ¶

func (o *EzsignfolderGetFormsDataV1ResponseMPayload) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

type EzsignfolderGetListV1Response ¶

type EzsignfolderGetListV1Response struct {
	MPayload        EzsignfolderGetListV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayloadGetList `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug               `json:"objDebug,omitempty"`
}

EzsignfolderGetListV1Response Response for the /1/object/ezsignfolder/getList API Request

func NewEzsignfolderGetListV1Response ¶

func NewEzsignfolderGetListV1Response(mPayload EzsignfolderGetListV1ResponseMPayload) *EzsignfolderGetListV1Response

NewEzsignfolderGetListV1Response instantiates a new EzsignfolderGetListV1Response 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 NewEzsignfolderGetListV1ResponseWithDefaults ¶

func NewEzsignfolderGetListV1ResponseWithDefaults() *EzsignfolderGetListV1Response

NewEzsignfolderGetListV1ResponseWithDefaults instantiates a new EzsignfolderGetListV1Response 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 (*EzsignfolderGetListV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderGetListV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfolderGetListV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderGetListV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderGetListV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderGetListV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderGetListV1Response) HasObjDebug ¶

func (o *EzsignfolderGetListV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderGetListV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderGetListV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderGetListV1Response) MarshalJSON ¶

func (o EzsignfolderGetListV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetListV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfolderGetListV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderGetListV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayloadGetList and assigns it to the ObjDebugPayload field.

type EzsignfolderGetListV1ResponseAllOf ¶

type EzsignfolderGetListV1ResponseAllOf struct {
	MPayload EzsignfolderGetListV1ResponseMPayload `json:"mPayload"`
}

EzsignfolderGetListV1ResponseAllOf struct for EzsignfolderGetListV1ResponseAllOf

func NewEzsignfolderGetListV1ResponseAllOf ¶

func NewEzsignfolderGetListV1ResponseAllOf(mPayload EzsignfolderGetListV1ResponseMPayload) *EzsignfolderGetListV1ResponseAllOf

NewEzsignfolderGetListV1ResponseAllOf instantiates a new EzsignfolderGetListV1ResponseAllOf 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 NewEzsignfolderGetListV1ResponseAllOfWithDefaults ¶

func NewEzsignfolderGetListV1ResponseAllOfWithDefaults() *EzsignfolderGetListV1ResponseAllOf

NewEzsignfolderGetListV1ResponseAllOfWithDefaults instantiates a new EzsignfolderGetListV1ResponseAllOf 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 (*EzsignfolderGetListV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderGetListV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfolderGetListV1ResponseAllOf) MarshalJSON ¶

func (o EzsignfolderGetListV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetListV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfolderGetListV1ResponseMPayload ¶

type EzsignfolderGetListV1ResponseMPayload struct {
	AObjEzsignfolder []EzsignfolderListElement `json:"a_objEzsignfolder"`
	// The number of rows returned
	IRowReturned int32 `json:"iRowReturned"`
	// The number of rows matching your filters (if any) or the total number of rows
	IRowFiltered int32 `json:"iRowFiltered"`
}

EzsignfolderGetListV1ResponseMPayload Payload for the /1/object/ezsignfolder/getList API Request

func NewEzsignfolderGetListV1ResponseMPayload ¶

func NewEzsignfolderGetListV1ResponseMPayload(aObjEzsignfolder []EzsignfolderListElement, iRowReturned int32, iRowFiltered int32) *EzsignfolderGetListV1ResponseMPayload

NewEzsignfolderGetListV1ResponseMPayload instantiates a new EzsignfolderGetListV1ResponseMPayload 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 NewEzsignfolderGetListV1ResponseMPayloadWithDefaults ¶

func NewEzsignfolderGetListV1ResponseMPayloadWithDefaults() *EzsignfolderGetListV1ResponseMPayload

NewEzsignfolderGetListV1ResponseMPayloadWithDefaults instantiates a new EzsignfolderGetListV1ResponseMPayload 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 (*EzsignfolderGetListV1ResponseMPayload) GetAObjEzsignfolder ¶

GetAObjEzsignfolder returns the AObjEzsignfolder field value

func (*EzsignfolderGetListV1ResponseMPayload) GetAObjEzsignfolderOk ¶

func (o *EzsignfolderGetListV1ResponseMPayload) GetAObjEzsignfolderOk() (*[]EzsignfolderListElement, bool)

GetAObjEzsignfolderOk returns a tuple with the AObjEzsignfolder field value and a boolean to check if the value has been set.

func (*EzsignfolderGetListV1ResponseMPayload) GetIRowFiltered ¶

func (o *EzsignfolderGetListV1ResponseMPayload) GetIRowFiltered() int32

GetIRowFiltered returns the IRowFiltered field value

func (*EzsignfolderGetListV1ResponseMPayload) GetIRowFilteredOk ¶

func (o *EzsignfolderGetListV1ResponseMPayload) GetIRowFilteredOk() (*int32, bool)

GetIRowFilteredOk returns a tuple with the IRowFiltered field value and a boolean to check if the value has been set.

func (*EzsignfolderGetListV1ResponseMPayload) GetIRowReturned ¶

func (o *EzsignfolderGetListV1ResponseMPayload) GetIRowReturned() int32

GetIRowReturned returns the IRowReturned field value

func (*EzsignfolderGetListV1ResponseMPayload) GetIRowReturnedOk ¶

func (o *EzsignfolderGetListV1ResponseMPayload) GetIRowReturnedOk() (*int32, bool)

GetIRowReturnedOk returns a tuple with the IRowReturned field value and a boolean to check if the value has been set.

func (EzsignfolderGetListV1ResponseMPayload) MarshalJSON ¶

func (o EzsignfolderGetListV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetListV1ResponseMPayload) SetAObjEzsignfolder ¶

SetAObjEzsignfolder sets field value

func (*EzsignfolderGetListV1ResponseMPayload) SetIRowFiltered ¶

func (o *EzsignfolderGetListV1ResponseMPayload) SetIRowFiltered(v int32)

SetIRowFiltered sets field value

func (*EzsignfolderGetListV1ResponseMPayload) SetIRowReturned ¶

func (o *EzsignfolderGetListV1ResponseMPayload) SetIRowReturned(v int32)

SetIRowReturned sets field value

type EzsignfolderGetListV1ResponseMPayloadAllOf ¶

type EzsignfolderGetListV1ResponseMPayloadAllOf struct {
	AObjEzsignfolder []EzsignfolderListElement `json:"a_objEzsignfolder"`
}

EzsignfolderGetListV1ResponseMPayloadAllOf struct for EzsignfolderGetListV1ResponseMPayloadAllOf

func NewEzsignfolderGetListV1ResponseMPayloadAllOf ¶

func NewEzsignfolderGetListV1ResponseMPayloadAllOf(aObjEzsignfolder []EzsignfolderListElement) *EzsignfolderGetListV1ResponseMPayloadAllOf

NewEzsignfolderGetListV1ResponseMPayloadAllOf instantiates a new EzsignfolderGetListV1ResponseMPayloadAllOf 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 NewEzsignfolderGetListV1ResponseMPayloadAllOfWithDefaults ¶

func NewEzsignfolderGetListV1ResponseMPayloadAllOfWithDefaults() *EzsignfolderGetListV1ResponseMPayloadAllOf

NewEzsignfolderGetListV1ResponseMPayloadAllOfWithDefaults instantiates a new EzsignfolderGetListV1ResponseMPayloadAllOf 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 (*EzsignfolderGetListV1ResponseMPayloadAllOf) GetAObjEzsignfolder ¶

GetAObjEzsignfolder returns the AObjEzsignfolder field value

func (*EzsignfolderGetListV1ResponseMPayloadAllOf) GetAObjEzsignfolderOk ¶

GetAObjEzsignfolderOk returns a tuple with the AObjEzsignfolder field value and a boolean to check if the value has been set.

func (EzsignfolderGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*EzsignfolderGetListV1ResponseMPayloadAllOf) SetAObjEzsignfolder ¶

SetAObjEzsignfolder sets field value

type EzsignfolderGetObjectV1Response ¶

type EzsignfolderGetObjectV1Response struct {
	MPayload        EzsignfolderGetObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload          `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                 `json:"objDebug,omitempty"`
}

EzsignfolderGetObjectV1Response Response for the /1/object/ezsignfolder/getObject API Request

func NewEzsignfolderGetObjectV1Response ¶

func NewEzsignfolderGetObjectV1Response(mPayload EzsignfolderGetObjectV1ResponseMPayload) *EzsignfolderGetObjectV1Response

NewEzsignfolderGetObjectV1Response instantiates a new EzsignfolderGetObjectV1Response 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 NewEzsignfolderGetObjectV1ResponseWithDefaults ¶

func NewEzsignfolderGetObjectV1ResponseWithDefaults() *EzsignfolderGetObjectV1Response

NewEzsignfolderGetObjectV1ResponseWithDefaults instantiates a new EzsignfolderGetObjectV1Response 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 (*EzsignfolderGetObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderGetObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderGetObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderGetObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1Response) HasObjDebug ¶

func (o *EzsignfolderGetObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderGetObjectV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderGetObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderGetObjectV1Response) MarshalJSON ¶

func (o EzsignfolderGetObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfolderGetObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderGetObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfolderGetObjectV1ResponseAllOf ¶

type EzsignfolderGetObjectV1ResponseAllOf struct {
	MPayload EzsignfolderGetObjectV1ResponseMPayload `json:"mPayload"`
}

EzsignfolderGetObjectV1ResponseAllOf struct for EzsignfolderGetObjectV1ResponseAllOf

func NewEzsignfolderGetObjectV1ResponseAllOf ¶

func NewEzsignfolderGetObjectV1ResponseAllOf(mPayload EzsignfolderGetObjectV1ResponseMPayload) *EzsignfolderGetObjectV1ResponseAllOf

NewEzsignfolderGetObjectV1ResponseAllOf instantiates a new EzsignfolderGetObjectV1ResponseAllOf 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 NewEzsignfolderGetObjectV1ResponseAllOfWithDefaults ¶

func NewEzsignfolderGetObjectV1ResponseAllOfWithDefaults() *EzsignfolderGetObjectV1ResponseAllOf

NewEzsignfolderGetObjectV1ResponseAllOfWithDefaults instantiates a new EzsignfolderGetObjectV1ResponseAllOf 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 (*EzsignfolderGetObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfolderGetObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfolderGetObjectV1ResponseAllOf) MarshalJSON ¶

func (o EzsignfolderGetObjectV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfolderGetObjectV1ResponseMPayload ¶

type EzsignfolderGetObjectV1ResponseMPayload struct {
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID int32 `json:"fkiEzsignfoldertypeID"`
	// The unique ID of the Ezsigntsarequirement.  Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values:  |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|
	FkiEzsigntsarequirementID int32 `json:"fkiEzsigntsarequirementID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string `json:"sEzsignfolderDescription"`
	// Somes extra notes about the eZsign Folder
	TEzsignfolderNote                  string                                  `json:"tEzsignfolderNote"`
	EEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency `json:"eEzsignfolderSendreminderfrequency"`
	// The unique ID of the Ezsignfolder
	PkiEzsignfolderID int32 `json:"pkiEzsignfolderID"`
	// The date and time at which the Ezsign folder was sent the last time.
	DtEzsignfolderSentdate NullableString         `json:"dtEzsignfolderSentdate"`
	EEzsignfolderStep      FieldEEzsignfolderStep `json:"eEzsignfolderStep"`
	// The date and time at which the folder was closed. Either by applying the last signature or by completing it prematurely.
	DtEzsignfolderClose string      `json:"dtEzsignfolderClose"`
	ObjAudit            CommonAudit `json:"objAudit"`
}

EzsignfolderGetObjectV1ResponseMPayload Payload for the /1/object/ezsignfolder/getObject API Request

func NewEzsignfolderGetObjectV1ResponseMPayload ¶

func NewEzsignfolderGetObjectV1ResponseMPayload(fkiEzsignfoldertypeID int32, fkiEzsigntsarequirementID int32, sEzsignfolderDescription string, tEzsignfolderNote string, eEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency, pkiEzsignfolderID int32, dtEzsignfolderSentdate NullableString, eEzsignfolderStep FieldEEzsignfolderStep, dtEzsignfolderClose string, objAudit CommonAudit) *EzsignfolderGetObjectV1ResponseMPayload

NewEzsignfolderGetObjectV1ResponseMPayload instantiates a new EzsignfolderGetObjectV1ResponseMPayload 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 NewEzsignfolderGetObjectV1ResponseMPayloadWithDefaults ¶

func NewEzsignfolderGetObjectV1ResponseMPayloadWithDefaults() *EzsignfolderGetObjectV1ResponseMPayload

NewEzsignfolderGetObjectV1ResponseMPayloadWithDefaults instantiates a new EzsignfolderGetObjectV1ResponseMPayload 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 (*EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderClose ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderClose() string

GetDtEzsignfolderClose returns the DtEzsignfolderClose field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderCloseOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderCloseOk() (*string, bool)

GetDtEzsignfolderCloseOk returns a tuple with the DtEzsignfolderClose field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderSentdate ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderSentdate() string

GetDtEzsignfolderSentdate returns the DtEzsignfolderSentdate field value If the value is explicit nil, the zero value for string will be returned

func (*EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderSentdateOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetDtEzsignfolderSentdateOk() (*string, bool)

GetDtEzsignfolderSentdateOk returns a tuple with the DtEzsignfolderSentdate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsignfolderGetObjectV1ResponseMPayload) GetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetEEzsignfolderSendreminderfrequency() FieldEEzsignfolderSendreminderfrequency

GetEEzsignfolderSendreminderfrequency returns the EEzsignfolderSendreminderfrequency field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetEEzsignfolderSendreminderfrequencyOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetEEzsignfolderSendreminderfrequencyOk() (*FieldEEzsignfolderSendreminderfrequency, bool)

GetEEzsignfolderSendreminderfrequencyOk returns a tuple with the EEzsignfolderSendreminderfrequency field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetEEzsignfolderStep ¶

GetEEzsignfolderStep returns the EEzsignfolderStep field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetEEzsignfolderStepOk ¶

GetEEzsignfolderStepOk returns a tuple with the EEzsignfolderStep field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsigntsarequirementID() int32

GetFkiEzsigntsarequirementID returns the FkiEzsigntsarequirementID field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsigntsarequirementIDOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetFkiEzsigntsarequirementIDOk() (*int32, bool)

GetFkiEzsigntsarequirementIDOk returns a tuple with the FkiEzsigntsarequirementID field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetObjAudit ¶

GetObjAudit returns the ObjAudit field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetObjAuditOk ¶

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetPkiEzsignfolderID ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetPkiEzsignfolderIDOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetPkiEzsignfolderIDOk() (*int32, bool)

GetPkiEzsignfolderIDOk returns a tuple with the PkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetSEzsignfolderDescription ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (*EzsignfolderGetObjectV1ResponseMPayload) GetTEzsignfolderNote ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetTEzsignfolderNote() string

GetTEzsignfolderNote returns the TEzsignfolderNote field value

func (*EzsignfolderGetObjectV1ResponseMPayload) GetTEzsignfolderNoteOk ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) GetTEzsignfolderNoteOk() (*string, bool)

GetTEzsignfolderNoteOk returns a tuple with the TEzsignfolderNote field value and a boolean to check if the value has been set.

func (EzsignfolderGetObjectV1ResponseMPayload) MarshalJSON ¶

func (o EzsignfolderGetObjectV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*EzsignfolderGetObjectV1ResponseMPayload) SetDtEzsignfolderClose ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetDtEzsignfolderClose(v string)

SetDtEzsignfolderClose sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetDtEzsignfolderSentdate ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetDtEzsignfolderSentdate(v string)

SetDtEzsignfolderSentdate sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetEEzsignfolderSendreminderfrequency(v FieldEEzsignfolderSendreminderfrequency)

SetEEzsignfolderSendreminderfrequency sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetEEzsignfolderStep ¶

SetEEzsignfolderStep sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetFkiEzsigntsarequirementID(v int32)

SetFkiEzsigntsarequirementID sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetObjAudit ¶

SetObjAudit sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetPkiEzsignfolderID ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetSEzsignfolderDescription ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

func (*EzsignfolderGetObjectV1ResponseMPayload) SetTEzsignfolderNote ¶

func (o *EzsignfolderGetObjectV1ResponseMPayload) SetTEzsignfolderNote(v string)

SetTEzsignfolderNote sets field value

type EzsignfolderListElement ¶

type EzsignfolderListElement struct {
	// The unique ID of the Ezsignfolder
	PkiEzsignfolderID int32 `json:"pkiEzsignfolderID"`
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID         int32                              `json:"fkiEzsignfoldertypeID"`
	EEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel `json:"eEzsignfoldertypePrivacylevel"`
	// The name of the Ezsignfoldertype in the language of the requester
	SEzsignfoldertypeNameX string `json:"sEzsignfoldertypeNameX"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string                 `json:"sEzsignfolderDescription"`
	EEzsignfolderStep        FieldEEzsignfolderStep `json:"eEzsignfolderStep"`
	// The date and time at which the object was created
	DtCreatedDate string `json:"dtCreatedDate"`
	// The date and time at which the Ezsign folder was sent the last time.
	DtEzsignfolderSentdate NullableString `json:"dtEzsignfolderSentdate"`
	// Represent a Date Time. The timezone is the one configured in the User's profile.
	DtDueDate NullableString `json:"dtDueDate"`
	// The total number of Ezsigndocument in the folder
	IEzsigndocument int32 `json:"iEzsigndocument"`
	// The total number of Ezsigndocument in the folder that were saved in the edm system
	IEzsigndocumentEdm int32 `json:"iEzsigndocumentEdm"`
	// The total number of signature blocks in all Ezsigndocuments in the folder
	IEzsignsignature int32 `json:"iEzsignsignature"`
	// The total number of already signed signature blocks in all Ezsigndocuments in the folder
	IEzsignsignatureSigned int32 `json:"iEzsignsignatureSigned"`
}

EzsignfolderListElement An Ezsignfolder List Element

func NewEzsignfolderListElement ¶

func NewEzsignfolderListElement(pkiEzsignfolderID int32, fkiEzsignfoldertypeID int32, eEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel, sEzsignfoldertypeNameX string, sEzsignfolderDescription string, eEzsignfolderStep FieldEEzsignfolderStep, dtCreatedDate string, dtEzsignfolderSentdate NullableString, dtDueDate NullableString, iEzsigndocument int32, iEzsigndocumentEdm int32, iEzsignsignature int32, iEzsignsignatureSigned int32) *EzsignfolderListElement

NewEzsignfolderListElement instantiates a new EzsignfolderListElement 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 NewEzsignfolderListElementWithDefaults ¶

func NewEzsignfolderListElementWithDefaults() *EzsignfolderListElement

NewEzsignfolderListElementWithDefaults instantiates a new EzsignfolderListElement 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 (*EzsignfolderListElement) GetDtCreatedDate ¶

func (o *EzsignfolderListElement) GetDtCreatedDate() string

GetDtCreatedDate returns the DtCreatedDate field value

func (*EzsignfolderListElement) GetDtCreatedDateOk ¶

func (o *EzsignfolderListElement) GetDtCreatedDateOk() (*string, bool)

GetDtCreatedDateOk returns a tuple with the DtCreatedDate field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetDtDueDate ¶

func (o *EzsignfolderListElement) GetDtDueDate() string

GetDtDueDate returns the DtDueDate field value If the value is explicit nil, the zero value for string will be returned

func (*EzsignfolderListElement) GetDtDueDateOk ¶

func (o *EzsignfolderListElement) GetDtDueDateOk() (*string, bool)

GetDtDueDateOk returns a tuple with the DtDueDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsignfolderListElement) GetDtEzsignfolderSentdate ¶

func (o *EzsignfolderListElement) GetDtEzsignfolderSentdate() string

GetDtEzsignfolderSentdate returns the DtEzsignfolderSentdate field value If the value is explicit nil, the zero value for string will be returned

func (*EzsignfolderListElement) GetDtEzsignfolderSentdateOk ¶

func (o *EzsignfolderListElement) GetDtEzsignfolderSentdateOk() (*string, bool)

GetDtEzsignfolderSentdateOk returns a tuple with the DtEzsignfolderSentdate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsignfolderListElement) GetEEzsignfolderStep ¶

func (o *EzsignfolderListElement) GetEEzsignfolderStep() FieldEEzsignfolderStep

GetEEzsignfolderStep returns the EEzsignfolderStep field value

func (*EzsignfolderListElement) GetEEzsignfolderStepOk ¶

func (o *EzsignfolderListElement) GetEEzsignfolderStepOk() (*FieldEEzsignfolderStep, bool)

GetEEzsignfolderStepOk returns a tuple with the EEzsignfolderStep field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetEEzsignfoldertypePrivacylevel ¶

func (o *EzsignfolderListElement) GetEEzsignfoldertypePrivacylevel() FieldEEzsignfoldertypePrivacylevel

GetEEzsignfoldertypePrivacylevel returns the EEzsignfoldertypePrivacylevel field value

func (*EzsignfolderListElement) GetEEzsignfoldertypePrivacylevelOk ¶

func (o *EzsignfolderListElement) GetEEzsignfoldertypePrivacylevelOk() (*FieldEEzsignfoldertypePrivacylevel, bool)

GetEEzsignfoldertypePrivacylevelOk returns a tuple with the EEzsignfoldertypePrivacylevel field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderListElement) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignfolderListElement) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignfolderListElement) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetIEzsigndocument ¶

func (o *EzsignfolderListElement) GetIEzsigndocument() int32

GetIEzsigndocument returns the IEzsigndocument field value

func (*EzsignfolderListElement) GetIEzsigndocumentEdm ¶

func (o *EzsignfolderListElement) GetIEzsigndocumentEdm() int32

GetIEzsigndocumentEdm returns the IEzsigndocumentEdm field value

func (*EzsignfolderListElement) GetIEzsigndocumentEdmOk ¶

func (o *EzsignfolderListElement) GetIEzsigndocumentEdmOk() (*int32, bool)

GetIEzsigndocumentEdmOk returns a tuple with the IEzsigndocumentEdm field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetIEzsigndocumentOk ¶

func (o *EzsignfolderListElement) GetIEzsigndocumentOk() (*int32, bool)

GetIEzsigndocumentOk returns a tuple with the IEzsigndocument field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetIEzsignsignature ¶

func (o *EzsignfolderListElement) GetIEzsignsignature() int32

GetIEzsignsignature returns the IEzsignsignature field value

func (*EzsignfolderListElement) GetIEzsignsignatureOk ¶

func (o *EzsignfolderListElement) GetIEzsignsignatureOk() (*int32, bool)

GetIEzsignsignatureOk returns a tuple with the IEzsignsignature field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetIEzsignsignatureSigned ¶

func (o *EzsignfolderListElement) GetIEzsignsignatureSigned() int32

GetIEzsignsignatureSigned returns the IEzsignsignatureSigned field value

func (*EzsignfolderListElement) GetIEzsignsignatureSignedOk ¶

func (o *EzsignfolderListElement) GetIEzsignsignatureSignedOk() (*int32, bool)

GetIEzsignsignatureSignedOk returns a tuple with the IEzsignsignatureSigned field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetPkiEzsignfolderID ¶

func (o *EzsignfolderListElement) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field value

func (*EzsignfolderListElement) GetPkiEzsignfolderIDOk ¶

func (o *EzsignfolderListElement) GetPkiEzsignfolderIDOk() (*int32, bool)

GetPkiEzsignfolderIDOk returns a tuple with the PkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetSEzsignfolderDescription ¶

func (o *EzsignfolderListElement) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderListElement) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderListElement) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (*EzsignfolderListElement) GetSEzsignfoldertypeNameX ¶

func (o *EzsignfolderListElement) GetSEzsignfoldertypeNameX() string

GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field value

func (*EzsignfolderListElement) GetSEzsignfoldertypeNameXOk ¶

func (o *EzsignfolderListElement) GetSEzsignfoldertypeNameXOk() (*string, bool)

GetSEzsignfoldertypeNameXOk returns a tuple with the SEzsignfoldertypeNameX field value and a boolean to check if the value has been set.

func (EzsignfolderListElement) MarshalJSON ¶

func (o EzsignfolderListElement) MarshalJSON() ([]byte, error)

func (*EzsignfolderListElement) SetDtCreatedDate ¶

func (o *EzsignfolderListElement) SetDtCreatedDate(v string)

SetDtCreatedDate sets field value

func (*EzsignfolderListElement) SetDtDueDate ¶

func (o *EzsignfolderListElement) SetDtDueDate(v string)

SetDtDueDate sets field value

func (*EzsignfolderListElement) SetDtEzsignfolderSentdate ¶

func (o *EzsignfolderListElement) SetDtEzsignfolderSentdate(v string)

SetDtEzsignfolderSentdate sets field value

func (*EzsignfolderListElement) SetEEzsignfolderStep ¶

func (o *EzsignfolderListElement) SetEEzsignfolderStep(v FieldEEzsignfolderStep)

SetEEzsignfolderStep sets field value

func (*EzsignfolderListElement) SetEEzsignfoldertypePrivacylevel ¶

func (o *EzsignfolderListElement) SetEEzsignfoldertypePrivacylevel(v FieldEEzsignfoldertypePrivacylevel)

SetEEzsignfoldertypePrivacylevel sets field value

func (*EzsignfolderListElement) SetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderListElement) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignfolderListElement) SetIEzsigndocument ¶

func (o *EzsignfolderListElement) SetIEzsigndocument(v int32)

SetIEzsigndocument sets field value

func (*EzsignfolderListElement) SetIEzsigndocumentEdm ¶

func (o *EzsignfolderListElement) SetIEzsigndocumentEdm(v int32)

SetIEzsigndocumentEdm sets field value

func (*EzsignfolderListElement) SetIEzsignsignature ¶

func (o *EzsignfolderListElement) SetIEzsignsignature(v int32)

SetIEzsignsignature sets field value

func (*EzsignfolderListElement) SetIEzsignsignatureSigned ¶

func (o *EzsignfolderListElement) SetIEzsignsignatureSigned(v int32)

SetIEzsignsignatureSigned sets field value

func (*EzsignfolderListElement) SetPkiEzsignfolderID ¶

func (o *EzsignfolderListElement) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets field value

func (*EzsignfolderListElement) SetSEzsignfolderDescription ¶

func (o *EzsignfolderListElement) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

func (*EzsignfolderListElement) SetSEzsignfoldertypeNameX ¶

func (o *EzsignfolderListElement) SetSEzsignfoldertypeNameX(v string)

SetSEzsignfoldertypeNameX sets field value

type EzsignfolderRequest ¶

type EzsignfolderRequest struct {
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID int32 `json:"fkiEzsignfoldertypeID"`
	// The unique ID of the Ezsigntsarequirement.  Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values:  |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|
	FkiEzsigntsarequirementID int32 `json:"fkiEzsigntsarequirementID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string `json:"sEzsignfolderDescription"`
	// Somes extra notes about the eZsign Folder
	TEzsignfolderNote                  string                                  `json:"tEzsignfolderNote"`
	EEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency `json:"eEzsignfolderSendreminderfrequency"`
}

EzsignfolderRequest An Ezsignfolder Object

func NewEzsignfolderRequest ¶

func NewEzsignfolderRequest(fkiEzsignfoldertypeID int32, fkiEzsigntsarequirementID int32, sEzsignfolderDescription string, tEzsignfolderNote string, eEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency) *EzsignfolderRequest

NewEzsignfolderRequest instantiates a new EzsignfolderRequest 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 NewEzsignfolderRequestWithDefaults ¶

func NewEzsignfolderRequestWithDefaults() *EzsignfolderRequest

NewEzsignfolderRequestWithDefaults instantiates a new EzsignfolderRequest 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 (*EzsignfolderRequest) GetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderRequest) GetEEzsignfolderSendreminderfrequency() FieldEEzsignfolderSendreminderfrequency

GetEEzsignfolderSendreminderfrequency returns the EEzsignfolderSendreminderfrequency field value

func (*EzsignfolderRequest) GetEEzsignfolderSendreminderfrequencyOk ¶

func (o *EzsignfolderRequest) GetEEzsignfolderSendreminderfrequencyOk() (*FieldEEzsignfolderSendreminderfrequency, bool)

GetEEzsignfolderSendreminderfrequencyOk returns a tuple with the EEzsignfolderSendreminderfrequency field value and a boolean to check if the value has been set.

func (*EzsignfolderRequest) GetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderRequest) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignfolderRequest) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignfolderRequest) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfolderRequest) GetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderRequest) GetFkiEzsigntsarequirementID() int32

GetFkiEzsigntsarequirementID returns the FkiEzsigntsarequirementID field value

func (*EzsignfolderRequest) GetFkiEzsigntsarequirementIDOk ¶

func (o *EzsignfolderRequest) GetFkiEzsigntsarequirementIDOk() (*int32, bool)

GetFkiEzsigntsarequirementIDOk returns a tuple with the FkiEzsigntsarequirementID field value and a boolean to check if the value has been set.

func (*EzsignfolderRequest) GetSEzsignfolderDescription ¶

func (o *EzsignfolderRequest) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderRequest) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderRequest) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (*EzsignfolderRequest) GetTEzsignfolderNote ¶

func (o *EzsignfolderRequest) GetTEzsignfolderNote() string

GetTEzsignfolderNote returns the TEzsignfolderNote field value

func (*EzsignfolderRequest) GetTEzsignfolderNoteOk ¶

func (o *EzsignfolderRequest) GetTEzsignfolderNoteOk() (*string, bool)

GetTEzsignfolderNoteOk returns a tuple with the TEzsignfolderNote field value and a boolean to check if the value has been set.

func (EzsignfolderRequest) MarshalJSON ¶

func (o EzsignfolderRequest) MarshalJSON() ([]byte, error)

func (*EzsignfolderRequest) SetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderRequest) SetEEzsignfolderSendreminderfrequency(v FieldEEzsignfolderSendreminderfrequency)

SetEEzsignfolderSendreminderfrequency sets field value

func (*EzsignfolderRequest) SetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderRequest) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignfolderRequest) SetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderRequest) SetFkiEzsigntsarequirementID(v int32)

SetFkiEzsigntsarequirementID sets field value

func (*EzsignfolderRequest) SetSEzsignfolderDescription ¶

func (o *EzsignfolderRequest) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

func (*EzsignfolderRequest) SetTEzsignfolderNote ¶

func (o *EzsignfolderRequest) SetTEzsignfolderNote(v string)

SetTEzsignfolderNote sets field value

type EzsignfolderRequestCompound ¶

type EzsignfolderRequestCompound struct {
	// An array of signers that will be invited to sign the Ezsigndocuments
	AEzsignfoldersignerassociation []EzsignfoldersignerassociationRequest `json:"a_Ezsignfoldersignerassociation"`
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID int32 `json:"fkiEzsignfoldertypeID"`
	// The unique ID of the Ezsigntsarequirement.  Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values:  |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|
	FkiEzsigntsarequirementID int32 `json:"fkiEzsigntsarequirementID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string `json:"sEzsignfolderDescription"`
	// Somes extra notes about the eZsign Folder
	TEzsignfolderNote                  string                                  `json:"tEzsignfolderNote"`
	EEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency `json:"eEzsignfolderSendreminderfrequency"`
}

EzsignfolderRequestCompound An Ezsignfolder Object and children to create a complete structure

func NewEzsignfolderRequestCompound ¶

func NewEzsignfolderRequestCompound(aEzsignfoldersignerassociation []EzsignfoldersignerassociationRequest, fkiEzsignfoldertypeID int32, fkiEzsigntsarequirementID int32, sEzsignfolderDescription string, tEzsignfolderNote string, eEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency) *EzsignfolderRequestCompound

NewEzsignfolderRequestCompound instantiates a new EzsignfolderRequestCompound 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 NewEzsignfolderRequestCompoundWithDefaults ¶

func NewEzsignfolderRequestCompoundWithDefaults() *EzsignfolderRequestCompound

NewEzsignfolderRequestCompoundWithDefaults instantiates a new EzsignfolderRequestCompound 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 (*EzsignfolderRequestCompound) GetAEzsignfoldersignerassociation ¶

func (o *EzsignfolderRequestCompound) GetAEzsignfoldersignerassociation() []EzsignfoldersignerassociationRequest

GetAEzsignfoldersignerassociation returns the AEzsignfoldersignerassociation field value

func (*EzsignfolderRequestCompound) GetAEzsignfoldersignerassociationOk ¶

func (o *EzsignfolderRequestCompound) GetAEzsignfoldersignerassociationOk() (*[]EzsignfoldersignerassociationRequest, bool)

GetAEzsignfoldersignerassociationOk returns a tuple with the AEzsignfoldersignerassociation field value and a boolean to check if the value has been set.

func (*EzsignfolderRequestCompound) GetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderRequestCompound) GetEEzsignfolderSendreminderfrequency() FieldEEzsignfolderSendreminderfrequency

GetEEzsignfolderSendreminderfrequency returns the EEzsignfolderSendreminderfrequency field value

func (*EzsignfolderRequestCompound) GetEEzsignfolderSendreminderfrequencyOk ¶

func (o *EzsignfolderRequestCompound) GetEEzsignfolderSendreminderfrequencyOk() (*FieldEEzsignfolderSendreminderfrequency, bool)

GetEEzsignfolderSendreminderfrequencyOk returns a tuple with the EEzsignfolderSendreminderfrequency field value and a boolean to check if the value has been set.

func (*EzsignfolderRequestCompound) GetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderRequestCompound) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignfolderRequestCompound) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignfolderRequestCompound) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfolderRequestCompound) GetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderRequestCompound) GetFkiEzsigntsarequirementID() int32

GetFkiEzsigntsarequirementID returns the FkiEzsigntsarequirementID field value

func (*EzsignfolderRequestCompound) GetFkiEzsigntsarequirementIDOk ¶

func (o *EzsignfolderRequestCompound) GetFkiEzsigntsarequirementIDOk() (*int32, bool)

GetFkiEzsigntsarequirementIDOk returns a tuple with the FkiEzsigntsarequirementID field value and a boolean to check if the value has been set.

func (*EzsignfolderRequestCompound) GetSEzsignfolderDescription ¶

func (o *EzsignfolderRequestCompound) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderRequestCompound) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderRequestCompound) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (*EzsignfolderRequestCompound) GetTEzsignfolderNote ¶

func (o *EzsignfolderRequestCompound) GetTEzsignfolderNote() string

GetTEzsignfolderNote returns the TEzsignfolderNote field value

func (*EzsignfolderRequestCompound) GetTEzsignfolderNoteOk ¶

func (o *EzsignfolderRequestCompound) GetTEzsignfolderNoteOk() (*string, bool)

GetTEzsignfolderNoteOk returns a tuple with the TEzsignfolderNote field value and a boolean to check if the value has been set.

func (EzsignfolderRequestCompound) MarshalJSON ¶

func (o EzsignfolderRequestCompound) MarshalJSON() ([]byte, error)

func (*EzsignfolderRequestCompound) SetAEzsignfoldersignerassociation ¶

func (o *EzsignfolderRequestCompound) SetAEzsignfoldersignerassociation(v []EzsignfoldersignerassociationRequest)

SetAEzsignfoldersignerassociation sets field value

func (*EzsignfolderRequestCompound) SetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderRequestCompound) SetEEzsignfolderSendreminderfrequency(v FieldEEzsignfolderSendreminderfrequency)

SetEEzsignfolderSendreminderfrequency sets field value

func (*EzsignfolderRequestCompound) SetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderRequestCompound) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignfolderRequestCompound) SetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderRequestCompound) SetFkiEzsigntsarequirementID(v int32)

SetFkiEzsigntsarequirementID sets field value

func (*EzsignfolderRequestCompound) SetSEzsignfolderDescription ¶

func (o *EzsignfolderRequestCompound) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

func (*EzsignfolderRequestCompound) SetTEzsignfolderNote ¶

func (o *EzsignfolderRequestCompound) SetTEzsignfolderNote(v string)

SetTEzsignfolderNote sets field value

type EzsignfolderRequestCompoundAllOf ¶

type EzsignfolderRequestCompoundAllOf struct {
	// An array of signers that will be invited to sign the Ezsigndocuments
	AEzsignfoldersignerassociation []EzsignfoldersignerassociationRequest `json:"a_Ezsignfoldersignerassociation"`
}

EzsignfolderRequestCompoundAllOf struct for EzsignfolderRequestCompoundAllOf

func NewEzsignfolderRequestCompoundAllOf ¶

func NewEzsignfolderRequestCompoundAllOf(aEzsignfoldersignerassociation []EzsignfoldersignerassociationRequest) *EzsignfolderRequestCompoundAllOf

NewEzsignfolderRequestCompoundAllOf instantiates a new EzsignfolderRequestCompoundAllOf 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 NewEzsignfolderRequestCompoundAllOfWithDefaults ¶

func NewEzsignfolderRequestCompoundAllOfWithDefaults() *EzsignfolderRequestCompoundAllOf

NewEzsignfolderRequestCompoundAllOfWithDefaults instantiates a new EzsignfolderRequestCompoundAllOf 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 (*EzsignfolderRequestCompoundAllOf) GetAEzsignfoldersignerassociation ¶

func (o *EzsignfolderRequestCompoundAllOf) GetAEzsignfoldersignerassociation() []EzsignfoldersignerassociationRequest

GetAEzsignfoldersignerassociation returns the AEzsignfoldersignerassociation field value

func (*EzsignfolderRequestCompoundAllOf) GetAEzsignfoldersignerassociationOk ¶

func (o *EzsignfolderRequestCompoundAllOf) GetAEzsignfoldersignerassociationOk() (*[]EzsignfoldersignerassociationRequest, bool)

GetAEzsignfoldersignerassociationOk returns a tuple with the AEzsignfoldersignerassociation field value and a boolean to check if the value has been set.

func (EzsignfolderRequestCompoundAllOf) MarshalJSON ¶

func (o EzsignfolderRequestCompoundAllOf) MarshalJSON() ([]byte, error)

func (*EzsignfolderRequestCompoundAllOf) SetAEzsignfoldersignerassociation ¶

func (o *EzsignfolderRequestCompoundAllOf) SetAEzsignfoldersignerassociation(v []EzsignfoldersignerassociationRequest)

SetAEzsignfoldersignerassociation sets field value

type EzsignfolderResponse ¶

type EzsignfolderResponse struct {
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID int32 `json:"fkiEzsignfoldertypeID"`
	// The unique ID of the Ezsigntsarequirement.  Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values:  |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|
	FkiEzsigntsarequirementID int32 `json:"fkiEzsigntsarequirementID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string `json:"sEzsignfolderDescription"`
	// Somes extra notes about the eZsign Folder
	TEzsignfolderNote                  string                                  `json:"tEzsignfolderNote"`
	EEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency `json:"eEzsignfolderSendreminderfrequency"`
	// The unique ID of the Ezsignfolder
	PkiEzsignfolderID int32 `json:"pkiEzsignfolderID"`
	// The date and time at which the Ezsign folder was sent the last time.
	DtEzsignfolderSentdate NullableString         `json:"dtEzsignfolderSentdate"`
	EEzsignfolderStep      FieldEEzsignfolderStep `json:"eEzsignfolderStep"`
	// The date and time at which the folder was closed. Either by applying the last signature or by completing it prematurely.
	DtEzsignfolderClose string      `json:"dtEzsignfolderClose"`
	ObjAudit            CommonAudit `json:"objAudit"`
}

EzsignfolderResponse An Ezsignfolder Object

func NewEzsignfolderResponse ¶

func NewEzsignfolderResponse(fkiEzsignfoldertypeID int32, fkiEzsigntsarequirementID int32, sEzsignfolderDescription string, tEzsignfolderNote string, eEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency, pkiEzsignfolderID int32, dtEzsignfolderSentdate NullableString, eEzsignfolderStep FieldEEzsignfolderStep, dtEzsignfolderClose string, objAudit CommonAudit) *EzsignfolderResponse

NewEzsignfolderResponse instantiates a new EzsignfolderResponse 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 NewEzsignfolderResponseWithDefaults ¶

func NewEzsignfolderResponseWithDefaults() *EzsignfolderResponse

NewEzsignfolderResponseWithDefaults instantiates a new EzsignfolderResponse 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 (*EzsignfolderResponse) GetDtEzsignfolderClose ¶

func (o *EzsignfolderResponse) GetDtEzsignfolderClose() string

GetDtEzsignfolderClose returns the DtEzsignfolderClose field value

func (*EzsignfolderResponse) GetDtEzsignfolderCloseOk ¶

func (o *EzsignfolderResponse) GetDtEzsignfolderCloseOk() (*string, bool)

GetDtEzsignfolderCloseOk returns a tuple with the DtEzsignfolderClose field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetDtEzsignfolderSentdate ¶

func (o *EzsignfolderResponse) GetDtEzsignfolderSentdate() string

GetDtEzsignfolderSentdate returns the DtEzsignfolderSentdate field value If the value is explicit nil, the zero value for string will be returned

func (*EzsignfolderResponse) GetDtEzsignfolderSentdateOk ¶

func (o *EzsignfolderResponse) GetDtEzsignfolderSentdateOk() (*string, bool)

GetDtEzsignfolderSentdateOk returns a tuple with the DtEzsignfolderSentdate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsignfolderResponse) GetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderResponse) GetEEzsignfolderSendreminderfrequency() FieldEEzsignfolderSendreminderfrequency

GetEEzsignfolderSendreminderfrequency returns the EEzsignfolderSendreminderfrequency field value

func (*EzsignfolderResponse) GetEEzsignfolderSendreminderfrequencyOk ¶

func (o *EzsignfolderResponse) GetEEzsignfolderSendreminderfrequencyOk() (*FieldEEzsignfolderSendreminderfrequency, bool)

GetEEzsignfolderSendreminderfrequencyOk returns a tuple with the EEzsignfolderSendreminderfrequency field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetEEzsignfolderStep ¶

func (o *EzsignfolderResponse) GetEEzsignfolderStep() FieldEEzsignfolderStep

GetEEzsignfolderStep returns the EEzsignfolderStep field value

func (*EzsignfolderResponse) GetEEzsignfolderStepOk ¶

func (o *EzsignfolderResponse) GetEEzsignfolderStepOk() (*FieldEEzsignfolderStep, bool)

GetEEzsignfolderStepOk returns a tuple with the EEzsignfolderStep field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderResponse) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignfolderResponse) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignfolderResponse) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderResponse) GetFkiEzsigntsarequirementID() int32

GetFkiEzsigntsarequirementID returns the FkiEzsigntsarequirementID field value

func (*EzsignfolderResponse) GetFkiEzsigntsarequirementIDOk ¶

func (o *EzsignfolderResponse) GetFkiEzsigntsarequirementIDOk() (*int32, bool)

GetFkiEzsigntsarequirementIDOk returns a tuple with the FkiEzsigntsarequirementID field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetObjAudit ¶

func (o *EzsignfolderResponse) GetObjAudit() CommonAudit

GetObjAudit returns the ObjAudit field value

func (*EzsignfolderResponse) GetObjAuditOk ¶

func (o *EzsignfolderResponse) GetObjAuditOk() (*CommonAudit, bool)

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetPkiEzsignfolderID ¶

func (o *EzsignfolderResponse) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field value

func (*EzsignfolderResponse) GetPkiEzsignfolderIDOk ¶

func (o *EzsignfolderResponse) GetPkiEzsignfolderIDOk() (*int32, bool)

GetPkiEzsignfolderIDOk returns a tuple with the PkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetSEzsignfolderDescription ¶

func (o *EzsignfolderResponse) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderResponse) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderResponse) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (*EzsignfolderResponse) GetTEzsignfolderNote ¶

func (o *EzsignfolderResponse) GetTEzsignfolderNote() string

GetTEzsignfolderNote returns the TEzsignfolderNote field value

func (*EzsignfolderResponse) GetTEzsignfolderNoteOk ¶

func (o *EzsignfolderResponse) GetTEzsignfolderNoteOk() (*string, bool)

GetTEzsignfolderNoteOk returns a tuple with the TEzsignfolderNote field value and a boolean to check if the value has been set.

func (EzsignfolderResponse) MarshalJSON ¶

func (o EzsignfolderResponse) MarshalJSON() ([]byte, error)

func (*EzsignfolderResponse) SetDtEzsignfolderClose ¶

func (o *EzsignfolderResponse) SetDtEzsignfolderClose(v string)

SetDtEzsignfolderClose sets field value

func (*EzsignfolderResponse) SetDtEzsignfolderSentdate ¶

func (o *EzsignfolderResponse) SetDtEzsignfolderSentdate(v string)

SetDtEzsignfolderSentdate sets field value

func (*EzsignfolderResponse) SetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderResponse) SetEEzsignfolderSendreminderfrequency(v FieldEEzsignfolderSendreminderfrequency)

SetEEzsignfolderSendreminderfrequency sets field value

func (*EzsignfolderResponse) SetEEzsignfolderStep ¶

func (o *EzsignfolderResponse) SetEEzsignfolderStep(v FieldEEzsignfolderStep)

SetEEzsignfolderStep sets field value

func (*EzsignfolderResponse) SetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderResponse) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignfolderResponse) SetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderResponse) SetFkiEzsigntsarequirementID(v int32)

SetFkiEzsigntsarequirementID sets field value

func (*EzsignfolderResponse) SetObjAudit ¶

func (o *EzsignfolderResponse) SetObjAudit(v CommonAudit)

SetObjAudit sets field value

func (*EzsignfolderResponse) SetPkiEzsignfolderID ¶

func (o *EzsignfolderResponse) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets field value

func (*EzsignfolderResponse) SetSEzsignfolderDescription ¶

func (o *EzsignfolderResponse) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

func (*EzsignfolderResponse) SetTEzsignfolderNote ¶

func (o *EzsignfolderResponse) SetTEzsignfolderNote(v string)

SetTEzsignfolderNote sets field value

type EzsignfolderResponseCompound ¶

type EzsignfolderResponseCompound struct {
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID int32 `json:"fkiEzsignfoldertypeID"`
	// The unique ID of the Ezsigntsarequirement.  Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values:  |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|
	FkiEzsigntsarequirementID int32 `json:"fkiEzsigntsarequirementID"`
	// The description of the Ezsignfolder
	SEzsignfolderDescription string `json:"sEzsignfolderDescription"`
	// Somes extra notes about the eZsign Folder
	TEzsignfolderNote                  string                                  `json:"tEzsignfolderNote"`
	EEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency `json:"eEzsignfolderSendreminderfrequency"`
	// The unique ID of the Ezsignfolder
	PkiEzsignfolderID int32 `json:"pkiEzsignfolderID"`
	// The date and time at which the Ezsign folder was sent the last time.
	DtEzsignfolderSentdate NullableString         `json:"dtEzsignfolderSentdate"`
	EEzsignfolderStep      FieldEEzsignfolderStep `json:"eEzsignfolderStep"`
	// The date and time at which the folder was closed. Either by applying the last signature or by completing it prematurely.
	DtEzsignfolderClose string      `json:"dtEzsignfolderClose"`
	ObjAudit            CommonAudit `json:"objAudit"`
}

EzsignfolderResponseCompound An Ezsignfolder Object and children to create a complete structure

func NewEzsignfolderResponseCompound ¶

func NewEzsignfolderResponseCompound(fkiEzsignfoldertypeID int32, fkiEzsigntsarequirementID int32, sEzsignfolderDescription string, tEzsignfolderNote string, eEzsignfolderSendreminderfrequency FieldEEzsignfolderSendreminderfrequency, pkiEzsignfolderID int32, dtEzsignfolderSentdate NullableString, eEzsignfolderStep FieldEEzsignfolderStep, dtEzsignfolderClose string, objAudit CommonAudit) *EzsignfolderResponseCompound

NewEzsignfolderResponseCompound instantiates a new EzsignfolderResponseCompound 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 NewEzsignfolderResponseCompoundWithDefaults ¶

func NewEzsignfolderResponseCompoundWithDefaults() *EzsignfolderResponseCompound

NewEzsignfolderResponseCompoundWithDefaults instantiates a new EzsignfolderResponseCompound 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 (*EzsignfolderResponseCompound) GetDtEzsignfolderClose ¶

func (o *EzsignfolderResponseCompound) GetDtEzsignfolderClose() string

GetDtEzsignfolderClose returns the DtEzsignfolderClose field value

func (*EzsignfolderResponseCompound) GetDtEzsignfolderCloseOk ¶

func (o *EzsignfolderResponseCompound) GetDtEzsignfolderCloseOk() (*string, bool)

GetDtEzsignfolderCloseOk returns a tuple with the DtEzsignfolderClose field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetDtEzsignfolderSentdate ¶

func (o *EzsignfolderResponseCompound) GetDtEzsignfolderSentdate() string

GetDtEzsignfolderSentdate returns the DtEzsignfolderSentdate field value If the value is explicit nil, the zero value for string will be returned

func (*EzsignfolderResponseCompound) GetDtEzsignfolderSentdateOk ¶

func (o *EzsignfolderResponseCompound) GetDtEzsignfolderSentdateOk() (*string, bool)

GetDtEzsignfolderSentdateOk returns a tuple with the DtEzsignfolderSentdate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsignfolderResponseCompound) GetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderResponseCompound) GetEEzsignfolderSendreminderfrequency() FieldEEzsignfolderSendreminderfrequency

GetEEzsignfolderSendreminderfrequency returns the EEzsignfolderSendreminderfrequency field value

func (*EzsignfolderResponseCompound) GetEEzsignfolderSendreminderfrequencyOk ¶

func (o *EzsignfolderResponseCompound) GetEEzsignfolderSendreminderfrequencyOk() (*FieldEEzsignfolderSendreminderfrequency, bool)

GetEEzsignfolderSendreminderfrequencyOk returns a tuple with the EEzsignfolderSendreminderfrequency field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetEEzsignfolderStep ¶

func (o *EzsignfolderResponseCompound) GetEEzsignfolderStep() FieldEEzsignfolderStep

GetEEzsignfolderStep returns the EEzsignfolderStep field value

func (*EzsignfolderResponseCompound) GetEEzsignfolderStepOk ¶

func (o *EzsignfolderResponseCompound) GetEEzsignfolderStepOk() (*FieldEEzsignfolderStep, bool)

GetEEzsignfolderStepOk returns a tuple with the EEzsignfolderStep field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderResponseCompound) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value

func (*EzsignfolderResponseCompound) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsignfolderResponseCompound) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderResponseCompound) GetFkiEzsigntsarequirementID() int32

GetFkiEzsigntsarequirementID returns the FkiEzsigntsarequirementID field value

func (*EzsignfolderResponseCompound) GetFkiEzsigntsarequirementIDOk ¶

func (o *EzsignfolderResponseCompound) GetFkiEzsigntsarequirementIDOk() (*int32, bool)

GetFkiEzsigntsarequirementIDOk returns a tuple with the FkiEzsigntsarequirementID field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetObjAudit ¶

func (o *EzsignfolderResponseCompound) GetObjAudit() CommonAudit

GetObjAudit returns the ObjAudit field value

func (*EzsignfolderResponseCompound) GetObjAuditOk ¶

func (o *EzsignfolderResponseCompound) GetObjAuditOk() (*CommonAudit, bool)

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetPkiEzsignfolderID ¶

func (o *EzsignfolderResponseCompound) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field value

func (*EzsignfolderResponseCompound) GetPkiEzsignfolderIDOk ¶

func (o *EzsignfolderResponseCompound) GetPkiEzsignfolderIDOk() (*int32, bool)

GetPkiEzsignfolderIDOk returns a tuple with the PkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetSEzsignfolderDescription ¶

func (o *EzsignfolderResponseCompound) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field value

func (*EzsignfolderResponseCompound) GetSEzsignfolderDescriptionOk ¶

func (o *EzsignfolderResponseCompound) GetSEzsignfolderDescriptionOk() (*string, bool)

GetSEzsignfolderDescriptionOk returns a tuple with the SEzsignfolderDescription field value and a boolean to check if the value has been set.

func (*EzsignfolderResponseCompound) GetTEzsignfolderNote ¶

func (o *EzsignfolderResponseCompound) GetTEzsignfolderNote() string

GetTEzsignfolderNote returns the TEzsignfolderNote field value

func (*EzsignfolderResponseCompound) GetTEzsignfolderNoteOk ¶

func (o *EzsignfolderResponseCompound) GetTEzsignfolderNoteOk() (*string, bool)

GetTEzsignfolderNoteOk returns a tuple with the TEzsignfolderNote field value and a boolean to check if the value has been set.

func (EzsignfolderResponseCompound) MarshalJSON ¶

func (o EzsignfolderResponseCompound) MarshalJSON() ([]byte, error)

func (*EzsignfolderResponseCompound) SetDtEzsignfolderClose ¶

func (o *EzsignfolderResponseCompound) SetDtEzsignfolderClose(v string)

SetDtEzsignfolderClose sets field value

func (*EzsignfolderResponseCompound) SetDtEzsignfolderSentdate ¶

func (o *EzsignfolderResponseCompound) SetDtEzsignfolderSentdate(v string)

SetDtEzsignfolderSentdate sets field value

func (*EzsignfolderResponseCompound) SetEEzsignfolderSendreminderfrequency ¶

func (o *EzsignfolderResponseCompound) SetEEzsignfolderSendreminderfrequency(v FieldEEzsignfolderSendreminderfrequency)

SetEEzsignfolderSendreminderfrequency sets field value

func (*EzsignfolderResponseCompound) SetEEzsignfolderStep ¶

func (o *EzsignfolderResponseCompound) SetEEzsignfolderStep(v FieldEEzsignfolderStep)

SetEEzsignfolderStep sets field value

func (*EzsignfolderResponseCompound) SetFkiEzsignfoldertypeID ¶

func (o *EzsignfolderResponseCompound) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsignfolderResponseCompound) SetFkiEzsigntsarequirementID ¶

func (o *EzsignfolderResponseCompound) SetFkiEzsigntsarequirementID(v int32)

SetFkiEzsigntsarequirementID sets field value

func (*EzsignfolderResponseCompound) SetObjAudit ¶

func (o *EzsignfolderResponseCompound) SetObjAudit(v CommonAudit)

SetObjAudit sets field value

func (*EzsignfolderResponseCompound) SetPkiEzsignfolderID ¶

func (o *EzsignfolderResponseCompound) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets field value

func (*EzsignfolderResponseCompound) SetSEzsignfolderDescription ¶

func (o *EzsignfolderResponseCompound) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets field value

func (*EzsignfolderResponseCompound) SetTEzsignfolderNote ¶

func (o *EzsignfolderResponseCompound) SetTEzsignfolderNote(v string)

SetTEzsignfolderNote sets field value

type EzsignfolderSendV1Request ¶

type EzsignfolderSendV1Request struct {
	// A custom text message that will be added to the email sent to signatories inviting them to sign.  You can send an empty string and only the generic message will be sent.
	TExtraMessage string `json:"tExtraMessage"`
}

EzsignfolderSendV1Request Request for the /1/object/ezsignfolder/{pkiEzsignfolderID}/send API Request

func NewEzsignfolderSendV1Request ¶

func NewEzsignfolderSendV1Request(tExtraMessage string) *EzsignfolderSendV1Request

NewEzsignfolderSendV1Request instantiates a new EzsignfolderSendV1Request 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 NewEzsignfolderSendV1RequestWithDefaults ¶

func NewEzsignfolderSendV1RequestWithDefaults() *EzsignfolderSendV1Request

NewEzsignfolderSendV1RequestWithDefaults instantiates a new EzsignfolderSendV1Request 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 (*EzsignfolderSendV1Request) GetTExtraMessage ¶

func (o *EzsignfolderSendV1Request) GetTExtraMessage() string

GetTExtraMessage returns the TExtraMessage field value

func (*EzsignfolderSendV1Request) GetTExtraMessageOk ¶

func (o *EzsignfolderSendV1Request) GetTExtraMessageOk() (*string, bool)

GetTExtraMessageOk returns a tuple with the TExtraMessage field value and a boolean to check if the value has been set.

func (EzsignfolderSendV1Request) MarshalJSON ¶

func (o EzsignfolderSendV1Request) MarshalJSON() ([]byte, error)

func (*EzsignfolderSendV1Request) SetTExtraMessage ¶

func (o *EzsignfolderSendV1Request) SetTExtraMessage(v string)

SetTExtraMessage sets field value

type EzsignfolderSendV1Response ¶

type EzsignfolderSendV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignfolderSendV1Response Response for the /1/object/ezsignfolder/{pkiEzsignfolderID}/send API Request

func NewEzsignfolderSendV1Response ¶

func NewEzsignfolderSendV1Response() *EzsignfolderSendV1Response

NewEzsignfolderSendV1Response instantiates a new EzsignfolderSendV1Response 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 NewEzsignfolderSendV1ResponseWithDefaults ¶

func NewEzsignfolderSendV1ResponseWithDefaults() *EzsignfolderSendV1Response

NewEzsignfolderSendV1ResponseWithDefaults instantiates a new EzsignfolderSendV1Response 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 (*EzsignfolderSendV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderSendV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderSendV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderSendV1Response) GetObjDebugPayloadOk ¶

func (o *EzsignfolderSendV1Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderSendV1Response) HasObjDebug ¶

func (o *EzsignfolderSendV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderSendV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderSendV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderSendV1Response) MarshalJSON ¶

func (o EzsignfolderSendV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderSendV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderSendV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfolderUnsendV1Response ¶

type EzsignfolderUnsendV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignfolderUnsendV1Response Response for the /1/object/ezsignfolder/{pkiEzsignfolderID}/unsend API Request

func NewEzsignfolderUnsendV1Response ¶

func NewEzsignfolderUnsendV1Response() *EzsignfolderUnsendV1Response

NewEzsignfolderUnsendV1Response instantiates a new EzsignfolderUnsendV1Response 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 NewEzsignfolderUnsendV1ResponseWithDefaults ¶

func NewEzsignfolderUnsendV1ResponseWithDefaults() *EzsignfolderUnsendV1Response

NewEzsignfolderUnsendV1ResponseWithDefaults instantiates a new EzsignfolderUnsendV1Response 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 (*EzsignfolderUnsendV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfolderUnsendV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderUnsendV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfolderUnsendV1Response) GetObjDebugPayloadOk ¶

func (o *EzsignfolderUnsendV1Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfolderUnsendV1Response) HasObjDebug ¶

func (o *EzsignfolderUnsendV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfolderUnsendV1Response) HasObjDebugPayload ¶

func (o *EzsignfolderUnsendV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfolderUnsendV1Response) MarshalJSON ¶

func (o EzsignfolderUnsendV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfolderUnsendV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfolderUnsendV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfoldersignerassociationCreateObjectV1Request ¶

type EzsignfoldersignerassociationCreateObjectV1Request struct {
	ObjEzsignfoldersignerassociation         *EzsignfoldersignerassociationRequest         `json:"objEzsignfoldersignerassociation,omitempty"`
	ObjEzsignfoldersignerassociationCompound *EzsignfoldersignerassociationRequestCompound `json:"objEzsignfoldersignerassociationCompound,omitempty"`
}

EzsignfoldersignerassociationCreateObjectV1Request Request for the /1/object/ezsignfoldersignerassociation/createObject API Request

func NewEzsignfoldersignerassociationCreateObjectV1Request ¶

func NewEzsignfoldersignerassociationCreateObjectV1Request() *EzsignfoldersignerassociationCreateObjectV1Request

NewEzsignfoldersignerassociationCreateObjectV1Request instantiates a new EzsignfoldersignerassociationCreateObjectV1Request 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 NewEzsignfoldersignerassociationCreateObjectV1RequestWithDefaults ¶

func NewEzsignfoldersignerassociationCreateObjectV1RequestWithDefaults() *EzsignfoldersignerassociationCreateObjectV1Request

NewEzsignfoldersignerassociationCreateObjectV1RequestWithDefaults instantiates a new EzsignfoldersignerassociationCreateObjectV1Request 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 (*EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociation ¶

GetObjEzsignfoldersignerassociation returns the ObjEzsignfoldersignerassociation field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationCompound ¶

GetObjEzsignfoldersignerassociationCompound returns the ObjEzsignfoldersignerassociationCompound field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationCompoundOk ¶

func (o *EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationCompoundOk() (*EzsignfoldersignerassociationRequestCompound, bool)

GetObjEzsignfoldersignerassociationCompoundOk returns a tuple with the ObjEzsignfoldersignerassociationCompound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationOk ¶

GetObjEzsignfoldersignerassociationOk returns a tuple with the ObjEzsignfoldersignerassociation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Request) HasObjEzsignfoldersignerassociation ¶

func (o *EzsignfoldersignerassociationCreateObjectV1Request) HasObjEzsignfoldersignerassociation() bool

HasObjEzsignfoldersignerassociation returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Request) HasObjEzsignfoldersignerassociationCompound ¶

func (o *EzsignfoldersignerassociationCreateObjectV1Request) HasObjEzsignfoldersignerassociationCompound() bool

HasObjEzsignfoldersignerassociationCompound returns a boolean if a field has been set.

func (EzsignfoldersignerassociationCreateObjectV1Request) MarshalJSON ¶

func (*EzsignfoldersignerassociationCreateObjectV1Request) SetObjEzsignfoldersignerassociation ¶

SetObjEzsignfoldersignerassociation gets a reference to the given EzsignfoldersignerassociationRequest and assigns it to the ObjEzsignfoldersignerassociation field.

func (*EzsignfoldersignerassociationCreateObjectV1Request) SetObjEzsignfoldersignerassociationCompound ¶

SetObjEzsignfoldersignerassociationCompound gets a reference to the given EzsignfoldersignerassociationRequestCompound and assigns it to the ObjEzsignfoldersignerassociationCompound field.

type EzsignfoldersignerassociationCreateObjectV1Response ¶

type EzsignfoldersignerassociationCreateObjectV1Response struct {
	MPayload        EzsignfoldersignerassociationCreateObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload                              `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                                     `json:"objDebug,omitempty"`
}

EzsignfoldersignerassociationCreateObjectV1Response Response for the /1/object/ezsignfoldersignerassociation/createObject API Request

func NewEzsignfoldersignerassociationCreateObjectV1Response ¶

func NewEzsignfoldersignerassociationCreateObjectV1Response(mPayload EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) *EzsignfoldersignerassociationCreateObjectV1Response

NewEzsignfoldersignerassociationCreateObjectV1Response instantiates a new EzsignfoldersignerassociationCreateObjectV1Response 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 NewEzsignfoldersignerassociationCreateObjectV1ResponseWithDefaults ¶

func NewEzsignfoldersignerassociationCreateObjectV1ResponseWithDefaults() *EzsignfoldersignerassociationCreateObjectV1Response

NewEzsignfoldersignerassociationCreateObjectV1ResponseWithDefaults instantiates a new EzsignfoldersignerassociationCreateObjectV1Response 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 (*EzsignfoldersignerassociationCreateObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfoldersignerassociationCreateObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationCreateObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationCreateObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationCreateObjectV1Response) HasObjDebugPayload ¶

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfoldersignerassociationCreateObjectV1Response) MarshalJSON ¶

func (*EzsignfoldersignerassociationCreateObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfoldersignerassociationCreateObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfoldersignerassociationCreateObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfoldersignerassociationCreateObjectV1ResponseAllOf ¶

type EzsignfoldersignerassociationCreateObjectV1ResponseAllOf struct {
	MPayload EzsignfoldersignerassociationCreateObjectV1ResponseMPayload `json:"mPayload"`
}

EzsignfoldersignerassociationCreateObjectV1ResponseAllOf struct for EzsignfoldersignerassociationCreateObjectV1ResponseAllOf

func NewEzsignfoldersignerassociationCreateObjectV1ResponseAllOf ¶

func NewEzsignfoldersignerassociationCreateObjectV1ResponseAllOf(mPayload EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) *EzsignfoldersignerassociationCreateObjectV1ResponseAllOf

NewEzsignfoldersignerassociationCreateObjectV1ResponseAllOf instantiates a new EzsignfoldersignerassociationCreateObjectV1ResponseAllOf 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 NewEzsignfoldersignerassociationCreateObjectV1ResponseAllOfWithDefaults ¶

func NewEzsignfoldersignerassociationCreateObjectV1ResponseAllOfWithDefaults() *EzsignfoldersignerassociationCreateObjectV1ResponseAllOf

NewEzsignfoldersignerassociationCreateObjectV1ResponseAllOfWithDefaults instantiates a new EzsignfoldersignerassociationCreateObjectV1ResponseAllOf 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 (*EzsignfoldersignerassociationCreateObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfoldersignerassociationCreateObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfoldersignerassociationCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*EzsignfoldersignerassociationCreateObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfoldersignerassociationCreateObjectV1ResponseMPayload ¶

type EzsignfoldersignerassociationCreateObjectV1ResponseMPayload struct {
	// An array of unique IDs representing the object that were requested to be created.  They are returned in the same order as the array containing the objects to be created that was sent in the request.
	APkiEzsignfoldersignerassociationID []int32 `json:"a_pkiEzsignfoldersignerassociationID"`
}

EzsignfoldersignerassociationCreateObjectV1ResponseMPayload Payload for the /1/object/ezsignfoldersignerassociation/createObject API Request

func NewEzsignfoldersignerassociationCreateObjectV1ResponseMPayload ¶

func NewEzsignfoldersignerassociationCreateObjectV1ResponseMPayload(aPkiEzsignfoldersignerassociationID []int32) *EzsignfoldersignerassociationCreateObjectV1ResponseMPayload

NewEzsignfoldersignerassociationCreateObjectV1ResponseMPayload instantiates a new EzsignfoldersignerassociationCreateObjectV1ResponseMPayload 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 NewEzsignfoldersignerassociationCreateObjectV1ResponseMPayloadWithDefaults ¶

func NewEzsignfoldersignerassociationCreateObjectV1ResponseMPayloadWithDefaults() *EzsignfoldersignerassociationCreateObjectV1ResponseMPayload

NewEzsignfoldersignerassociationCreateObjectV1ResponseMPayloadWithDefaults instantiates a new EzsignfoldersignerassociationCreateObjectV1ResponseMPayload 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 (*EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) GetAPkiEzsignfoldersignerassociationID ¶

func (o *EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) GetAPkiEzsignfoldersignerassociationID() []int32

GetAPkiEzsignfoldersignerassociationID returns the APkiEzsignfoldersignerassociationID field value

func (*EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) GetAPkiEzsignfoldersignerassociationIDOk ¶

func (o *EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) GetAPkiEzsignfoldersignerassociationIDOk() (*[]int32, bool)

GetAPkiEzsignfoldersignerassociationIDOk returns a tuple with the APkiEzsignfoldersignerassociationID field value and a boolean to check if the value has been set.

func (EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) SetAPkiEzsignfoldersignerassociationID ¶

func (o *EzsignfoldersignerassociationCreateObjectV1ResponseMPayload) SetAPkiEzsignfoldersignerassociationID(v []int32)

SetAPkiEzsignfoldersignerassociationID sets field value

type EzsignfoldersignerassociationDeleteObjectV1Response ¶

type EzsignfoldersignerassociationDeleteObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignfoldersignerassociationDeleteObjectV1Response Response for the /1/object/ezsignfoldersignerassociation/deleteObject API Request

func NewEzsignfoldersignerassociationDeleteObjectV1Response ¶

func NewEzsignfoldersignerassociationDeleteObjectV1Response() *EzsignfoldersignerassociationDeleteObjectV1Response

NewEzsignfoldersignerassociationDeleteObjectV1Response instantiates a new EzsignfoldersignerassociationDeleteObjectV1Response 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 NewEzsignfoldersignerassociationDeleteObjectV1ResponseWithDefaults ¶

func NewEzsignfoldersignerassociationDeleteObjectV1ResponseWithDefaults() *EzsignfoldersignerassociationDeleteObjectV1Response

NewEzsignfoldersignerassociationDeleteObjectV1ResponseWithDefaults instantiates a new EzsignfoldersignerassociationDeleteObjectV1Response 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 (*EzsignfoldersignerassociationDeleteObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationDeleteObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationDeleteObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationDeleteObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationDeleteObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationDeleteObjectV1Response) HasObjDebugPayload ¶

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfoldersignerassociationDeleteObjectV1Response) MarshalJSON ¶

func (*EzsignfoldersignerassociationDeleteObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfoldersignerassociationDeleteObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfoldersignerassociationGetInPersonLoginUrlV1Response ¶

type EzsignfoldersignerassociationGetInPersonLoginUrlV1Response struct {
	MPayload        EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload                                     `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                                            `json:"objDebug,omitempty"`
}

EzsignfoldersignerassociationGetInPersonLoginUrlV1Response Response for the /1/object/ezsignfoldersignerassociation/getInPersonLoginUrl API Request

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1Response ¶

NewEzsignfoldersignerassociationGetInPersonLoginUrlV1Response instantiates a new EzsignfoldersignerassociationGetInPersonLoginUrlV1Response 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 NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseWithDefaults ¶

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseWithDefaults() *EzsignfoldersignerassociationGetInPersonLoginUrlV1Response

NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseWithDefaults instantiates a new EzsignfoldersignerassociationGetInPersonLoginUrlV1Response 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 (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) HasObjDebugPayload ¶

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) MarshalJSON ¶

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf ¶

type EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf struct {
	MPayload EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload `json:"mPayload"`
}

EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf struct for EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf ¶

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf(mPayload EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) *EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf

NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf instantiates a new EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf 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 NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOfWithDefaults ¶

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOfWithDefaults() *EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf

NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOfWithDefaults instantiates a new EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf 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 (*EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) MarshalJSON ¶

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload ¶

type EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload struct {
	// The Url to login to the signing application.    Url will expire after 30 minutes.
	SLoginUrl string `json:"sLoginUrl"`
}

EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload Payload for the /1/object/ezsignfoldersignerassociation/getInPersonLoginUrl API Request

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload ¶

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload(sLoginUrl string) *EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload

NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload instantiates a new EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload 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 NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayloadWithDefaults ¶

func NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayloadWithDefaults() *EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload

NewEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayloadWithDefaults instantiates a new EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload 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 (*EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) GetSLoginUrl ¶

GetSLoginUrl returns the SLoginUrl field value

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) GetSLoginUrlOk ¶

GetSLoginUrlOk returns a tuple with the SLoginUrl field value and a boolean to check if the value has been set.

func (EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) MarshalJSON ¶

func (*EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) SetSLoginUrl ¶

SetSLoginUrl sets field value

type EzsignfoldersignerassociationGetObjectV1Response ¶

type EzsignfoldersignerassociationGetObjectV1Response struct {
	// Payload for the /1/object/ezsignfoldersignerassociation/getObject API Request
	MPayload        map[string]interface{}         `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignfoldersignerassociationGetObjectV1Response Response for the /1/object/ezsignfoldersignerassociation/getObject API Request

func NewEzsignfoldersignerassociationGetObjectV1Response ¶

func NewEzsignfoldersignerassociationGetObjectV1Response(mPayload map[string]interface{}) *EzsignfoldersignerassociationGetObjectV1Response

NewEzsignfoldersignerassociationGetObjectV1Response instantiates a new EzsignfoldersignerassociationGetObjectV1Response 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 NewEzsignfoldersignerassociationGetObjectV1ResponseWithDefaults ¶

func NewEzsignfoldersignerassociationGetObjectV1ResponseWithDefaults() *EzsignfoldersignerassociationGetObjectV1Response

NewEzsignfoldersignerassociationGetObjectV1ResponseWithDefaults instantiates a new EzsignfoldersignerassociationGetObjectV1Response 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 (*EzsignfoldersignerassociationGetObjectV1Response) GetMPayload ¶

func (o *EzsignfoldersignerassociationGetObjectV1Response) GetMPayload() map[string]interface{}

GetMPayload returns the MPayload field value

func (*EzsignfoldersignerassociationGetObjectV1Response) GetMPayloadOk ¶

func (o *EzsignfoldersignerassociationGetObjectV1Response) GetMPayloadOk() (*map[string]interface{}, bool)

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationGetObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationGetObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationGetObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationGetObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationGetObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationGetObjectV1Response) HasObjDebugPayload ¶

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfoldersignerassociationGetObjectV1Response) MarshalJSON ¶

func (*EzsignfoldersignerassociationGetObjectV1Response) SetMPayload ¶

func (o *EzsignfoldersignerassociationGetObjectV1Response) SetMPayload(v map[string]interface{})

SetMPayload sets field value

func (*EzsignfoldersignerassociationGetObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfoldersignerassociationGetObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignfoldersignerassociationGetObjectV1ResponseAllOf ¶

type EzsignfoldersignerassociationGetObjectV1ResponseAllOf struct {
	// Payload for the /1/object/ezsignfoldersignerassociation/getObject API Request
	MPayload map[string]interface{} `json:"mPayload"`
}

EzsignfoldersignerassociationGetObjectV1ResponseAllOf struct for EzsignfoldersignerassociationGetObjectV1ResponseAllOf

func NewEzsignfoldersignerassociationGetObjectV1ResponseAllOf ¶

func NewEzsignfoldersignerassociationGetObjectV1ResponseAllOf(mPayload map[string]interface{}) *EzsignfoldersignerassociationGetObjectV1ResponseAllOf

NewEzsignfoldersignerassociationGetObjectV1ResponseAllOf instantiates a new EzsignfoldersignerassociationGetObjectV1ResponseAllOf 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 NewEzsignfoldersignerassociationGetObjectV1ResponseAllOfWithDefaults ¶

func NewEzsignfoldersignerassociationGetObjectV1ResponseAllOfWithDefaults() *EzsignfoldersignerassociationGetObjectV1ResponseAllOf

NewEzsignfoldersignerassociationGetObjectV1ResponseAllOfWithDefaults instantiates a new EzsignfoldersignerassociationGetObjectV1ResponseAllOf 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 (*EzsignfoldersignerassociationGetObjectV1ResponseAllOf) GetMPayload ¶

func (o *EzsignfoldersignerassociationGetObjectV1ResponseAllOf) GetMPayload() map[string]interface{}

GetMPayload returns the MPayload field value

func (*EzsignfoldersignerassociationGetObjectV1ResponseAllOf) GetMPayloadOk ¶

func (o *EzsignfoldersignerassociationGetObjectV1ResponseAllOf) GetMPayloadOk() (*map[string]interface{}, bool)

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfoldersignerassociationGetObjectV1ResponseAllOf) MarshalJSON ¶

func (*EzsignfoldersignerassociationGetObjectV1ResponseAllOf) SetMPayload ¶

func (o *EzsignfoldersignerassociationGetObjectV1ResponseAllOf) SetMPayload(v map[string]interface{})

SetMPayload sets field value

type EzsignfoldersignerassociationRequest ¶

type EzsignfoldersignerassociationRequest struct {
	// The unique ID of the User
	FkiUserID *int32 `json:"fkiUserID,omitempty"`
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.
	BEzsignfoldersignerassociationReceivecopy *bool `json:"bEzsignfoldersignerassociationReceivecopy,omitempty"`
}

EzsignfoldersignerassociationRequest An Ezsignfoldersignerassociation Object

func NewEzsignfoldersignerassociationRequest ¶

func NewEzsignfoldersignerassociationRequest(fkiEzsignfolderID int32) *EzsignfoldersignerassociationRequest

NewEzsignfoldersignerassociationRequest instantiates a new EzsignfoldersignerassociationRequest 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 NewEzsignfoldersignerassociationRequestWithDefaults ¶

func NewEzsignfoldersignerassociationRequestWithDefaults() *EzsignfoldersignerassociationRequest

NewEzsignfoldersignerassociationRequestWithDefaults instantiates a new EzsignfoldersignerassociationRequest 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 (*EzsignfoldersignerassociationRequest) GetBEzsignfoldersignerassociationReceivecopy ¶

func (o *EzsignfoldersignerassociationRequest) GetBEzsignfoldersignerassociationReceivecopy() bool

GetBEzsignfoldersignerassociationReceivecopy returns the BEzsignfoldersignerassociationReceivecopy field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationRequest) GetBEzsignfoldersignerassociationReceivecopyOk ¶

func (o *EzsignfoldersignerassociationRequest) GetBEzsignfoldersignerassociationReceivecopyOk() (*bool, bool)

GetBEzsignfoldersignerassociationReceivecopyOk returns a tuple with the BEzsignfoldersignerassociationReceivecopy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequest) GetFkiEzsignfolderID ¶

func (o *EzsignfoldersignerassociationRequest) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsignfoldersignerassociationRequest) GetFkiEzsignfolderIDOk ¶

func (o *EzsignfoldersignerassociationRequest) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequest) GetFkiUserID ¶

func (o *EzsignfoldersignerassociationRequest) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationRequest) GetFkiUserIDOk ¶

func (o *EzsignfoldersignerassociationRequest) GetFkiUserIDOk() (*int32, bool)

GetFkiUserIDOk returns a tuple with the FkiUserID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequest) HasBEzsignfoldersignerassociationReceivecopy ¶

func (o *EzsignfoldersignerassociationRequest) HasBEzsignfoldersignerassociationReceivecopy() bool

HasBEzsignfoldersignerassociationReceivecopy returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationRequest) HasFkiUserID ¶

func (o *EzsignfoldersignerassociationRequest) HasFkiUserID() bool

HasFkiUserID returns a boolean if a field has been set.

func (EzsignfoldersignerassociationRequest) MarshalJSON ¶

func (o EzsignfoldersignerassociationRequest) MarshalJSON() ([]byte, error)

func (*EzsignfoldersignerassociationRequest) SetBEzsignfoldersignerassociationReceivecopy ¶

func (o *EzsignfoldersignerassociationRequest) SetBEzsignfoldersignerassociationReceivecopy(v bool)

SetBEzsignfoldersignerassociationReceivecopy gets a reference to the given bool and assigns it to the BEzsignfoldersignerassociationReceivecopy field.

func (*EzsignfoldersignerassociationRequest) SetFkiEzsignfolderID ¶

func (o *EzsignfoldersignerassociationRequest) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsignfoldersignerassociationRequest) SetFkiUserID ¶

func (o *EzsignfoldersignerassociationRequest) SetFkiUserID(v int32)

SetFkiUserID gets a reference to the given int32 and assigns it to the FkiUserID field.

type EzsignfoldersignerassociationRequestCompound ¶

type EzsignfoldersignerassociationRequestCompound struct {
	ObjEzsignsigner *EzsignsignerRequestCompound `json:"objEzsignsigner,omitempty"`
	// The unique ID of the User
	FkiUserID *int32 `json:"fkiUserID,omitempty"`
	// The unique ID of the Ezsignfolder
	FkiEzsignfolderID int32 `json:"fkiEzsignfolderID"`
	// If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.
	BEzsignfoldersignerassociationReceivecopy *bool `json:"bEzsignfoldersignerassociationReceivecopy,omitempty"`
}

EzsignfoldersignerassociationRequestCompound An Ezsignfoldersignerassociation Object and children to create a complete structure

func NewEzsignfoldersignerassociationRequestCompound ¶

func NewEzsignfoldersignerassociationRequestCompound(fkiEzsignfolderID int32) *EzsignfoldersignerassociationRequestCompound

NewEzsignfoldersignerassociationRequestCompound instantiates a new EzsignfoldersignerassociationRequestCompound 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 NewEzsignfoldersignerassociationRequestCompoundWithDefaults ¶

func NewEzsignfoldersignerassociationRequestCompoundWithDefaults() *EzsignfoldersignerassociationRequestCompound

NewEzsignfoldersignerassociationRequestCompoundWithDefaults instantiates a new EzsignfoldersignerassociationRequestCompound 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 (*EzsignfoldersignerassociationRequestCompound) GetBEzsignfoldersignerassociationReceivecopy ¶

func (o *EzsignfoldersignerassociationRequestCompound) GetBEzsignfoldersignerassociationReceivecopy() bool

GetBEzsignfoldersignerassociationReceivecopy returns the BEzsignfoldersignerassociationReceivecopy field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationRequestCompound) GetBEzsignfoldersignerassociationReceivecopyOk ¶

func (o *EzsignfoldersignerassociationRequestCompound) GetBEzsignfoldersignerassociationReceivecopyOk() (*bool, bool)

GetBEzsignfoldersignerassociationReceivecopyOk returns a tuple with the BEzsignfoldersignerassociationReceivecopy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequestCompound) GetFkiEzsignfolderID ¶

func (o *EzsignfoldersignerassociationRequestCompound) GetFkiEzsignfolderID() int32

GetFkiEzsignfolderID returns the FkiEzsignfolderID field value

func (*EzsignfoldersignerassociationRequestCompound) GetFkiEzsignfolderIDOk ¶

func (o *EzsignfoldersignerassociationRequestCompound) GetFkiEzsignfolderIDOk() (*int32, bool)

GetFkiEzsignfolderIDOk returns a tuple with the FkiEzsignfolderID field value and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequestCompound) GetFkiUserID ¶

GetFkiUserID returns the FkiUserID field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationRequestCompound) GetFkiUserIDOk ¶

GetFkiUserIDOk returns a tuple with the FkiUserID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequestCompound) GetObjEzsignsigner ¶

GetObjEzsignsigner returns the ObjEzsignsigner field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationRequestCompound) GetObjEzsignsignerOk ¶

GetObjEzsignsignerOk returns a tuple with the ObjEzsignsigner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequestCompound) HasBEzsignfoldersignerassociationReceivecopy ¶

func (o *EzsignfoldersignerassociationRequestCompound) HasBEzsignfoldersignerassociationReceivecopy() bool

HasBEzsignfoldersignerassociationReceivecopy returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationRequestCompound) HasFkiUserID ¶

HasFkiUserID returns a boolean if a field has been set.

func (*EzsignfoldersignerassociationRequestCompound) HasObjEzsignsigner ¶

func (o *EzsignfoldersignerassociationRequestCompound) HasObjEzsignsigner() bool

HasObjEzsignsigner returns a boolean if a field has been set.

func (EzsignfoldersignerassociationRequestCompound) MarshalJSON ¶

func (*EzsignfoldersignerassociationRequestCompound) SetBEzsignfoldersignerassociationReceivecopy ¶

func (o *EzsignfoldersignerassociationRequestCompound) SetBEzsignfoldersignerassociationReceivecopy(v bool)

SetBEzsignfoldersignerassociationReceivecopy gets a reference to the given bool and assigns it to the BEzsignfoldersignerassociationReceivecopy field.

func (*EzsignfoldersignerassociationRequestCompound) SetFkiEzsignfolderID ¶

func (o *EzsignfoldersignerassociationRequestCompound) SetFkiEzsignfolderID(v int32)

SetFkiEzsignfolderID sets field value

func (*EzsignfoldersignerassociationRequestCompound) SetFkiUserID ¶

SetFkiUserID gets a reference to the given int32 and assigns it to the FkiUserID field.

func (*EzsignfoldersignerassociationRequestCompound) SetObjEzsignsigner ¶

SetObjEzsignsigner gets a reference to the given EzsignsignerRequestCompound and assigns it to the ObjEzsignsigner field.

type EzsignfoldersignerassociationRequestCompoundAllOf ¶

type EzsignfoldersignerassociationRequestCompoundAllOf struct {
	ObjEzsignsigner *EzsignsignerRequestCompound `json:"objEzsignsigner,omitempty"`
}

EzsignfoldersignerassociationRequestCompoundAllOf struct for EzsignfoldersignerassociationRequestCompoundAllOf

func NewEzsignfoldersignerassociationRequestCompoundAllOf ¶

func NewEzsignfoldersignerassociationRequestCompoundAllOf() *EzsignfoldersignerassociationRequestCompoundAllOf

NewEzsignfoldersignerassociationRequestCompoundAllOf instantiates a new EzsignfoldersignerassociationRequestCompoundAllOf 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 NewEzsignfoldersignerassociationRequestCompoundAllOfWithDefaults ¶

func NewEzsignfoldersignerassociationRequestCompoundAllOfWithDefaults() *EzsignfoldersignerassociationRequestCompoundAllOf

NewEzsignfoldersignerassociationRequestCompoundAllOfWithDefaults instantiates a new EzsignfoldersignerassociationRequestCompoundAllOf 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 (*EzsignfoldersignerassociationRequestCompoundAllOf) GetObjEzsignsigner ¶

GetObjEzsignsigner returns the ObjEzsignsigner field value if set, zero value otherwise.

func (*EzsignfoldersignerassociationRequestCompoundAllOf) GetObjEzsignsignerOk ¶

GetObjEzsignsignerOk returns a tuple with the ObjEzsignsigner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldersignerassociationRequestCompoundAllOf) HasObjEzsignsigner ¶

HasObjEzsignsigner returns a boolean if a field has been set.

func (EzsignfoldersignerassociationRequestCompoundAllOf) MarshalJSON ¶

func (*EzsignfoldersignerassociationRequestCompoundAllOf) SetObjEzsignsigner ¶

SetObjEzsignsigner gets a reference to the given EzsignsignerRequestCompound and assigns it to the ObjEzsignsigner field.

type EzsignfoldertypeGetListV1Response ¶

type EzsignfoldertypeGetListV1Response struct {
	MPayload        EzsignfoldertypeGetListV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayloadGetList     `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                   `json:"objDebug,omitempty"`
}

EzsignfoldertypeGetListV1Response Response for the /1/object/ezsignfoldertype/getList API Request

func NewEzsignfoldertypeGetListV1Response ¶

func NewEzsignfoldertypeGetListV1Response(mPayload EzsignfoldertypeGetListV1ResponseMPayload) *EzsignfoldertypeGetListV1Response

NewEzsignfoldertypeGetListV1Response instantiates a new EzsignfoldertypeGetListV1Response 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 NewEzsignfoldertypeGetListV1ResponseWithDefaults ¶

func NewEzsignfoldertypeGetListV1ResponseWithDefaults() *EzsignfoldertypeGetListV1Response

NewEzsignfoldertypeGetListV1ResponseWithDefaults instantiates a new EzsignfoldertypeGetListV1Response 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 (*EzsignfoldertypeGetListV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfoldertypeGetListV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignfoldertypeGetListV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignfoldertypeGetListV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldertypeGetListV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignfoldertypeGetListV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignfoldertypeGetListV1Response) HasObjDebug ¶

func (o *EzsignfoldertypeGetListV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignfoldertypeGetListV1Response) HasObjDebugPayload ¶

func (o *EzsignfoldertypeGetListV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignfoldertypeGetListV1Response) MarshalJSON ¶

func (o EzsignfoldertypeGetListV1Response) MarshalJSON() ([]byte, error)

func (*EzsignfoldertypeGetListV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignfoldertypeGetListV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignfoldertypeGetListV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayloadGetList and assigns it to the ObjDebugPayload field.

type EzsignfoldertypeGetListV1ResponseAllOf ¶

type EzsignfoldertypeGetListV1ResponseAllOf struct {
	MPayload EzsignfoldertypeGetListV1ResponseMPayload `json:"mPayload"`
}

EzsignfoldertypeGetListV1ResponseAllOf struct for EzsignfoldertypeGetListV1ResponseAllOf

func NewEzsignfoldertypeGetListV1ResponseAllOf ¶

func NewEzsignfoldertypeGetListV1ResponseAllOf(mPayload EzsignfoldertypeGetListV1ResponseMPayload) *EzsignfoldertypeGetListV1ResponseAllOf

NewEzsignfoldertypeGetListV1ResponseAllOf instantiates a new EzsignfoldertypeGetListV1ResponseAllOf 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 NewEzsignfoldertypeGetListV1ResponseAllOfWithDefaults ¶

func NewEzsignfoldertypeGetListV1ResponseAllOfWithDefaults() *EzsignfoldertypeGetListV1ResponseAllOf

NewEzsignfoldertypeGetListV1ResponseAllOfWithDefaults instantiates a new EzsignfoldertypeGetListV1ResponseAllOf 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 (*EzsignfoldertypeGetListV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignfoldertypeGetListV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignfoldertypeGetListV1ResponseAllOf) MarshalJSON ¶

func (o EzsignfoldertypeGetListV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignfoldertypeGetListV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignfoldertypeGetListV1ResponseMPayload ¶

type EzsignfoldertypeGetListV1ResponseMPayload struct {
	AObjEzsignfoldertype []EzsignfoldertypeListElement `json:"a_objEzsignfoldertype"`
	// The number of rows returned
	IRowReturned int32 `json:"iRowReturned"`
	// The number of rows matching your filters (if any) or the total number of rows
	IRowFiltered int32 `json:"iRowFiltered"`
}

EzsignfoldertypeGetListV1ResponseMPayload Payload for the /1/object/ezsignfoldertype/getList API Request

func NewEzsignfoldertypeGetListV1ResponseMPayload ¶

func NewEzsignfoldertypeGetListV1ResponseMPayload(aObjEzsignfoldertype []EzsignfoldertypeListElement, iRowReturned int32, iRowFiltered int32) *EzsignfoldertypeGetListV1ResponseMPayload

NewEzsignfoldertypeGetListV1ResponseMPayload instantiates a new EzsignfoldertypeGetListV1ResponseMPayload 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 NewEzsignfoldertypeGetListV1ResponseMPayloadWithDefaults ¶

func NewEzsignfoldertypeGetListV1ResponseMPayloadWithDefaults() *EzsignfoldertypeGetListV1ResponseMPayload

NewEzsignfoldertypeGetListV1ResponseMPayloadWithDefaults instantiates a new EzsignfoldertypeGetListV1ResponseMPayload 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 (*EzsignfoldertypeGetListV1ResponseMPayload) GetAObjEzsignfoldertype ¶

GetAObjEzsignfoldertype returns the AObjEzsignfoldertype field value

func (*EzsignfoldertypeGetListV1ResponseMPayload) GetAObjEzsignfoldertypeOk ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) GetAObjEzsignfoldertypeOk() (*[]EzsignfoldertypeListElement, bool)

GetAObjEzsignfoldertypeOk returns a tuple with the AObjEzsignfoldertype field value and a boolean to check if the value has been set.

func (*EzsignfoldertypeGetListV1ResponseMPayload) GetIRowFiltered ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) GetIRowFiltered() int32

GetIRowFiltered returns the IRowFiltered field value

func (*EzsignfoldertypeGetListV1ResponseMPayload) GetIRowFilteredOk ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) GetIRowFilteredOk() (*int32, bool)

GetIRowFilteredOk returns a tuple with the IRowFiltered field value and a boolean to check if the value has been set.

func (*EzsignfoldertypeGetListV1ResponseMPayload) GetIRowReturned ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) GetIRowReturned() int32

GetIRowReturned returns the IRowReturned field value

func (*EzsignfoldertypeGetListV1ResponseMPayload) GetIRowReturnedOk ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) GetIRowReturnedOk() (*int32, bool)

GetIRowReturnedOk returns a tuple with the IRowReturned field value and a boolean to check if the value has been set.

func (EzsignfoldertypeGetListV1ResponseMPayload) MarshalJSON ¶

func (*EzsignfoldertypeGetListV1ResponseMPayload) SetAObjEzsignfoldertype ¶

SetAObjEzsignfoldertype sets field value

func (*EzsignfoldertypeGetListV1ResponseMPayload) SetIRowFiltered ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) SetIRowFiltered(v int32)

SetIRowFiltered sets field value

func (*EzsignfoldertypeGetListV1ResponseMPayload) SetIRowReturned ¶

func (o *EzsignfoldertypeGetListV1ResponseMPayload) SetIRowReturned(v int32)

SetIRowReturned sets field value

type EzsignfoldertypeGetListV1ResponseMPayloadAllOf ¶

type EzsignfoldertypeGetListV1ResponseMPayloadAllOf struct {
	AObjEzsignfoldertype []EzsignfoldertypeListElement `json:"a_objEzsignfoldertype"`
}

EzsignfoldertypeGetListV1ResponseMPayloadAllOf struct for EzsignfoldertypeGetListV1ResponseMPayloadAllOf

func NewEzsignfoldertypeGetListV1ResponseMPayloadAllOf ¶

func NewEzsignfoldertypeGetListV1ResponseMPayloadAllOf(aObjEzsignfoldertype []EzsignfoldertypeListElement) *EzsignfoldertypeGetListV1ResponseMPayloadAllOf

NewEzsignfoldertypeGetListV1ResponseMPayloadAllOf instantiates a new EzsignfoldertypeGetListV1ResponseMPayloadAllOf 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 NewEzsignfoldertypeGetListV1ResponseMPayloadAllOfWithDefaults ¶

func NewEzsignfoldertypeGetListV1ResponseMPayloadAllOfWithDefaults() *EzsignfoldertypeGetListV1ResponseMPayloadAllOf

NewEzsignfoldertypeGetListV1ResponseMPayloadAllOfWithDefaults instantiates a new EzsignfoldertypeGetListV1ResponseMPayloadAllOf 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 (*EzsignfoldertypeGetListV1ResponseMPayloadAllOf) GetAObjEzsignfoldertype ¶

GetAObjEzsignfoldertype returns the AObjEzsignfoldertype field value

func (*EzsignfoldertypeGetListV1ResponseMPayloadAllOf) GetAObjEzsignfoldertypeOk ¶

GetAObjEzsignfoldertypeOk returns a tuple with the AObjEzsignfoldertype field value and a boolean to check if the value has been set.

func (EzsignfoldertypeGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*EzsignfoldertypeGetListV1ResponseMPayloadAllOf) SetAObjEzsignfoldertype ¶

SetAObjEzsignfoldertype sets field value

type EzsignfoldertypeListElement ¶

type EzsignfoldertypeListElement struct {
	// The unique ID of the Ezsignfoldertype.
	PkiEzsignfoldertypeID         int32                              `json:"pkiEzsignfoldertypeID"`
	EEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel `json:"eEzsignfoldertypePrivacylevel"`
	// The name of the Ezsignfoldertype in the language of the requester
	SEzsignfoldertypeNameX string `json:"sEzsignfoldertypeNameX"`
	// Whether the Ezsignfoldertype is active or not
	BEzsignfoldertypeIsactive bool `json:"bEzsignfoldertypeIsactive"`
}

EzsignfoldertypeListElement An Ezsignfoldertype List Element

func NewEzsignfoldertypeListElement ¶

func NewEzsignfoldertypeListElement(pkiEzsignfoldertypeID int32, eEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel, sEzsignfoldertypeNameX string, bEzsignfoldertypeIsactive bool) *EzsignfoldertypeListElement

NewEzsignfoldertypeListElement instantiates a new EzsignfoldertypeListElement 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 NewEzsignfoldertypeListElementWithDefaults ¶

func NewEzsignfoldertypeListElementWithDefaults() *EzsignfoldertypeListElement

NewEzsignfoldertypeListElementWithDefaults instantiates a new EzsignfoldertypeListElement 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 (*EzsignfoldertypeListElement) GetBEzsignfoldertypeIsactive ¶

func (o *EzsignfoldertypeListElement) GetBEzsignfoldertypeIsactive() bool

GetBEzsignfoldertypeIsactive returns the BEzsignfoldertypeIsactive field value

func (*EzsignfoldertypeListElement) GetBEzsignfoldertypeIsactiveOk ¶

func (o *EzsignfoldertypeListElement) GetBEzsignfoldertypeIsactiveOk() (*bool, bool)

GetBEzsignfoldertypeIsactiveOk returns a tuple with the BEzsignfoldertypeIsactive field value and a boolean to check if the value has been set.

func (*EzsignfoldertypeListElement) GetEEzsignfoldertypePrivacylevel ¶

func (o *EzsignfoldertypeListElement) GetEEzsignfoldertypePrivacylevel() FieldEEzsignfoldertypePrivacylevel

GetEEzsignfoldertypePrivacylevel returns the EEzsignfoldertypePrivacylevel field value

func (*EzsignfoldertypeListElement) GetEEzsignfoldertypePrivacylevelOk ¶

func (o *EzsignfoldertypeListElement) GetEEzsignfoldertypePrivacylevelOk() (*FieldEEzsignfoldertypePrivacylevel, bool)

GetEEzsignfoldertypePrivacylevelOk returns a tuple with the EEzsignfoldertypePrivacylevel field value and a boolean to check if the value has been set.

func (*EzsignfoldertypeListElement) GetPkiEzsignfoldertypeID ¶

func (o *EzsignfoldertypeListElement) GetPkiEzsignfoldertypeID() int32

GetPkiEzsignfoldertypeID returns the PkiEzsignfoldertypeID field value

func (*EzsignfoldertypeListElement) GetPkiEzsignfoldertypeIDOk ¶

func (o *EzsignfoldertypeListElement) GetPkiEzsignfoldertypeIDOk() (*int32, bool)

GetPkiEzsignfoldertypeIDOk returns a tuple with the PkiEzsignfoldertypeID field value and a boolean to check if the value has been set.

func (*EzsignfoldertypeListElement) GetSEzsignfoldertypeNameX ¶

func (o *EzsignfoldertypeListElement) GetSEzsignfoldertypeNameX() string

GetSEzsignfoldertypeNameX returns the SEzsignfoldertypeNameX field value

func (*EzsignfoldertypeListElement) GetSEzsignfoldertypeNameXOk ¶

func (o *EzsignfoldertypeListElement) GetSEzsignfoldertypeNameXOk() (*string, bool)

GetSEzsignfoldertypeNameXOk returns a tuple with the SEzsignfoldertypeNameX field value and a boolean to check if the value has been set.

func (EzsignfoldertypeListElement) MarshalJSON ¶

func (o EzsignfoldertypeListElement) MarshalJSON() ([]byte, error)

func (*EzsignfoldertypeListElement) SetBEzsignfoldertypeIsactive ¶

func (o *EzsignfoldertypeListElement) SetBEzsignfoldertypeIsactive(v bool)

SetBEzsignfoldertypeIsactive sets field value

func (*EzsignfoldertypeListElement) SetEEzsignfoldertypePrivacylevel ¶

func (o *EzsignfoldertypeListElement) SetEEzsignfoldertypePrivacylevel(v FieldEEzsignfoldertypePrivacylevel)

SetEEzsignfoldertypePrivacylevel sets field value

func (*EzsignfoldertypeListElement) SetPkiEzsignfoldertypeID ¶

func (o *EzsignfoldertypeListElement) SetPkiEzsignfoldertypeID(v int32)

SetPkiEzsignfoldertypeID sets field value

func (*EzsignfoldertypeListElement) SetSEzsignfoldertypeNameX ¶

func (o *EzsignfoldertypeListElement) SetSEzsignfoldertypeNameX(v string)

SetSEzsignfoldertypeNameX sets field value

type EzsignformfieldResponse ¶

type EzsignformfieldResponse struct {
	// The Label for the Ezsignformfield
	SEzsignformfieldLabel string `json:"sEzsignformfieldLabel"`
	// The Value for the Ezsignformfield
	SEzsignformfieldValue string `json:"sEzsignformfieldValue"`
}

EzsignformfieldResponse An Ezsignformfield Object

func NewEzsignformfieldResponse ¶

func NewEzsignformfieldResponse(sEzsignformfieldLabel string, sEzsignformfieldValue string) *EzsignformfieldResponse

NewEzsignformfieldResponse instantiates a new EzsignformfieldResponse 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 NewEzsignformfieldResponseWithDefaults ¶

func NewEzsignformfieldResponseWithDefaults() *EzsignformfieldResponse

NewEzsignformfieldResponseWithDefaults instantiates a new EzsignformfieldResponse 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 (*EzsignformfieldResponse) GetSEzsignformfieldLabel ¶

func (o *EzsignformfieldResponse) GetSEzsignformfieldLabel() string

GetSEzsignformfieldLabel returns the SEzsignformfieldLabel field value

func (*EzsignformfieldResponse) GetSEzsignformfieldLabelOk ¶

func (o *EzsignformfieldResponse) GetSEzsignformfieldLabelOk() (*string, bool)

GetSEzsignformfieldLabelOk returns a tuple with the SEzsignformfieldLabel field value and a boolean to check if the value has been set.

func (*EzsignformfieldResponse) GetSEzsignformfieldValue ¶

func (o *EzsignformfieldResponse) GetSEzsignformfieldValue() string

GetSEzsignformfieldValue returns the SEzsignformfieldValue field value

func (*EzsignformfieldResponse) GetSEzsignformfieldValueOk ¶

func (o *EzsignformfieldResponse) GetSEzsignformfieldValueOk() (*string, bool)

GetSEzsignformfieldValueOk returns a tuple with the SEzsignformfieldValue field value and a boolean to check if the value has been set.

func (EzsignformfieldResponse) MarshalJSON ¶

func (o EzsignformfieldResponse) MarshalJSON() ([]byte, error)

func (*EzsignformfieldResponse) SetSEzsignformfieldLabel ¶

func (o *EzsignformfieldResponse) SetSEzsignformfieldLabel(v string)

SetSEzsignformfieldLabel sets field value

func (*EzsignformfieldResponse) SetSEzsignformfieldValue ¶

func (o *EzsignformfieldResponse) SetSEzsignformfieldValue(v string)

SetSEzsignformfieldValue sets field value

type EzsignformfieldResponseCompound ¶

type EzsignformfieldResponseCompound struct {
	// The Label for the Ezsignformfield
	SEzsignformfieldLabel string `json:"sEzsignformfieldLabel"`
	// The Value for the Ezsignformfield
	SEzsignformfieldValue string `json:"sEzsignformfieldValue"`
}

EzsignformfieldResponseCompound An Ezsignformfield Object and children to create a complete structure

func NewEzsignformfieldResponseCompound ¶

func NewEzsignformfieldResponseCompound(sEzsignformfieldLabel string, sEzsignformfieldValue string) *EzsignformfieldResponseCompound

NewEzsignformfieldResponseCompound instantiates a new EzsignformfieldResponseCompound 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 NewEzsignformfieldResponseCompoundWithDefaults ¶

func NewEzsignformfieldResponseCompoundWithDefaults() *EzsignformfieldResponseCompound

NewEzsignformfieldResponseCompoundWithDefaults instantiates a new EzsignformfieldResponseCompound 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 (*EzsignformfieldResponseCompound) GetSEzsignformfieldLabel ¶

func (o *EzsignformfieldResponseCompound) GetSEzsignformfieldLabel() string

GetSEzsignformfieldLabel returns the SEzsignformfieldLabel field value

func (*EzsignformfieldResponseCompound) GetSEzsignformfieldLabelOk ¶

func (o *EzsignformfieldResponseCompound) GetSEzsignformfieldLabelOk() (*string, bool)

GetSEzsignformfieldLabelOk returns a tuple with the SEzsignformfieldLabel field value and a boolean to check if the value has been set.

func (*EzsignformfieldResponseCompound) GetSEzsignformfieldValue ¶

func (o *EzsignformfieldResponseCompound) GetSEzsignformfieldValue() string

GetSEzsignformfieldValue returns the SEzsignformfieldValue field value

func (*EzsignformfieldResponseCompound) GetSEzsignformfieldValueOk ¶

func (o *EzsignformfieldResponseCompound) GetSEzsignformfieldValueOk() (*string, bool)

GetSEzsignformfieldValueOk returns a tuple with the SEzsignformfieldValue field value and a boolean to check if the value has been set.

func (EzsignformfieldResponseCompound) MarshalJSON ¶

func (o EzsignformfieldResponseCompound) MarshalJSON() ([]byte, error)

func (*EzsignformfieldResponseCompound) SetSEzsignformfieldLabel ¶

func (o *EzsignformfieldResponseCompound) SetSEzsignformfieldLabel(v string)

SetSEzsignformfieldLabel sets field value

func (*EzsignformfieldResponseCompound) SetSEzsignformfieldValue ¶

func (o *EzsignformfieldResponseCompound) SetSEzsignformfieldValue(v string)

SetSEzsignformfieldValue sets field value

type EzsignformfieldgroupResponse ¶

type EzsignformfieldgroupResponse struct {
	// The Label for the Ezsignformfieldgroup
	SEzsignformfieldgroupLabel string `json:"sEzsignformfieldgroupLabel"`
}

EzsignformfieldgroupResponse An Ezsignformfieldgroup Object

func NewEzsignformfieldgroupResponse ¶

func NewEzsignformfieldgroupResponse(sEzsignformfieldgroupLabel string) *EzsignformfieldgroupResponse

NewEzsignformfieldgroupResponse instantiates a new EzsignformfieldgroupResponse 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 NewEzsignformfieldgroupResponseWithDefaults ¶

func NewEzsignformfieldgroupResponseWithDefaults() *EzsignformfieldgroupResponse

NewEzsignformfieldgroupResponseWithDefaults instantiates a new EzsignformfieldgroupResponse 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 (*EzsignformfieldgroupResponse) GetSEzsignformfieldgroupLabel ¶

func (o *EzsignformfieldgroupResponse) GetSEzsignformfieldgroupLabel() string

GetSEzsignformfieldgroupLabel returns the SEzsignformfieldgroupLabel field value

func (*EzsignformfieldgroupResponse) GetSEzsignformfieldgroupLabelOk ¶

func (o *EzsignformfieldgroupResponse) GetSEzsignformfieldgroupLabelOk() (*string, bool)

GetSEzsignformfieldgroupLabelOk returns a tuple with the SEzsignformfieldgroupLabel field value and a boolean to check if the value has been set.

func (EzsignformfieldgroupResponse) MarshalJSON ¶

func (o EzsignformfieldgroupResponse) MarshalJSON() ([]byte, error)

func (*EzsignformfieldgroupResponse) SetSEzsignformfieldgroupLabel ¶

func (o *EzsignformfieldgroupResponse) SetSEzsignformfieldgroupLabel(v string)

SetSEzsignformfieldgroupLabel sets field value

type EzsignformfieldgroupResponseCompound ¶

type EzsignformfieldgroupResponseCompound struct {
	// The Label for the Ezsignformfieldgroup
	SEzsignformfieldgroupLabel string                    `json:"sEzsignformfieldgroupLabel"`
	AObjEzsignformfield        []EzsignformfieldResponse `json:"a_objEzsignformfield"`
}

EzsignformfieldgroupResponseCompound An Ezsignformfieldgroup Object and children to create a complete structure

func NewEzsignformfieldgroupResponseCompound ¶

func NewEzsignformfieldgroupResponseCompound(sEzsignformfieldgroupLabel string, aObjEzsignformfield []EzsignformfieldResponse) *EzsignformfieldgroupResponseCompound

NewEzsignformfieldgroupResponseCompound instantiates a new EzsignformfieldgroupResponseCompound 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 NewEzsignformfieldgroupResponseCompoundWithDefaults ¶

func NewEzsignformfieldgroupResponseCompoundWithDefaults() *EzsignformfieldgroupResponseCompound

NewEzsignformfieldgroupResponseCompoundWithDefaults instantiates a new EzsignformfieldgroupResponseCompound 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 (*EzsignformfieldgroupResponseCompound) GetAObjEzsignformfield ¶

func (o *EzsignformfieldgroupResponseCompound) GetAObjEzsignformfield() []EzsignformfieldResponse

GetAObjEzsignformfield returns the AObjEzsignformfield field value

func (*EzsignformfieldgroupResponseCompound) GetAObjEzsignformfieldOk ¶

func (o *EzsignformfieldgroupResponseCompound) GetAObjEzsignformfieldOk() (*[]EzsignformfieldResponse, bool)

GetAObjEzsignformfieldOk returns a tuple with the AObjEzsignformfield field value and a boolean to check if the value has been set.

func (*EzsignformfieldgroupResponseCompound) GetSEzsignformfieldgroupLabel ¶

func (o *EzsignformfieldgroupResponseCompound) GetSEzsignformfieldgroupLabel() string

GetSEzsignformfieldgroupLabel returns the SEzsignformfieldgroupLabel field value

func (*EzsignformfieldgroupResponseCompound) GetSEzsignformfieldgroupLabelOk ¶

func (o *EzsignformfieldgroupResponseCompound) GetSEzsignformfieldgroupLabelOk() (*string, bool)

GetSEzsignformfieldgroupLabelOk returns a tuple with the SEzsignformfieldgroupLabel field value and a boolean to check if the value has been set.

func (EzsignformfieldgroupResponseCompound) MarshalJSON ¶

func (o EzsignformfieldgroupResponseCompound) MarshalJSON() ([]byte, error)

func (*EzsignformfieldgroupResponseCompound) SetAObjEzsignformfield ¶

func (o *EzsignformfieldgroupResponseCompound) SetAObjEzsignformfield(v []EzsignformfieldResponse)

SetAObjEzsignformfield sets field value

func (*EzsignformfieldgroupResponseCompound) SetSEzsignformfieldgroupLabel ¶

func (o *EzsignformfieldgroupResponseCompound) SetSEzsignformfieldgroupLabel(v string)

SetSEzsignformfieldgroupLabel sets field value

type EzsignformfieldgroupResponseCompoundAllOf ¶

type EzsignformfieldgroupResponseCompoundAllOf struct {
	AObjEzsignformfield []EzsignformfieldResponse `json:"a_objEzsignformfield"`
}

EzsignformfieldgroupResponseCompoundAllOf struct for EzsignformfieldgroupResponseCompoundAllOf

func NewEzsignformfieldgroupResponseCompoundAllOf ¶

func NewEzsignformfieldgroupResponseCompoundAllOf(aObjEzsignformfield []EzsignformfieldResponse) *EzsignformfieldgroupResponseCompoundAllOf

NewEzsignformfieldgroupResponseCompoundAllOf instantiates a new EzsignformfieldgroupResponseCompoundAllOf 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 NewEzsignformfieldgroupResponseCompoundAllOfWithDefaults ¶

func NewEzsignformfieldgroupResponseCompoundAllOfWithDefaults() *EzsignformfieldgroupResponseCompoundAllOf

NewEzsignformfieldgroupResponseCompoundAllOfWithDefaults instantiates a new EzsignformfieldgroupResponseCompoundAllOf 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 (*EzsignformfieldgroupResponseCompoundAllOf) GetAObjEzsignformfield ¶

GetAObjEzsignformfield returns the AObjEzsignformfield field value

func (*EzsignformfieldgroupResponseCompoundAllOf) GetAObjEzsignformfieldOk ¶

func (o *EzsignformfieldgroupResponseCompoundAllOf) GetAObjEzsignformfieldOk() (*[]EzsignformfieldResponse, bool)

GetAObjEzsignformfieldOk returns a tuple with the AObjEzsignformfield field value and a boolean to check if the value has been set.

func (EzsignformfieldgroupResponseCompoundAllOf) MarshalJSON ¶

func (*EzsignformfieldgroupResponseCompoundAllOf) SetAObjEzsignformfield ¶

SetAObjEzsignformfield sets field value

type EzsignpageResponse ¶

type EzsignpageResponse struct {
	// The unique ID of the Ezsignpage
	PkiEzsignpageID int32 `json:"pkiEzsignpageID"`
	// The Width of the page's image in pixels calculated at 100 DPI
	IEzsignpageWidthimage int32 `json:"iEzsignpageWidthimage"`
	// The Height of the page's image in pixels calculated at 100 DPI
	IEzsignpageHeightimage int32 `json:"iEzsignpageHeightimage"`
	// The Width of the page in points calculated at 72 DPI
	IEzsignpageWidthpdf int32 `json:"iEzsignpageWidthpdf"`
	// The Height of the page in points calculated at 72 DPI
	IEzsignpageHeightpdf int32 `json:"iEzsignpageHeightpdf"`
	// The page number in the Ezsigndocument
	IEzsignpagePagenumber int32 `json:"iEzsignpagePagenumber"`
	// The Url to the Ezsignpage's rasterized image.  Url will expire after 5 minutes.
	SImageUrl string `json:"sImageUrl"`
}

EzsignpageResponse An Ezsignpage Object

func NewEzsignpageResponse ¶

func NewEzsignpageResponse(pkiEzsignpageID int32, iEzsignpageWidthimage int32, iEzsignpageHeightimage int32, iEzsignpageWidthpdf int32, iEzsignpageHeightpdf int32, iEzsignpagePagenumber int32, sImageUrl string) *EzsignpageResponse

NewEzsignpageResponse instantiates a new EzsignpageResponse 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 NewEzsignpageResponseWithDefaults ¶

func NewEzsignpageResponseWithDefaults() *EzsignpageResponse

NewEzsignpageResponseWithDefaults instantiates a new EzsignpageResponse 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 (*EzsignpageResponse) GetIEzsignpageHeightimage ¶

func (o *EzsignpageResponse) GetIEzsignpageHeightimage() int32

GetIEzsignpageHeightimage returns the IEzsignpageHeightimage field value

func (*EzsignpageResponse) GetIEzsignpageHeightimageOk ¶

func (o *EzsignpageResponse) GetIEzsignpageHeightimageOk() (*int32, bool)

GetIEzsignpageHeightimageOk returns a tuple with the IEzsignpageHeightimage field value and a boolean to check if the value has been set.

func (*EzsignpageResponse) GetIEzsignpageHeightpdf ¶

func (o *EzsignpageResponse) GetIEzsignpageHeightpdf() int32

GetIEzsignpageHeightpdf returns the IEzsignpageHeightpdf field value

func (*EzsignpageResponse) GetIEzsignpageHeightpdfOk ¶

func (o *EzsignpageResponse) GetIEzsignpageHeightpdfOk() (*int32, bool)

GetIEzsignpageHeightpdfOk returns a tuple with the IEzsignpageHeightpdf field value and a boolean to check if the value has been set.

func (*EzsignpageResponse) GetIEzsignpagePagenumber ¶

func (o *EzsignpageResponse) GetIEzsignpagePagenumber() int32

GetIEzsignpagePagenumber returns the IEzsignpagePagenumber field value

func (*EzsignpageResponse) GetIEzsignpagePagenumberOk ¶

func (o *EzsignpageResponse) GetIEzsignpagePagenumberOk() (*int32, bool)

GetIEzsignpagePagenumberOk returns a tuple with the IEzsignpagePagenumber field value and a boolean to check if the value has been set.

func (*EzsignpageResponse) GetIEzsignpageWidthimage ¶

func (o *EzsignpageResponse) GetIEzsignpageWidthimage() int32

GetIEzsignpageWidthimage returns the IEzsignpageWidthimage field value

func (*EzsignpageResponse) GetIEzsignpageWidthimageOk ¶

func (o *EzsignpageResponse) GetIEzsignpageWidthimageOk() (*int32, bool)

GetIEzsignpageWidthimageOk returns a tuple with the IEzsignpageWidthimage field value and a boolean to check if the value has been set.

func (*EzsignpageResponse) GetIEzsignpageWidthpdf ¶

func (o *EzsignpageResponse) GetIEzsignpageWidthpdf() int32

GetIEzsignpageWidthpdf returns the IEzsignpageWidthpdf field value

func (*EzsignpageResponse) GetIEzsignpageWidthpdfOk ¶

func (o *EzsignpageResponse) GetIEzsignpageWidthpdfOk() (*int32, bool)

GetIEzsignpageWidthpdfOk returns a tuple with the IEzsignpageWidthpdf field value and a boolean to check if the value has been set.

func (*EzsignpageResponse) GetPkiEzsignpageID ¶

func (o *EzsignpageResponse) GetPkiEzsignpageID() int32

GetPkiEzsignpageID returns the PkiEzsignpageID field value

func (*EzsignpageResponse) GetPkiEzsignpageIDOk ¶

func (o *EzsignpageResponse) GetPkiEzsignpageIDOk() (*int32, bool)

GetPkiEzsignpageIDOk returns a tuple with the PkiEzsignpageID field value and a boolean to check if the value has been set.

func (*EzsignpageResponse) GetSImageUrl ¶

func (o *EzsignpageResponse) GetSImageUrl() string

GetSImageUrl returns the SImageUrl field value

func (*EzsignpageResponse) GetSImageUrlOk ¶

func (o *EzsignpageResponse) GetSImageUrlOk() (*string, bool)

GetSImageUrlOk returns a tuple with the SImageUrl field value and a boolean to check if the value has been set.

func (EzsignpageResponse) MarshalJSON ¶

func (o EzsignpageResponse) MarshalJSON() ([]byte, error)

func (*EzsignpageResponse) SetIEzsignpageHeightimage ¶

func (o *EzsignpageResponse) SetIEzsignpageHeightimage(v int32)

SetIEzsignpageHeightimage sets field value

func (*EzsignpageResponse) SetIEzsignpageHeightpdf ¶

func (o *EzsignpageResponse) SetIEzsignpageHeightpdf(v int32)

SetIEzsignpageHeightpdf sets field value

func (*EzsignpageResponse) SetIEzsignpagePagenumber ¶

func (o *EzsignpageResponse) SetIEzsignpagePagenumber(v int32)

SetIEzsignpagePagenumber sets field value

func (*EzsignpageResponse) SetIEzsignpageWidthimage ¶

func (o *EzsignpageResponse) SetIEzsignpageWidthimage(v int32)

SetIEzsignpageWidthimage sets field value

func (*EzsignpageResponse) SetIEzsignpageWidthpdf ¶

func (o *EzsignpageResponse) SetIEzsignpageWidthpdf(v int32)

SetIEzsignpageWidthpdf sets field value

func (*EzsignpageResponse) SetPkiEzsignpageID ¶

func (o *EzsignpageResponse) SetPkiEzsignpageID(v int32)

SetPkiEzsignpageID sets field value

func (*EzsignpageResponse) SetSImageUrl ¶

func (o *EzsignpageResponse) SetSImageUrl(v string)

SetSImageUrl sets field value

type EzsignsignatureCreateObjectV1Request ¶

type EzsignsignatureCreateObjectV1Request struct {
	ObjEzsignsignature         *EzsignsignatureRequest         `json:"objEzsignsignature,omitempty"`
	ObjEzsignsignatureCompound *EzsignsignatureRequestCompound `json:"objEzsignsignatureCompound,omitempty"`
}

EzsignsignatureCreateObjectV1Request Request for the /1/object/ezsignsignature/createObject API Request

func NewEzsignsignatureCreateObjectV1Request ¶

func NewEzsignsignatureCreateObjectV1Request() *EzsignsignatureCreateObjectV1Request

NewEzsignsignatureCreateObjectV1Request instantiates a new EzsignsignatureCreateObjectV1Request 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 NewEzsignsignatureCreateObjectV1RequestWithDefaults ¶

func NewEzsignsignatureCreateObjectV1RequestWithDefaults() *EzsignsignatureCreateObjectV1Request

NewEzsignsignatureCreateObjectV1RequestWithDefaults instantiates a new EzsignsignatureCreateObjectV1Request 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 (*EzsignsignatureCreateObjectV1Request) GetObjEzsignsignature ¶

GetObjEzsignsignature returns the ObjEzsignsignature field value if set, zero value otherwise.

func (*EzsignsignatureCreateObjectV1Request) GetObjEzsignsignatureCompound ¶

func (o *EzsignsignatureCreateObjectV1Request) GetObjEzsignsignatureCompound() EzsignsignatureRequestCompound

GetObjEzsignsignatureCompound returns the ObjEzsignsignatureCompound field value if set, zero value otherwise.

func (*EzsignsignatureCreateObjectV1Request) GetObjEzsignsignatureCompoundOk ¶

func (o *EzsignsignatureCreateObjectV1Request) GetObjEzsignsignatureCompoundOk() (*EzsignsignatureRequestCompound, bool)

GetObjEzsignsignatureCompoundOk returns a tuple with the ObjEzsignsignatureCompound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureCreateObjectV1Request) GetObjEzsignsignatureOk ¶

func (o *EzsignsignatureCreateObjectV1Request) GetObjEzsignsignatureOk() (*EzsignsignatureRequest, bool)

GetObjEzsignsignatureOk returns a tuple with the ObjEzsignsignature field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureCreateObjectV1Request) HasObjEzsignsignature ¶

func (o *EzsignsignatureCreateObjectV1Request) HasObjEzsignsignature() bool

HasObjEzsignsignature returns a boolean if a field has been set.

func (*EzsignsignatureCreateObjectV1Request) HasObjEzsignsignatureCompound ¶

func (o *EzsignsignatureCreateObjectV1Request) HasObjEzsignsignatureCompound() bool

HasObjEzsignsignatureCompound returns a boolean if a field has been set.

func (EzsignsignatureCreateObjectV1Request) MarshalJSON ¶

func (o EzsignsignatureCreateObjectV1Request) MarshalJSON() ([]byte, error)

func (*EzsignsignatureCreateObjectV1Request) SetObjEzsignsignature ¶

SetObjEzsignsignature gets a reference to the given EzsignsignatureRequest and assigns it to the ObjEzsignsignature field.

func (*EzsignsignatureCreateObjectV1Request) SetObjEzsignsignatureCompound ¶

func (o *EzsignsignatureCreateObjectV1Request) SetObjEzsignsignatureCompound(v EzsignsignatureRequestCompound)

SetObjEzsignsignatureCompound gets a reference to the given EzsignsignatureRequestCompound and assigns it to the ObjEzsignsignatureCompound field.

type EzsignsignatureCreateObjectV1Response ¶

type EzsignsignatureCreateObjectV1Response struct {
	MPayload        EzsignsignatureCreateObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload                `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                       `json:"objDebug,omitempty"`
}

EzsignsignatureCreateObjectV1Response Response for the /1/object/ezsignsignature/createObject API Request

func NewEzsignsignatureCreateObjectV1Response ¶

func NewEzsignsignatureCreateObjectV1Response(mPayload EzsignsignatureCreateObjectV1ResponseMPayload) *EzsignsignatureCreateObjectV1Response

NewEzsignsignatureCreateObjectV1Response instantiates a new EzsignsignatureCreateObjectV1Response 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 NewEzsignsignatureCreateObjectV1ResponseWithDefaults ¶

func NewEzsignsignatureCreateObjectV1ResponseWithDefaults() *EzsignsignatureCreateObjectV1Response

NewEzsignsignatureCreateObjectV1ResponseWithDefaults instantiates a new EzsignsignatureCreateObjectV1Response 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 (*EzsignsignatureCreateObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignsignatureCreateObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignsignatureCreateObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignsignatureCreateObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureCreateObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignsignatureCreateObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureCreateObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsignsignatureCreateObjectV1Response) HasObjDebugPayload ¶

func (o *EzsignsignatureCreateObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignsignatureCreateObjectV1Response) MarshalJSON ¶

func (o EzsignsignatureCreateObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsignsignatureCreateObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsignsignatureCreateObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignsignatureCreateObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignsignatureCreateObjectV1ResponseAllOf ¶

type EzsignsignatureCreateObjectV1ResponseAllOf struct {
	MPayload EzsignsignatureCreateObjectV1ResponseMPayload `json:"mPayload"`
}

EzsignsignatureCreateObjectV1ResponseAllOf struct for EzsignsignatureCreateObjectV1ResponseAllOf

func NewEzsignsignatureCreateObjectV1ResponseAllOf ¶

func NewEzsignsignatureCreateObjectV1ResponseAllOf(mPayload EzsignsignatureCreateObjectV1ResponseMPayload) *EzsignsignatureCreateObjectV1ResponseAllOf

NewEzsignsignatureCreateObjectV1ResponseAllOf instantiates a new EzsignsignatureCreateObjectV1ResponseAllOf 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 NewEzsignsignatureCreateObjectV1ResponseAllOfWithDefaults ¶

func NewEzsignsignatureCreateObjectV1ResponseAllOfWithDefaults() *EzsignsignatureCreateObjectV1ResponseAllOf

NewEzsignsignatureCreateObjectV1ResponseAllOfWithDefaults instantiates a new EzsignsignatureCreateObjectV1ResponseAllOf 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 (*EzsignsignatureCreateObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsignsignatureCreateObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignsignatureCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*EzsignsignatureCreateObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsignsignatureCreateObjectV1ResponseMPayload ¶

type EzsignsignatureCreateObjectV1ResponseMPayload struct {
	// An array of unique IDs representing the object that were requested to be created.  They are returned in the same order as the array containing the objects to be created that was sent in the request.
	APkiEzsignsignatureID []int32 `json:"a_pkiEzsignsignatureID"`
}

EzsignsignatureCreateObjectV1ResponseMPayload Payload for the /1/object/ezsignsignature/createObject API Request

func NewEzsignsignatureCreateObjectV1ResponseMPayload ¶

func NewEzsignsignatureCreateObjectV1ResponseMPayload(aPkiEzsignsignatureID []int32) *EzsignsignatureCreateObjectV1ResponseMPayload

NewEzsignsignatureCreateObjectV1ResponseMPayload instantiates a new EzsignsignatureCreateObjectV1ResponseMPayload 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 NewEzsignsignatureCreateObjectV1ResponseMPayloadWithDefaults ¶

func NewEzsignsignatureCreateObjectV1ResponseMPayloadWithDefaults() *EzsignsignatureCreateObjectV1ResponseMPayload

NewEzsignsignatureCreateObjectV1ResponseMPayloadWithDefaults instantiates a new EzsignsignatureCreateObjectV1ResponseMPayload 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 (*EzsignsignatureCreateObjectV1ResponseMPayload) GetAPkiEzsignsignatureID ¶

func (o *EzsignsignatureCreateObjectV1ResponseMPayload) GetAPkiEzsignsignatureID() []int32

GetAPkiEzsignsignatureID returns the APkiEzsignsignatureID field value

func (*EzsignsignatureCreateObjectV1ResponseMPayload) GetAPkiEzsignsignatureIDOk ¶

func (o *EzsignsignatureCreateObjectV1ResponseMPayload) GetAPkiEzsignsignatureIDOk() (*[]int32, bool)

GetAPkiEzsignsignatureIDOk returns a tuple with the APkiEzsignsignatureID field value and a boolean to check if the value has been set.

func (EzsignsignatureCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*EzsignsignatureCreateObjectV1ResponseMPayload) SetAPkiEzsignsignatureID ¶

func (o *EzsignsignatureCreateObjectV1ResponseMPayload) SetAPkiEzsignsignatureID(v []int32)

SetAPkiEzsignsignatureID sets field value

type EzsignsignatureDeleteObjectV1Response ¶

type EzsignsignatureDeleteObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignsignatureDeleteObjectV1Response Response for the /1/object/ezsignsignature/deleteObject API Request

func NewEzsignsignatureDeleteObjectV1Response ¶

func NewEzsignsignatureDeleteObjectV1Response() *EzsignsignatureDeleteObjectV1Response

NewEzsignsignatureDeleteObjectV1Response instantiates a new EzsignsignatureDeleteObjectV1Response 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 NewEzsignsignatureDeleteObjectV1ResponseWithDefaults ¶

func NewEzsignsignatureDeleteObjectV1ResponseWithDefaults() *EzsignsignatureDeleteObjectV1Response

NewEzsignsignatureDeleteObjectV1ResponseWithDefaults instantiates a new EzsignsignatureDeleteObjectV1Response 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 (*EzsignsignatureDeleteObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignsignatureDeleteObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureDeleteObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignsignatureDeleteObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureDeleteObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsignsignatureDeleteObjectV1Response) HasObjDebugPayload ¶

func (o *EzsignsignatureDeleteObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignsignatureDeleteObjectV1Response) MarshalJSON ¶

func (o EzsignsignatureDeleteObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsignsignatureDeleteObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignsignatureDeleteObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignsignatureGetObjectV1Response ¶

type EzsignsignatureGetObjectV1Response struct {
	// Payload for the /1/object/ezsignsignature/getObject API Request
	MPayload        map[string]interface{}         `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

EzsignsignatureGetObjectV1Response Response for the /1/object/ezsignsignature/getObject API Request

func NewEzsignsignatureGetObjectV1Response ¶

func NewEzsignsignatureGetObjectV1Response(mPayload map[string]interface{}) *EzsignsignatureGetObjectV1Response

NewEzsignsignatureGetObjectV1Response instantiates a new EzsignsignatureGetObjectV1Response 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 NewEzsignsignatureGetObjectV1ResponseWithDefaults ¶

func NewEzsignsignatureGetObjectV1ResponseWithDefaults() *EzsignsignatureGetObjectV1Response

NewEzsignsignatureGetObjectV1ResponseWithDefaults instantiates a new EzsignsignatureGetObjectV1Response 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 (*EzsignsignatureGetObjectV1Response) GetMPayload ¶

func (o *EzsignsignatureGetObjectV1Response) GetMPayload() map[string]interface{}

GetMPayload returns the MPayload field value

func (*EzsignsignatureGetObjectV1Response) GetMPayloadOk ¶

func (o *EzsignsignatureGetObjectV1Response) GetMPayloadOk() (*map[string]interface{}, bool)

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsignsignatureGetObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsignsignatureGetObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureGetObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsignsignatureGetObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignatureGetObjectV1Response) HasObjDebug ¶

func (o *EzsignsignatureGetObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*EzsignsignatureGetObjectV1Response) HasObjDebugPayload ¶

func (o *EzsignsignatureGetObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsignsignatureGetObjectV1Response) MarshalJSON ¶

func (o EzsignsignatureGetObjectV1Response) MarshalJSON() ([]byte, error)

func (*EzsignsignatureGetObjectV1Response) SetMPayload ¶

func (o *EzsignsignatureGetObjectV1Response) SetMPayload(v map[string]interface{})

SetMPayload sets field value

func (*EzsignsignatureGetObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsignsignatureGetObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type EzsignsignatureGetObjectV1ResponseAllOf ¶

type EzsignsignatureGetObjectV1ResponseAllOf struct {
	// Payload for the /1/object/ezsignsignature/getObject API Request
	MPayload map[string]interface{} `json:"mPayload"`
}

EzsignsignatureGetObjectV1ResponseAllOf struct for EzsignsignatureGetObjectV1ResponseAllOf

func NewEzsignsignatureGetObjectV1ResponseAllOf ¶

func NewEzsignsignatureGetObjectV1ResponseAllOf(mPayload map[string]interface{}) *EzsignsignatureGetObjectV1ResponseAllOf

NewEzsignsignatureGetObjectV1ResponseAllOf instantiates a new EzsignsignatureGetObjectV1ResponseAllOf 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 NewEzsignsignatureGetObjectV1ResponseAllOfWithDefaults ¶

func NewEzsignsignatureGetObjectV1ResponseAllOfWithDefaults() *EzsignsignatureGetObjectV1ResponseAllOf

NewEzsignsignatureGetObjectV1ResponseAllOfWithDefaults instantiates a new EzsignsignatureGetObjectV1ResponseAllOf 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 (*EzsignsignatureGetObjectV1ResponseAllOf) GetMPayload ¶

func (o *EzsignsignatureGetObjectV1ResponseAllOf) GetMPayload() map[string]interface{}

GetMPayload returns the MPayload field value

func (*EzsignsignatureGetObjectV1ResponseAllOf) GetMPayloadOk ¶

func (o *EzsignsignatureGetObjectV1ResponseAllOf) GetMPayloadOk() (*map[string]interface{}, bool)

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsignsignatureGetObjectV1ResponseAllOf) MarshalJSON ¶

func (o EzsignsignatureGetObjectV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*EzsignsignatureGetObjectV1ResponseAllOf) SetMPayload ¶

func (o *EzsignsignatureGetObjectV1ResponseAllOf) SetMPayload(v map[string]interface{})

SetMPayload sets field value

type EzsignsignatureRequest ¶

type EzsignsignatureRequest struct {
	// The unique ID of the Ezsignfoldersignerassociation
	FkiEzsignfoldersignerassociationID int32 `json:"fkiEzsignfoldersignerassociationID"`
	// The page number in the Ezsigndocument
	IEzsignpagePagenumber int32 `json:"iEzsignpagePagenumber"`
	// The X coordinate (Horizontal) where to put the signature block on the page.  Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the signature block 2 inches from the left border of the page, you would use \"200\" for the X coordinate.
	IEzsignsignatureX int32 `json:"iEzsignsignatureX"`
	// The Y coordinate (Vertical) where to put the signature block on the page.  Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the signature block 3 inches from the top border of the page, you would use \"300\" for the Y coordinate.
	IEzsignsignatureY int32 `json:"iEzsignsignatureY"`
	// The step when the Ezsignsigner will be invited to sign.
	IEzsignsignatureStep int32                     `json:"iEzsignsignatureStep"`
	EEzsignsignatureType FieldEEzsignsignatureType `json:"eEzsignsignatureType"`
	// The unique ID of the Ezsigndocument
	FkiEzsigndocumentID int32 `json:"fkiEzsigndocumentID"`
}

EzsignsignatureRequest An Ezsignsignature Object

func NewEzsignsignatureRequest ¶

func NewEzsignsignatureRequest(fkiEzsignfoldersignerassociationID int32, iEzsignpagePagenumber int32, iEzsignsignatureX int32, iEzsignsignatureY int32, iEzsignsignatureStep int32, eEzsignsignatureType FieldEEzsignsignatureType, fkiEzsigndocumentID int32) *EzsignsignatureRequest

NewEzsignsignatureRequest instantiates a new EzsignsignatureRequest 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 NewEzsignsignatureRequestWithDefaults ¶

func NewEzsignsignatureRequestWithDefaults() *EzsignsignatureRequest

NewEzsignsignatureRequestWithDefaults instantiates a new EzsignsignatureRequest 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 (*EzsignsignatureRequest) GetEEzsignsignatureType ¶

func (o *EzsignsignatureRequest) GetEEzsignsignatureType() FieldEEzsignsignatureType

GetEEzsignsignatureType returns the EEzsignsignatureType field value

func (*EzsignsignatureRequest) GetEEzsignsignatureTypeOk ¶

func (o *EzsignsignatureRequest) GetEEzsignsignatureTypeOk() (*FieldEEzsignsignatureType, bool)

GetEEzsignsignatureTypeOk returns a tuple with the EEzsignsignatureType field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequest) GetFkiEzsigndocumentID ¶

func (o *EzsignsignatureRequest) GetFkiEzsigndocumentID() int32

GetFkiEzsigndocumentID returns the FkiEzsigndocumentID field value

func (*EzsignsignatureRequest) GetFkiEzsigndocumentIDOk ¶

func (o *EzsignsignatureRequest) GetFkiEzsigndocumentIDOk() (*int32, bool)

GetFkiEzsigndocumentIDOk returns a tuple with the FkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequest) GetFkiEzsignfoldersignerassociationID ¶

func (o *EzsignsignatureRequest) GetFkiEzsignfoldersignerassociationID() int32

GetFkiEzsignfoldersignerassociationID returns the FkiEzsignfoldersignerassociationID field value

func (*EzsignsignatureRequest) GetFkiEzsignfoldersignerassociationIDOk ¶

func (o *EzsignsignatureRequest) GetFkiEzsignfoldersignerassociationIDOk() (*int32, bool)

GetFkiEzsignfoldersignerassociationIDOk returns a tuple with the FkiEzsignfoldersignerassociationID field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequest) GetIEzsignpagePagenumber ¶

func (o *EzsignsignatureRequest) GetIEzsignpagePagenumber() int32

GetIEzsignpagePagenumber returns the IEzsignpagePagenumber field value

func (*EzsignsignatureRequest) GetIEzsignpagePagenumberOk ¶

func (o *EzsignsignatureRequest) GetIEzsignpagePagenumberOk() (*int32, bool)

GetIEzsignpagePagenumberOk returns a tuple with the IEzsignpagePagenumber field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequest) GetIEzsignsignatureStep ¶

func (o *EzsignsignatureRequest) GetIEzsignsignatureStep() int32

GetIEzsignsignatureStep returns the IEzsignsignatureStep field value

func (*EzsignsignatureRequest) GetIEzsignsignatureStepOk ¶

func (o *EzsignsignatureRequest) GetIEzsignsignatureStepOk() (*int32, bool)

GetIEzsignsignatureStepOk returns a tuple with the IEzsignsignatureStep field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequest) GetIEzsignsignatureX ¶

func (o *EzsignsignatureRequest) GetIEzsignsignatureX() int32

GetIEzsignsignatureX returns the IEzsignsignatureX field value

func (*EzsignsignatureRequest) GetIEzsignsignatureXOk ¶

func (o *EzsignsignatureRequest) GetIEzsignsignatureXOk() (*int32, bool)

GetIEzsignsignatureXOk returns a tuple with the IEzsignsignatureX field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequest) GetIEzsignsignatureY ¶

func (o *EzsignsignatureRequest) GetIEzsignsignatureY() int32

GetIEzsignsignatureY returns the IEzsignsignatureY field value

func (*EzsignsignatureRequest) GetIEzsignsignatureYOk ¶

func (o *EzsignsignatureRequest) GetIEzsignsignatureYOk() (*int32, bool)

GetIEzsignsignatureYOk returns a tuple with the IEzsignsignatureY field value and a boolean to check if the value has been set.

func (EzsignsignatureRequest) MarshalJSON ¶

func (o EzsignsignatureRequest) MarshalJSON() ([]byte, error)

func (*EzsignsignatureRequest) SetEEzsignsignatureType ¶

func (o *EzsignsignatureRequest) SetEEzsignsignatureType(v FieldEEzsignsignatureType)

SetEEzsignsignatureType sets field value

func (*EzsignsignatureRequest) SetFkiEzsigndocumentID ¶

func (o *EzsignsignatureRequest) SetFkiEzsigndocumentID(v int32)

SetFkiEzsigndocumentID sets field value

func (*EzsignsignatureRequest) SetFkiEzsignfoldersignerassociationID ¶

func (o *EzsignsignatureRequest) SetFkiEzsignfoldersignerassociationID(v int32)

SetFkiEzsignfoldersignerassociationID sets field value

func (*EzsignsignatureRequest) SetIEzsignpagePagenumber ¶

func (o *EzsignsignatureRequest) SetIEzsignpagePagenumber(v int32)

SetIEzsignpagePagenumber sets field value

func (*EzsignsignatureRequest) SetIEzsignsignatureStep ¶

func (o *EzsignsignatureRequest) SetIEzsignsignatureStep(v int32)

SetIEzsignsignatureStep sets field value

func (*EzsignsignatureRequest) SetIEzsignsignatureX ¶

func (o *EzsignsignatureRequest) SetIEzsignsignatureX(v int32)

SetIEzsignsignatureX sets field value

func (*EzsignsignatureRequest) SetIEzsignsignatureY ¶

func (o *EzsignsignatureRequest) SetIEzsignsignatureY(v int32)

SetIEzsignsignatureY sets field value

type EzsignsignatureRequestCompound ¶

type EzsignsignatureRequestCompound struct {
	// The unique ID of the Ezsignfoldersignerassociation
	FkiEzsignfoldersignerassociationID int32 `json:"fkiEzsignfoldersignerassociationID"`
	// The page number in the Ezsigndocument
	IEzsignpagePagenumber int32 `json:"iEzsignpagePagenumber"`
	// The X coordinate (Horizontal) where to put the signature block on the page.  Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the signature block 2 inches from the left border of the page, you would use \"200\" for the X coordinate.
	IEzsignsignatureX int32 `json:"iEzsignsignatureX"`
	// The Y coordinate (Vertical) where to put the signature block on the page.  Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the signature block 3 inches from the top border of the page, you would use \"300\" for the Y coordinate.
	IEzsignsignatureY int32 `json:"iEzsignsignatureY"`
	// The step when the Ezsignsigner will be invited to sign.
	IEzsignsignatureStep int32                     `json:"iEzsignsignatureStep"`
	EEzsignsignatureType FieldEEzsignsignatureType `json:"eEzsignsignatureType"`
	// The unique ID of the Ezsigndocument
	FkiEzsigndocumentID int32 `json:"fkiEzsigndocumentID"`
}

EzsignsignatureRequestCompound An Ezsignsignature Object and children to create a complete structure

func NewEzsignsignatureRequestCompound ¶

func NewEzsignsignatureRequestCompound(fkiEzsignfoldersignerassociationID int32, iEzsignpagePagenumber int32, iEzsignsignatureX int32, iEzsignsignatureY int32, iEzsignsignatureStep int32, eEzsignsignatureType FieldEEzsignsignatureType, fkiEzsigndocumentID int32) *EzsignsignatureRequestCompound

NewEzsignsignatureRequestCompound instantiates a new EzsignsignatureRequestCompound 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 NewEzsignsignatureRequestCompoundWithDefaults ¶

func NewEzsignsignatureRequestCompoundWithDefaults() *EzsignsignatureRequestCompound

NewEzsignsignatureRequestCompoundWithDefaults instantiates a new EzsignsignatureRequestCompound 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 (*EzsignsignatureRequestCompound) GetEEzsignsignatureType ¶

func (o *EzsignsignatureRequestCompound) GetEEzsignsignatureType() FieldEEzsignsignatureType

GetEEzsignsignatureType returns the EEzsignsignatureType field value

func (*EzsignsignatureRequestCompound) GetEEzsignsignatureTypeOk ¶

func (o *EzsignsignatureRequestCompound) GetEEzsignsignatureTypeOk() (*FieldEEzsignsignatureType, bool)

GetEEzsignsignatureTypeOk returns a tuple with the EEzsignsignatureType field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequestCompound) GetFkiEzsigndocumentID ¶

func (o *EzsignsignatureRequestCompound) GetFkiEzsigndocumentID() int32

GetFkiEzsigndocumentID returns the FkiEzsigndocumentID field value

func (*EzsignsignatureRequestCompound) GetFkiEzsigndocumentIDOk ¶

func (o *EzsignsignatureRequestCompound) GetFkiEzsigndocumentIDOk() (*int32, bool)

GetFkiEzsigndocumentIDOk returns a tuple with the FkiEzsigndocumentID field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequestCompound) GetFkiEzsignfoldersignerassociationID ¶

func (o *EzsignsignatureRequestCompound) GetFkiEzsignfoldersignerassociationID() int32

GetFkiEzsignfoldersignerassociationID returns the FkiEzsignfoldersignerassociationID field value

func (*EzsignsignatureRequestCompound) GetFkiEzsignfoldersignerassociationIDOk ¶

func (o *EzsignsignatureRequestCompound) GetFkiEzsignfoldersignerassociationIDOk() (*int32, bool)

GetFkiEzsignfoldersignerassociationIDOk returns a tuple with the FkiEzsignfoldersignerassociationID field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequestCompound) GetIEzsignpagePagenumber ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignpagePagenumber() int32

GetIEzsignpagePagenumber returns the IEzsignpagePagenumber field value

func (*EzsignsignatureRequestCompound) GetIEzsignpagePagenumberOk ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignpagePagenumberOk() (*int32, bool)

GetIEzsignpagePagenumberOk returns a tuple with the IEzsignpagePagenumber field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequestCompound) GetIEzsignsignatureStep ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignsignatureStep() int32

GetIEzsignsignatureStep returns the IEzsignsignatureStep field value

func (*EzsignsignatureRequestCompound) GetIEzsignsignatureStepOk ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignsignatureStepOk() (*int32, bool)

GetIEzsignsignatureStepOk returns a tuple with the IEzsignsignatureStep field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequestCompound) GetIEzsignsignatureX ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignsignatureX() int32

GetIEzsignsignatureX returns the IEzsignsignatureX field value

func (*EzsignsignatureRequestCompound) GetIEzsignsignatureXOk ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignsignatureXOk() (*int32, bool)

GetIEzsignsignatureXOk returns a tuple with the IEzsignsignatureX field value and a boolean to check if the value has been set.

func (*EzsignsignatureRequestCompound) GetIEzsignsignatureY ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignsignatureY() int32

GetIEzsignsignatureY returns the IEzsignsignatureY field value

func (*EzsignsignatureRequestCompound) GetIEzsignsignatureYOk ¶

func (o *EzsignsignatureRequestCompound) GetIEzsignsignatureYOk() (*int32, bool)

GetIEzsignsignatureYOk returns a tuple with the IEzsignsignatureY field value and a boolean to check if the value has been set.

func (EzsignsignatureRequestCompound) MarshalJSON ¶

func (o EzsignsignatureRequestCompound) MarshalJSON() ([]byte, error)

func (*EzsignsignatureRequestCompound) SetEEzsignsignatureType ¶

func (o *EzsignsignatureRequestCompound) SetEEzsignsignatureType(v FieldEEzsignsignatureType)

SetEEzsignsignatureType sets field value

func (*EzsignsignatureRequestCompound) SetFkiEzsigndocumentID ¶

func (o *EzsignsignatureRequestCompound) SetFkiEzsigndocumentID(v int32)

SetFkiEzsigndocumentID sets field value

func (*EzsignsignatureRequestCompound) SetFkiEzsignfoldersignerassociationID ¶

func (o *EzsignsignatureRequestCompound) SetFkiEzsignfoldersignerassociationID(v int32)

SetFkiEzsignfoldersignerassociationID sets field value

func (*EzsignsignatureRequestCompound) SetIEzsignpagePagenumber ¶

func (o *EzsignsignatureRequestCompound) SetIEzsignpagePagenumber(v int32)

SetIEzsignpagePagenumber sets field value

func (*EzsignsignatureRequestCompound) SetIEzsignsignatureStep ¶

func (o *EzsignsignatureRequestCompound) SetIEzsignsignatureStep(v int32)

SetIEzsignsignatureStep sets field value

func (*EzsignsignatureRequestCompound) SetIEzsignsignatureX ¶

func (o *EzsignsignatureRequestCompound) SetIEzsignsignatureX(v int32)

SetIEzsignsignatureX sets field value

func (*EzsignsignatureRequestCompound) SetIEzsignsignatureY ¶

func (o *EzsignsignatureRequestCompound) SetIEzsignsignatureY(v int32)

SetIEzsignsignatureY sets field value

type EzsignsignerRequest ¶

type EzsignsignerRequest struct {
	// The unique ID of the Taxassignment.  Valid values:  |Value|Description| |-|-| |1|No tax| |2|GST| |3|HST (ON)| |4|HST (NB)| |5|HST (NS)| |6|HST (NL)| |7|HST (PE)| |8|GST + QST (QC)| |9|GST + QST (QC) Non-Recoverable| |10|GST + PST (BC)| |11|GST + PST (SK)| |12|GST + RST (MB)| |13|GST + PST (BC) Non-Recoverable| |14|GST + PST (SK) Non-Recoverable| |15|GST + RST (MB) Non-Recoverable|
	FkiTaxassignmentID int32 `json:"fkiTaxassignmentID"`
	// The unique ID of the Secretquestion.  Valid values:  |Value|Description| |-|-| |1|The name of the hospital in which you were born| |2|The name of your grade school| |3|The last name of your favorite teacher| |4|Your favorite sports team| |5|Your favorite TV show| |6|Your favorite movie| |7|The name of the street on which you grew up| |8|The name of your first employer| |9|Your first car| |10|Your favorite food| |11|The name of your first pet| |12|Favorite musician/band| |13|What instrument you play| |14|Your father's middle name| |15|Your mother's maiden name| |16|Name of your eldest child| |17|Your spouse's middle name| |18|Favorite restaurant| |19|Childhood nickname| |20|Favorite vacation destination| |21|Your boat's name| |22|Date of Birth (YYYY-MM-DD)|
	FkiSecretquestionID *int32 `json:"fkiSecretquestionID,omitempty"`
	// The method the Ezsignsigner will authenticate to the signing platform.  1. **Password** means the Ezsignsigner will receive a secure link by email. 2. **PasswordPhone** means the Ezsignsigner will receive a secure link by email and will need to authenticate using SMS or Phone call. **Additional fee applies**. 3. **PasswordQuestion** means the Ezsignsigner will receive a secure link by email and will need to authenticate using a predefined question and answer. 4. **InPersonPhone** means the Ezsignsigner will only be able to sign \"In-Person\" and will need to authenticate using SMS or Phone call. No email will be sent for invitation to sign. **Additional fee applies**. 5. **InPerson** means the Ezsignsigner will only be able to sign \"In-Person\" and there won't be any authentication. No email will be sent for invitation to sign. Make sure you evaluate the risk of signature denial and at minimum, we recommend you use a handwritten signature type.
	EEzsignsignerLogintype string `json:"eEzsignsignerLogintype"`
	// The predefined answer to the secret question the Ezsignsigner will need to provide to successfully authenticate.
	SEzsignsignerSecretanswer *string `json:"sEzsignsignerSecretanswer,omitempty"`
}

EzsignsignerRequest An Ezsignsigner Object

func NewEzsignsignerRequest ¶

func NewEzsignsignerRequest(fkiTaxassignmentID int32, eEzsignsignerLogintype string) *EzsignsignerRequest

NewEzsignsignerRequest instantiates a new EzsignsignerRequest 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 NewEzsignsignerRequestWithDefaults ¶

func NewEzsignsignerRequestWithDefaults() *EzsignsignerRequest

NewEzsignsignerRequestWithDefaults instantiates a new EzsignsignerRequest 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 (*EzsignsignerRequest) GetEEzsignsignerLogintype ¶

func (o *EzsignsignerRequest) GetEEzsignsignerLogintype() string

GetEEzsignsignerLogintype returns the EEzsignsignerLogintype field value

func (*EzsignsignerRequest) GetEEzsignsignerLogintypeOk ¶

func (o *EzsignsignerRequest) GetEEzsignsignerLogintypeOk() (*string, bool)

GetEEzsignsignerLogintypeOk returns a tuple with the EEzsignsignerLogintype field value and a boolean to check if the value has been set.

func (*EzsignsignerRequest) GetFkiSecretquestionID ¶

func (o *EzsignsignerRequest) GetFkiSecretquestionID() int32

GetFkiSecretquestionID returns the FkiSecretquestionID field value if set, zero value otherwise.

func (*EzsignsignerRequest) GetFkiSecretquestionIDOk ¶

func (o *EzsignsignerRequest) GetFkiSecretquestionIDOk() (*int32, bool)

GetFkiSecretquestionIDOk returns a tuple with the FkiSecretquestionID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequest) GetFkiTaxassignmentID ¶

func (o *EzsignsignerRequest) GetFkiTaxassignmentID() int32

GetFkiTaxassignmentID returns the FkiTaxassignmentID field value

func (*EzsignsignerRequest) GetFkiTaxassignmentIDOk ¶

func (o *EzsignsignerRequest) GetFkiTaxassignmentIDOk() (*int32, bool)

GetFkiTaxassignmentIDOk returns a tuple with the FkiTaxassignmentID field value and a boolean to check if the value has been set.

func (*EzsignsignerRequest) GetSEzsignsignerSecretanswer ¶

func (o *EzsignsignerRequest) GetSEzsignsignerSecretanswer() string

GetSEzsignsignerSecretanswer returns the SEzsignsignerSecretanswer field value if set, zero value otherwise.

func (*EzsignsignerRequest) GetSEzsignsignerSecretanswerOk ¶

func (o *EzsignsignerRequest) GetSEzsignsignerSecretanswerOk() (*string, bool)

GetSEzsignsignerSecretanswerOk returns a tuple with the SEzsignsignerSecretanswer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequest) HasFkiSecretquestionID ¶

func (o *EzsignsignerRequest) HasFkiSecretquestionID() bool

HasFkiSecretquestionID returns a boolean if a field has been set.

func (*EzsignsignerRequest) HasSEzsignsignerSecretanswer ¶

func (o *EzsignsignerRequest) HasSEzsignsignerSecretanswer() bool

HasSEzsignsignerSecretanswer returns a boolean if a field has been set.

func (EzsignsignerRequest) MarshalJSON ¶

func (o EzsignsignerRequest) MarshalJSON() ([]byte, error)

func (*EzsignsignerRequest) SetEEzsignsignerLogintype ¶

func (o *EzsignsignerRequest) SetEEzsignsignerLogintype(v string)

SetEEzsignsignerLogintype sets field value

func (*EzsignsignerRequest) SetFkiSecretquestionID ¶

func (o *EzsignsignerRequest) SetFkiSecretquestionID(v int32)

SetFkiSecretquestionID gets a reference to the given int32 and assigns it to the FkiSecretquestionID field.

func (*EzsignsignerRequest) SetFkiTaxassignmentID ¶

func (o *EzsignsignerRequest) SetFkiTaxassignmentID(v int32)

SetFkiTaxassignmentID sets field value

func (*EzsignsignerRequest) SetSEzsignsignerSecretanswer ¶

func (o *EzsignsignerRequest) SetSEzsignsignerSecretanswer(v string)

SetSEzsignsignerSecretanswer gets a reference to the given string and assigns it to the SEzsignsignerSecretanswer field.

type EzsignsignerRequestCompound ¶

type EzsignsignerRequestCompound struct {
	ObjContact EzsignsignerRequestCompoundContact `json:"objContact"`
	// The unique ID of the Taxassignment.  Valid values:  |Value|Description| |-|-| |1|No tax| |2|GST| |3|HST (ON)| |4|HST (NB)| |5|HST (NS)| |6|HST (NL)| |7|HST (PE)| |8|GST + QST (QC)| |9|GST + QST (QC) Non-Recoverable| |10|GST + PST (BC)| |11|GST + PST (SK)| |12|GST + RST (MB)| |13|GST + PST (BC) Non-Recoverable| |14|GST + PST (SK) Non-Recoverable| |15|GST + RST (MB) Non-Recoverable|
	FkiTaxassignmentID int32 `json:"fkiTaxassignmentID"`
	// The unique ID of the Secretquestion.  Valid values:  |Value|Description| |-|-| |1|The name of the hospital in which you were born| |2|The name of your grade school| |3|The last name of your favorite teacher| |4|Your favorite sports team| |5|Your favorite TV show| |6|Your favorite movie| |7|The name of the street on which you grew up| |8|The name of your first employer| |9|Your first car| |10|Your favorite food| |11|The name of your first pet| |12|Favorite musician/band| |13|What instrument you play| |14|Your father's middle name| |15|Your mother's maiden name| |16|Name of your eldest child| |17|Your spouse's middle name| |18|Favorite restaurant| |19|Childhood nickname| |20|Favorite vacation destination| |21|Your boat's name| |22|Date of Birth (YYYY-MM-DD)|
	FkiSecretquestionID *int32 `json:"fkiSecretquestionID,omitempty"`
	// The method the Ezsignsigner will authenticate to the signing platform.  1. **Password** means the Ezsignsigner will receive a secure link by email. 2. **PasswordPhone** means the Ezsignsigner will receive a secure link by email and will need to authenticate using SMS or Phone call. **Additional fee applies**. 3. **PasswordQuestion** means the Ezsignsigner will receive a secure link by email and will need to authenticate using a predefined question and answer. 4. **InPersonPhone** means the Ezsignsigner will only be able to sign \"In-Person\" and will need to authenticate using SMS or Phone call. No email will be sent for invitation to sign. **Additional fee applies**. 5. **InPerson** means the Ezsignsigner will only be able to sign \"In-Person\" and there won't be any authentication. No email will be sent for invitation to sign. Make sure you evaluate the risk of signature denial and at minimum, we recommend you use a handwritten signature type.
	EEzsignsignerLogintype string `json:"eEzsignsignerLogintype"`
	// The predefined answer to the secret question the Ezsignsigner will need to provide to successfully authenticate.
	SEzsignsignerSecretanswer *string `json:"sEzsignsignerSecretanswer,omitempty"`
}

EzsignsignerRequestCompound An Ezsignsigner Object and children to create a complete structure

func NewEzsignsignerRequestCompound ¶

func NewEzsignsignerRequestCompound(objContact EzsignsignerRequestCompoundContact, fkiTaxassignmentID int32, eEzsignsignerLogintype string) *EzsignsignerRequestCompound

NewEzsignsignerRequestCompound instantiates a new EzsignsignerRequestCompound 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 NewEzsignsignerRequestCompoundWithDefaults ¶

func NewEzsignsignerRequestCompoundWithDefaults() *EzsignsignerRequestCompound

NewEzsignsignerRequestCompoundWithDefaults instantiates a new EzsignsignerRequestCompound 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 (*EzsignsignerRequestCompound) GetEEzsignsignerLogintype ¶

func (o *EzsignsignerRequestCompound) GetEEzsignsignerLogintype() string

GetEEzsignsignerLogintype returns the EEzsignsignerLogintype field value

func (*EzsignsignerRequestCompound) GetEEzsignsignerLogintypeOk ¶

func (o *EzsignsignerRequestCompound) GetEEzsignsignerLogintypeOk() (*string, bool)

GetEEzsignsignerLogintypeOk returns a tuple with the EEzsignsignerLogintype field value and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompound) GetFkiSecretquestionID ¶

func (o *EzsignsignerRequestCompound) GetFkiSecretquestionID() int32

GetFkiSecretquestionID returns the FkiSecretquestionID field value if set, zero value otherwise.

func (*EzsignsignerRequestCompound) GetFkiSecretquestionIDOk ¶

func (o *EzsignsignerRequestCompound) GetFkiSecretquestionIDOk() (*int32, bool)

GetFkiSecretquestionIDOk returns a tuple with the FkiSecretquestionID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompound) GetFkiTaxassignmentID ¶

func (o *EzsignsignerRequestCompound) GetFkiTaxassignmentID() int32

GetFkiTaxassignmentID returns the FkiTaxassignmentID field value

func (*EzsignsignerRequestCompound) GetFkiTaxassignmentIDOk ¶

func (o *EzsignsignerRequestCompound) GetFkiTaxassignmentIDOk() (*int32, bool)

GetFkiTaxassignmentIDOk returns a tuple with the FkiTaxassignmentID field value and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompound) GetObjContact ¶

GetObjContact returns the ObjContact field value

func (*EzsignsignerRequestCompound) GetObjContactOk ¶

GetObjContactOk returns a tuple with the ObjContact field value and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompound) GetSEzsignsignerSecretanswer ¶

func (o *EzsignsignerRequestCompound) GetSEzsignsignerSecretanswer() string

GetSEzsignsignerSecretanswer returns the SEzsignsignerSecretanswer field value if set, zero value otherwise.

func (*EzsignsignerRequestCompound) GetSEzsignsignerSecretanswerOk ¶

func (o *EzsignsignerRequestCompound) GetSEzsignsignerSecretanswerOk() (*string, bool)

GetSEzsignsignerSecretanswerOk returns a tuple with the SEzsignsignerSecretanswer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompound) HasFkiSecretquestionID ¶

func (o *EzsignsignerRequestCompound) HasFkiSecretquestionID() bool

HasFkiSecretquestionID returns a boolean if a field has been set.

func (*EzsignsignerRequestCompound) HasSEzsignsignerSecretanswer ¶

func (o *EzsignsignerRequestCompound) HasSEzsignsignerSecretanswer() bool

HasSEzsignsignerSecretanswer returns a boolean if a field has been set.

func (EzsignsignerRequestCompound) MarshalJSON ¶

func (o EzsignsignerRequestCompound) MarshalJSON() ([]byte, error)

func (*EzsignsignerRequestCompound) SetEEzsignsignerLogintype ¶

func (o *EzsignsignerRequestCompound) SetEEzsignsignerLogintype(v string)

SetEEzsignsignerLogintype sets field value

func (*EzsignsignerRequestCompound) SetFkiSecretquestionID ¶

func (o *EzsignsignerRequestCompound) SetFkiSecretquestionID(v int32)

SetFkiSecretquestionID gets a reference to the given int32 and assigns it to the FkiSecretquestionID field.

func (*EzsignsignerRequestCompound) SetFkiTaxassignmentID ¶

func (o *EzsignsignerRequestCompound) SetFkiTaxassignmentID(v int32)

SetFkiTaxassignmentID sets field value

func (*EzsignsignerRequestCompound) SetObjContact ¶

SetObjContact sets field value

func (*EzsignsignerRequestCompound) SetSEzsignsignerSecretanswer ¶

func (o *EzsignsignerRequestCompound) SetSEzsignsignerSecretanswer(v string)

SetSEzsignsignerSecretanswer gets a reference to the given string and assigns it to the SEzsignsignerSecretanswer field.

type EzsignsignerRequestCompoundAllOf ¶

type EzsignsignerRequestCompoundAllOf struct {
	ObjContact EzsignsignerRequestCompoundContact `json:"objContact"`
}

EzsignsignerRequestCompoundAllOf struct for EzsignsignerRequestCompoundAllOf

func NewEzsignsignerRequestCompoundAllOf ¶

func NewEzsignsignerRequestCompoundAllOf(objContact EzsignsignerRequestCompoundContact) *EzsignsignerRequestCompoundAllOf

NewEzsignsignerRequestCompoundAllOf instantiates a new EzsignsignerRequestCompoundAllOf 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 NewEzsignsignerRequestCompoundAllOfWithDefaults ¶

func NewEzsignsignerRequestCompoundAllOfWithDefaults() *EzsignsignerRequestCompoundAllOf

NewEzsignsignerRequestCompoundAllOfWithDefaults instantiates a new EzsignsignerRequestCompoundAllOf 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 (*EzsignsignerRequestCompoundAllOf) GetObjContact ¶

GetObjContact returns the ObjContact field value

func (*EzsignsignerRequestCompoundAllOf) GetObjContactOk ¶

GetObjContactOk returns a tuple with the ObjContact field value and a boolean to check if the value has been set.

func (EzsignsignerRequestCompoundAllOf) MarshalJSON ¶

func (o EzsignsignerRequestCompoundAllOf) MarshalJSON() ([]byte, error)

func (*EzsignsignerRequestCompoundAllOf) SetObjContact ¶

SetObjContact sets field value

type EzsignsignerRequestCompoundContact ¶

type EzsignsignerRequestCompoundContact struct {
	// The first name of the Contact
	SContactFirstname string `json:"sContactFirstname"`
	// The last name of the Contact
	SContactLastname string `json:"sContactLastname"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The email address of the contact. Must be filled if email authentification was requested
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Phone number of the contact. Use format \"5149901516\" for North American Numbers (Without \"1\" for long distance code) you would dial like this: 1-514-990-1516. Use format \"498945233886\" for international numbers (Without \"011\") you would dial like this: +49 89 452 33 88-6. In this example \"49\" is the country code of Germany.
	SPhoneNumber *string `json:"sPhoneNumber,omitempty"`
	// The Cell Phone number of the contact. Use format \"5149901516\" for North American Numbers (Without \"1\" for long distance code) you would dial like this: 1-514-990-1516. Use format \"498945233886\" for international numbers (Without \"011\") you would dial like this: +49 89 452 33 88-6. In this example \"49\" is the country code of Germany.
	SPhoneNumberCell *string `json:"sPhoneNumberCell,omitempty"`
}

EzsignsignerRequestCompoundContact A Ezsignsigner->Contact Object and children to create a complete structure

func NewEzsignsignerRequestCompoundContact ¶

func NewEzsignsignerRequestCompoundContact(sContactFirstname string, sContactLastname string, fkiLanguageID int32) *EzsignsignerRequestCompoundContact

NewEzsignsignerRequestCompoundContact instantiates a new EzsignsignerRequestCompoundContact 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 NewEzsignsignerRequestCompoundContactWithDefaults ¶

func NewEzsignsignerRequestCompoundContactWithDefaults() *EzsignsignerRequestCompoundContact

NewEzsignsignerRequestCompoundContactWithDefaults instantiates a new EzsignsignerRequestCompoundContact 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 (*EzsignsignerRequestCompoundContact) GetFkiLanguageID ¶

func (o *EzsignsignerRequestCompoundContact) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsignsignerRequestCompoundContact) GetFkiLanguageIDOk ¶

func (o *EzsignsignerRequestCompoundContact) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompoundContact) GetSContactFirstname ¶

func (o *EzsignsignerRequestCompoundContact) GetSContactFirstname() string

GetSContactFirstname returns the SContactFirstname field value

func (*EzsignsignerRequestCompoundContact) GetSContactFirstnameOk ¶

func (o *EzsignsignerRequestCompoundContact) GetSContactFirstnameOk() (*string, bool)

GetSContactFirstnameOk returns a tuple with the SContactFirstname field value and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompoundContact) GetSContactLastname ¶

func (o *EzsignsignerRequestCompoundContact) GetSContactLastname() string

GetSContactLastname returns the SContactLastname field value

func (*EzsignsignerRequestCompoundContact) GetSContactLastnameOk ¶

func (o *EzsignsignerRequestCompoundContact) GetSContactLastnameOk() (*string, bool)

GetSContactLastnameOk returns a tuple with the SContactLastname field value and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompoundContact) GetSEmailAddress ¶

func (o *EzsignsignerRequestCompoundContact) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*EzsignsignerRequestCompoundContact) GetSEmailAddressOk ¶

func (o *EzsignsignerRequestCompoundContact) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompoundContact) GetSPhoneNumber ¶

func (o *EzsignsignerRequestCompoundContact) GetSPhoneNumber() string

GetSPhoneNumber returns the SPhoneNumber field value if set, zero value otherwise.

func (*EzsignsignerRequestCompoundContact) GetSPhoneNumberCell ¶

func (o *EzsignsignerRequestCompoundContact) GetSPhoneNumberCell() string

GetSPhoneNumberCell returns the SPhoneNumberCell field value if set, zero value otherwise.

func (*EzsignsignerRequestCompoundContact) GetSPhoneNumberCellOk ¶

func (o *EzsignsignerRequestCompoundContact) GetSPhoneNumberCellOk() (*string, bool)

GetSPhoneNumberCellOk returns a tuple with the SPhoneNumberCell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompoundContact) GetSPhoneNumberOk ¶

func (o *EzsignsignerRequestCompoundContact) GetSPhoneNumberOk() (*string, bool)

GetSPhoneNumberOk returns a tuple with the SPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsignsignerRequestCompoundContact) HasSEmailAddress ¶

func (o *EzsignsignerRequestCompoundContact) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*EzsignsignerRequestCompoundContact) HasSPhoneNumber ¶

func (o *EzsignsignerRequestCompoundContact) HasSPhoneNumber() bool

HasSPhoneNumber returns a boolean if a field has been set.

func (*EzsignsignerRequestCompoundContact) HasSPhoneNumberCell ¶

func (o *EzsignsignerRequestCompoundContact) HasSPhoneNumberCell() bool

HasSPhoneNumberCell returns a boolean if a field has been set.

func (EzsignsignerRequestCompoundContact) MarshalJSON ¶

func (o EzsignsignerRequestCompoundContact) MarshalJSON() ([]byte, error)

func (*EzsignsignerRequestCompoundContact) SetFkiLanguageID ¶

func (o *EzsignsignerRequestCompoundContact) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsignsignerRequestCompoundContact) SetSContactFirstname ¶

func (o *EzsignsignerRequestCompoundContact) SetSContactFirstname(v string)

SetSContactFirstname sets field value

func (*EzsignsignerRequestCompoundContact) SetSContactLastname ¶

func (o *EzsignsignerRequestCompoundContact) SetSContactLastname(v string)

SetSContactLastname sets field value

func (*EzsignsignerRequestCompoundContact) SetSEmailAddress ¶

func (o *EzsignsignerRequestCompoundContact) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*EzsignsignerRequestCompoundContact) SetSPhoneNumber ¶

func (o *EzsignsignerRequestCompoundContact) SetSPhoneNumber(v string)

SetSPhoneNumber gets a reference to the given string and assigns it to the SPhoneNumber field.

func (*EzsignsignerRequestCompoundContact) SetSPhoneNumberCell ¶

func (o *EzsignsignerRequestCompoundContact) SetSPhoneNumberCell(v string)

SetSPhoneNumberCell gets a reference to the given string and assigns it to the SPhoneNumberCell field.

type EzsigntemplatepackageGetListV1Response ¶

type EzsigntemplatepackageGetListV1Response struct {
	MPayload        EzsigntemplatepackageGetListV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayloadGetList          `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                        `json:"objDebug,omitempty"`
}

EzsigntemplatepackageGetListV1Response Response for the /1/object/ezsigntemplatepackage/getList API Request

func NewEzsigntemplatepackageGetListV1Response ¶

func NewEzsigntemplatepackageGetListV1Response(mPayload EzsigntemplatepackageGetListV1ResponseMPayload) *EzsigntemplatepackageGetListV1Response

NewEzsigntemplatepackageGetListV1Response instantiates a new EzsigntemplatepackageGetListV1Response 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 NewEzsigntemplatepackageGetListV1ResponseWithDefaults ¶

func NewEzsigntemplatepackageGetListV1ResponseWithDefaults() *EzsigntemplatepackageGetListV1Response

NewEzsigntemplatepackageGetListV1ResponseWithDefaults instantiates a new EzsigntemplatepackageGetListV1Response 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 (*EzsigntemplatepackageGetListV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigntemplatepackageGetListV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageGetListV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*EzsigntemplatepackageGetListV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigntemplatepackageGetListV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*EzsigntemplatepackageGetListV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EzsigntemplatepackageGetListV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*EzsigntemplatepackageGetListV1Response) HasObjDebugPayload ¶

func (o *EzsigntemplatepackageGetListV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (EzsigntemplatepackageGetListV1Response) MarshalJSON ¶

func (o EzsigntemplatepackageGetListV1Response) MarshalJSON() ([]byte, error)

func (*EzsigntemplatepackageGetListV1Response) SetMPayload ¶

SetMPayload sets field value

func (*EzsigntemplatepackageGetListV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*EzsigntemplatepackageGetListV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayloadGetList and assigns it to the ObjDebugPayload field.

type EzsigntemplatepackageGetListV1ResponseAllOf ¶

type EzsigntemplatepackageGetListV1ResponseAllOf struct {
	MPayload EzsigntemplatepackageGetListV1ResponseMPayload `json:"mPayload"`
}

EzsigntemplatepackageGetListV1ResponseAllOf struct for EzsigntemplatepackageGetListV1ResponseAllOf

func NewEzsigntemplatepackageGetListV1ResponseAllOf ¶

func NewEzsigntemplatepackageGetListV1ResponseAllOf(mPayload EzsigntemplatepackageGetListV1ResponseMPayload) *EzsigntemplatepackageGetListV1ResponseAllOf

NewEzsigntemplatepackageGetListV1ResponseAllOf instantiates a new EzsigntemplatepackageGetListV1ResponseAllOf 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 NewEzsigntemplatepackageGetListV1ResponseAllOfWithDefaults ¶

func NewEzsigntemplatepackageGetListV1ResponseAllOfWithDefaults() *EzsigntemplatepackageGetListV1ResponseAllOf

NewEzsigntemplatepackageGetListV1ResponseAllOfWithDefaults instantiates a new EzsigntemplatepackageGetListV1ResponseAllOf 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 (*EzsigntemplatepackageGetListV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*EzsigntemplatepackageGetListV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (EzsigntemplatepackageGetListV1ResponseAllOf) MarshalJSON ¶

func (*EzsigntemplatepackageGetListV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type EzsigntemplatepackageGetListV1ResponseMPayload ¶

type EzsigntemplatepackageGetListV1ResponseMPayload struct {
	AObjEzsigntemplatepackage []EzsigntemplatepackageListElement `json:"a_objEzsigntemplatepackage"`
	// The number of rows returned
	IRowReturned int32 `json:"iRowReturned"`
	// The number of rows matching your filters (if any) or the total number of rows
	IRowFiltered int32 `json:"iRowFiltered"`
}

EzsigntemplatepackageGetListV1ResponseMPayload Payload for the /1/object/ezsigntemplatepackage/getList API Request

func NewEzsigntemplatepackageGetListV1ResponseMPayload ¶

func NewEzsigntemplatepackageGetListV1ResponseMPayload(aObjEzsigntemplatepackage []EzsigntemplatepackageListElement, iRowReturned int32, iRowFiltered int32) *EzsigntemplatepackageGetListV1ResponseMPayload

NewEzsigntemplatepackageGetListV1ResponseMPayload instantiates a new EzsigntemplatepackageGetListV1ResponseMPayload 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 NewEzsigntemplatepackageGetListV1ResponseMPayloadWithDefaults ¶

func NewEzsigntemplatepackageGetListV1ResponseMPayloadWithDefaults() *EzsigntemplatepackageGetListV1ResponseMPayload

NewEzsigntemplatepackageGetListV1ResponseMPayloadWithDefaults instantiates a new EzsigntemplatepackageGetListV1ResponseMPayload 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 (*EzsigntemplatepackageGetListV1ResponseMPayload) GetAObjEzsigntemplatepackage ¶

GetAObjEzsigntemplatepackage returns the AObjEzsigntemplatepackage field value

func (*EzsigntemplatepackageGetListV1ResponseMPayload) GetAObjEzsigntemplatepackageOk ¶

GetAObjEzsigntemplatepackageOk returns a tuple with the AObjEzsigntemplatepackage field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageGetListV1ResponseMPayload) GetIRowFiltered ¶

GetIRowFiltered returns the IRowFiltered field value

func (*EzsigntemplatepackageGetListV1ResponseMPayload) GetIRowFilteredOk ¶

func (o *EzsigntemplatepackageGetListV1ResponseMPayload) GetIRowFilteredOk() (*int32, bool)

GetIRowFilteredOk returns a tuple with the IRowFiltered field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageGetListV1ResponseMPayload) GetIRowReturned ¶

GetIRowReturned returns the IRowReturned field value

func (*EzsigntemplatepackageGetListV1ResponseMPayload) GetIRowReturnedOk ¶

func (o *EzsigntemplatepackageGetListV1ResponseMPayload) GetIRowReturnedOk() (*int32, bool)

GetIRowReturnedOk returns a tuple with the IRowReturned field value and a boolean to check if the value has been set.

func (EzsigntemplatepackageGetListV1ResponseMPayload) MarshalJSON ¶

func (*EzsigntemplatepackageGetListV1ResponseMPayload) SetAObjEzsigntemplatepackage ¶

SetAObjEzsigntemplatepackage sets field value

func (*EzsigntemplatepackageGetListV1ResponseMPayload) SetIRowFiltered ¶

SetIRowFiltered sets field value

func (*EzsigntemplatepackageGetListV1ResponseMPayload) SetIRowReturned ¶

SetIRowReturned sets field value

type EzsigntemplatepackageGetListV1ResponseMPayloadAllOf ¶

type EzsigntemplatepackageGetListV1ResponseMPayloadAllOf struct {
	AObjEzsigntemplatepackage []EzsigntemplatepackageListElement `json:"a_objEzsigntemplatepackage"`
}

EzsigntemplatepackageGetListV1ResponseMPayloadAllOf struct for EzsigntemplatepackageGetListV1ResponseMPayloadAllOf

func NewEzsigntemplatepackageGetListV1ResponseMPayloadAllOf ¶

func NewEzsigntemplatepackageGetListV1ResponseMPayloadAllOf(aObjEzsigntemplatepackage []EzsigntemplatepackageListElement) *EzsigntemplatepackageGetListV1ResponseMPayloadAllOf

NewEzsigntemplatepackageGetListV1ResponseMPayloadAllOf instantiates a new EzsigntemplatepackageGetListV1ResponseMPayloadAllOf 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 NewEzsigntemplatepackageGetListV1ResponseMPayloadAllOfWithDefaults ¶

func NewEzsigntemplatepackageGetListV1ResponseMPayloadAllOfWithDefaults() *EzsigntemplatepackageGetListV1ResponseMPayloadAllOf

NewEzsigntemplatepackageGetListV1ResponseMPayloadAllOfWithDefaults instantiates a new EzsigntemplatepackageGetListV1ResponseMPayloadAllOf 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 (*EzsigntemplatepackageGetListV1ResponseMPayloadAllOf) GetAObjEzsigntemplatepackage ¶

GetAObjEzsigntemplatepackage returns the AObjEzsigntemplatepackage field value

func (*EzsigntemplatepackageGetListV1ResponseMPayloadAllOf) GetAObjEzsigntemplatepackageOk ¶

GetAObjEzsigntemplatepackageOk returns a tuple with the AObjEzsigntemplatepackage field value and a boolean to check if the value has been set.

func (EzsigntemplatepackageGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*EzsigntemplatepackageGetListV1ResponseMPayloadAllOf) SetAObjEzsigntemplatepackage ¶

SetAObjEzsigntemplatepackage sets field value

type EzsigntemplatepackageListElement ¶

type EzsigntemplatepackageListElement struct {
	// The unique ID of the Ezsigntemplatepackage
	PkiEzsigntemplatepackageID int32 `json:"pkiEzsigntemplatepackageID"`
	// The unique ID of the Department.
	FkiDepartmentID NullableInt32 `json:"fkiDepartmentID"`
	// The unique ID of the Team
	FkiTeamID NullableInt32 `json:"fkiTeamID"`
	// The unique ID of the Ezsignfoldertype.
	FkiEzsignfoldertypeID NullableInt32 `json:"fkiEzsignfoldertypeID"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID              int32                           `json:"fkiLanguageID"`
	EEzsigntemplatepackageType FieldEEzsigntemplatepackageType `json:"eEzsigntemplatepackageType"`
	// The description of the Ezsigntemplatepackage
	SEzsigntemplatepackageDescription string `json:"sEzsigntemplatepackageDescription"`
	// Whether the Ezsigntemplatepackage is active or not
	BEzsigntemplatepackageIsactive bool `json:"bEzsigntemplatepackageIsactive"`
	// The total number of Ezsigntemplatepackagemembership in the Ezsigntemplatepackage
	IEzsigntemplatepackagemembership int32 `json:"iEzsigntemplatepackagemembership"`
}

EzsigntemplatepackageListElement An Ezsigntemplatepackage List Element

func NewEzsigntemplatepackageListElement ¶

func NewEzsigntemplatepackageListElement(pkiEzsigntemplatepackageID int32, fkiDepartmentID NullableInt32, fkiTeamID NullableInt32, fkiEzsignfoldertypeID NullableInt32, fkiLanguageID int32, eEzsigntemplatepackageType FieldEEzsigntemplatepackageType, sEzsigntemplatepackageDescription string, bEzsigntemplatepackageIsactive bool, iEzsigntemplatepackagemembership int32) *EzsigntemplatepackageListElement

NewEzsigntemplatepackageListElement instantiates a new EzsigntemplatepackageListElement 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 NewEzsigntemplatepackageListElementWithDefaults ¶

func NewEzsigntemplatepackageListElementWithDefaults() *EzsigntemplatepackageListElement

NewEzsigntemplatepackageListElementWithDefaults instantiates a new EzsigntemplatepackageListElement 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 (*EzsigntemplatepackageListElement) GetBEzsigntemplatepackageIsactive ¶

func (o *EzsigntemplatepackageListElement) GetBEzsigntemplatepackageIsactive() bool

GetBEzsigntemplatepackageIsactive returns the BEzsigntemplatepackageIsactive field value

func (*EzsigntemplatepackageListElement) GetBEzsigntemplatepackageIsactiveOk ¶

func (o *EzsigntemplatepackageListElement) GetBEzsigntemplatepackageIsactiveOk() (*bool, bool)

GetBEzsigntemplatepackageIsactiveOk returns a tuple with the BEzsigntemplatepackageIsactive field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageListElement) GetEEzsigntemplatepackageType ¶

func (o *EzsigntemplatepackageListElement) GetEEzsigntemplatepackageType() FieldEEzsigntemplatepackageType

GetEEzsigntemplatepackageType returns the EEzsigntemplatepackageType field value

func (*EzsigntemplatepackageListElement) GetEEzsigntemplatepackageTypeOk ¶

func (o *EzsigntemplatepackageListElement) GetEEzsigntemplatepackageTypeOk() (*FieldEEzsigntemplatepackageType, bool)

GetEEzsigntemplatepackageTypeOk returns a tuple with the EEzsigntemplatepackageType field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageListElement) GetFkiDepartmentID ¶

func (o *EzsigntemplatepackageListElement) GetFkiDepartmentID() int32

GetFkiDepartmentID returns the FkiDepartmentID field value If the value is explicit nil, the zero value for int32 will be returned

func (*EzsigntemplatepackageListElement) GetFkiDepartmentIDOk ¶

func (o *EzsigntemplatepackageListElement) GetFkiDepartmentIDOk() (*int32, bool)

GetFkiDepartmentIDOk returns a tuple with the FkiDepartmentID field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsigntemplatepackageListElement) GetFkiEzsignfoldertypeID ¶

func (o *EzsigntemplatepackageListElement) GetFkiEzsignfoldertypeID() int32

GetFkiEzsignfoldertypeID returns the FkiEzsignfoldertypeID field value If the value is explicit nil, the zero value for int32 will be returned

func (*EzsigntemplatepackageListElement) GetFkiEzsignfoldertypeIDOk ¶

func (o *EzsigntemplatepackageListElement) GetFkiEzsignfoldertypeIDOk() (*int32, bool)

GetFkiEzsignfoldertypeIDOk returns a tuple with the FkiEzsignfoldertypeID field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsigntemplatepackageListElement) GetFkiLanguageID ¶

func (o *EzsigntemplatepackageListElement) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*EzsigntemplatepackageListElement) GetFkiLanguageIDOk ¶

func (o *EzsigntemplatepackageListElement) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageListElement) GetFkiTeamID ¶

func (o *EzsigntemplatepackageListElement) GetFkiTeamID() int32

GetFkiTeamID returns the FkiTeamID field value If the value is explicit nil, the zero value for int32 will be returned

func (*EzsigntemplatepackageListElement) GetFkiTeamIDOk ¶

func (o *EzsigntemplatepackageListElement) GetFkiTeamIDOk() (*int32, bool)

GetFkiTeamIDOk returns a tuple with the FkiTeamID field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EzsigntemplatepackageListElement) GetIEzsigntemplatepackagemembership ¶

func (o *EzsigntemplatepackageListElement) GetIEzsigntemplatepackagemembership() int32

GetIEzsigntemplatepackagemembership returns the IEzsigntemplatepackagemembership field value

func (*EzsigntemplatepackageListElement) GetIEzsigntemplatepackagemembershipOk ¶

func (o *EzsigntemplatepackageListElement) GetIEzsigntemplatepackagemembershipOk() (*int32, bool)

GetIEzsigntemplatepackagemembershipOk returns a tuple with the IEzsigntemplatepackagemembership field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageListElement) GetPkiEzsigntemplatepackageID ¶

func (o *EzsigntemplatepackageListElement) GetPkiEzsigntemplatepackageID() int32

GetPkiEzsigntemplatepackageID returns the PkiEzsigntemplatepackageID field value

func (*EzsigntemplatepackageListElement) GetPkiEzsigntemplatepackageIDOk ¶

func (o *EzsigntemplatepackageListElement) GetPkiEzsigntemplatepackageIDOk() (*int32, bool)

GetPkiEzsigntemplatepackageIDOk returns a tuple with the PkiEzsigntemplatepackageID field value and a boolean to check if the value has been set.

func (*EzsigntemplatepackageListElement) GetSEzsigntemplatepackageDescription ¶

func (o *EzsigntemplatepackageListElement) GetSEzsigntemplatepackageDescription() string

GetSEzsigntemplatepackageDescription returns the SEzsigntemplatepackageDescription field value

func (*EzsigntemplatepackageListElement) GetSEzsigntemplatepackageDescriptionOk ¶

func (o *EzsigntemplatepackageListElement) GetSEzsigntemplatepackageDescriptionOk() (*string, bool)

GetSEzsigntemplatepackageDescriptionOk returns a tuple with the SEzsigntemplatepackageDescription field value and a boolean to check if the value has been set.

func (EzsigntemplatepackageListElement) MarshalJSON ¶

func (o EzsigntemplatepackageListElement) MarshalJSON() ([]byte, error)

func (*EzsigntemplatepackageListElement) SetBEzsigntemplatepackageIsactive ¶

func (o *EzsigntemplatepackageListElement) SetBEzsigntemplatepackageIsactive(v bool)

SetBEzsigntemplatepackageIsactive sets field value

func (*EzsigntemplatepackageListElement) SetEEzsigntemplatepackageType ¶

func (o *EzsigntemplatepackageListElement) SetEEzsigntemplatepackageType(v FieldEEzsigntemplatepackageType)

SetEEzsigntemplatepackageType sets field value

func (*EzsigntemplatepackageListElement) SetFkiDepartmentID ¶

func (o *EzsigntemplatepackageListElement) SetFkiDepartmentID(v int32)

SetFkiDepartmentID sets field value

func (*EzsigntemplatepackageListElement) SetFkiEzsignfoldertypeID ¶

func (o *EzsigntemplatepackageListElement) SetFkiEzsignfoldertypeID(v int32)

SetFkiEzsignfoldertypeID sets field value

func (*EzsigntemplatepackageListElement) SetFkiLanguageID ¶

func (o *EzsigntemplatepackageListElement) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*EzsigntemplatepackageListElement) SetFkiTeamID ¶

func (o *EzsigntemplatepackageListElement) SetFkiTeamID(v int32)

SetFkiTeamID sets field value

func (*EzsigntemplatepackageListElement) SetIEzsigntemplatepackagemembership ¶

func (o *EzsigntemplatepackageListElement) SetIEzsigntemplatepackagemembership(v int32)

SetIEzsigntemplatepackagemembership sets field value

func (*EzsigntemplatepackageListElement) SetPkiEzsigntemplatepackageID ¶

func (o *EzsigntemplatepackageListElement) SetPkiEzsigntemplatepackageID(v int32)

SetPkiEzsigntemplatepackageID sets field value

func (*EzsigntemplatepackageListElement) SetSEzsigntemplatepackageDescription ¶

func (o *EzsigntemplatepackageListElement) SetSEzsigntemplatepackageDescription(v string)

SetSEzsigntemplatepackageDescription sets field value

type FieldEEzsigndocumentStep ¶

type FieldEEzsigndocumentStep string

FieldEEzsigndocumentStep The signature step of the Ezsigndocument.

const (
	UNSENT            FieldEEzsigndocumentStep = "Unsent"
	UNSIGNED          FieldEEzsigndocumentStep = "Unsigned"
	PARTIALLY_SIGNED  FieldEEzsigndocumentStep = "PartiallySigned"
	DECLINED_TO_SIGN  FieldEEzsigndocumentStep = "DeclinedToSign"
	PREMATURELY_ENDED FieldEEzsigndocumentStep = "PrematurelyEnded"
	COMPLETED         FieldEEzsigndocumentStep = "Completed"
)

List of Field-eEzsigndocumentStep

func NewFieldEEzsigndocumentStepFromValue ¶

func NewFieldEEzsigndocumentStepFromValue(v string) (*FieldEEzsigndocumentStep, error)

NewFieldEEzsigndocumentStepFromValue returns a pointer to a valid FieldEEzsigndocumentStep for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEEzsigndocumentStep) IsValid ¶

func (v FieldEEzsigndocumentStep) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEEzsigndocumentStep) Ptr ¶

Ptr returns reference to Field-eEzsigndocumentStep value

func (*FieldEEzsigndocumentStep) UnmarshalJSON ¶

func (v *FieldEEzsigndocumentStep) UnmarshalJSON(src []byte) error

type FieldEEzsignfolderSendreminderfrequency ¶

type FieldEEzsignfolderSendreminderfrequency string

FieldEEzsignfolderSendreminderfrequency Frequency at which reminders will be sent to signers that haven't signed the documents

List of Field-eEzsignfolderSendreminderfrequency

func NewFieldEEzsignfolderSendreminderfrequencyFromValue ¶

func NewFieldEEzsignfolderSendreminderfrequencyFromValue(v string) (*FieldEEzsignfolderSendreminderfrequency, error)

NewFieldEEzsignfolderSendreminderfrequencyFromValue returns a pointer to a valid FieldEEzsignfolderSendreminderfrequency for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEEzsignfolderSendreminderfrequency) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEEzsignfolderSendreminderfrequency) Ptr ¶

Ptr returns reference to Field-eEzsignfolderSendreminderfrequency value

func (*FieldEEzsignfolderSendreminderfrequency) UnmarshalJSON ¶

func (v *FieldEEzsignfolderSendreminderfrequency) UnmarshalJSON(src []byte) error

type FieldEEzsignfolderStep ¶

type FieldEEzsignfolderStep string

FieldEEzsignfolderStep The signature step of the Ezsignfolder.

const (
	UNSENT           FieldEEzsignfolderStep = "Unsent"
	SENT             FieldEEzsignfolderStep = "Sent"
	PARTIALLY_SIGNED FieldEEzsignfolderStep = "PartiallySigned"
	EXPIRED          FieldEEzsignfolderStep = "Expired"
	COMPLETED        FieldEEzsignfolderStep = "Completed"
	ARCHIVED         FieldEEzsignfolderStep = "Archived"
)

List of Field-eEzsignfolderStep

func NewFieldEEzsignfolderStepFromValue ¶

func NewFieldEEzsignfolderStepFromValue(v string) (*FieldEEzsignfolderStep, error)

NewFieldEEzsignfolderStepFromValue returns a pointer to a valid FieldEEzsignfolderStep for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEEzsignfolderStep) IsValid ¶

func (v FieldEEzsignfolderStep) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEEzsignfolderStep) Ptr ¶

Ptr returns reference to Field-eEzsignfolderStep value

func (*FieldEEzsignfolderStep) UnmarshalJSON ¶

func (v *FieldEEzsignfolderStep) UnmarshalJSON(src []byte) error

type FieldEEzsignfoldertypePrivacylevel ¶

type FieldEEzsignfoldertypePrivacylevel string

FieldEEzsignfoldertypePrivacylevel The Privacy level of the Ezsignfolder type. * **User** is for personal folders use and cannot be shared * **Usergroup** is for shared folders and complex permission can be configured to control access

const (
	USER      FieldEEzsignfoldertypePrivacylevel = "User"
	USERGROUP FieldEEzsignfoldertypePrivacylevel = "Usergroup"
)

List of Field-eEzsignfoldertypePrivacylevel

func NewFieldEEzsignfoldertypePrivacylevelFromValue ¶

func NewFieldEEzsignfoldertypePrivacylevelFromValue(v string) (*FieldEEzsignfoldertypePrivacylevel, error)

NewFieldEEzsignfoldertypePrivacylevelFromValue returns a pointer to a valid FieldEEzsignfoldertypePrivacylevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEEzsignfoldertypePrivacylevel) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEEzsignfoldertypePrivacylevel) Ptr ¶

Ptr returns reference to Field-eEzsignfoldertypePrivacylevel value

func (*FieldEEzsignfoldertypePrivacylevel) UnmarshalJSON ¶

func (v *FieldEEzsignfoldertypePrivacylevel) UnmarshalJSON(src []byte) error

type FieldEEzsignsignatureType ¶

type FieldEEzsignsignatureType string

FieldEEzsignsignatureType The type of signature. 1. **Acknowledgement** is for an acknowledgment of receipt. 2. **City** is to request the city where the document is signed. 2. **Handwritten** is for a handwritten kind of signature where users needs to \"draw\" their signature on screen. 3. **Initials** is a simple \"click to add initials\" block. 4. **Name** is a simple \"Click to sign\" block. This is the most common block of signature.

const (
	ACKNOWLEDGEMENT FieldEEzsignsignatureType = "Acknowledgement"
	CITY            FieldEEzsignsignatureType = "City"
	HANDWRITTEN     FieldEEzsignsignatureType = "Handwritten"
	INITIALS        FieldEEzsignsignatureType = "Initials"
	NAME            FieldEEzsignsignatureType = "Name"
)

List of Field-eEzsignsignatureType

func NewFieldEEzsignsignatureTypeFromValue ¶

func NewFieldEEzsignsignatureTypeFromValue(v string) (*FieldEEzsignsignatureType, error)

NewFieldEEzsignsignatureTypeFromValue returns a pointer to a valid FieldEEzsignsignatureType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEEzsignsignatureType) IsValid ¶

func (v FieldEEzsignsignatureType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEEzsignsignatureType) Ptr ¶

Ptr returns reference to Field-eEzsignsignatureType value

func (*FieldEEzsignsignatureType) UnmarshalJSON ¶

func (v *FieldEEzsignsignatureType) UnmarshalJSON(src []byte) error

type FieldEEzsigntemplatepackageType ¶

type FieldEEzsigntemplatepackageType string

FieldEEzsigntemplatepackageType The type of the Ezsigntemplatepackage.

const (
	COMPANY    FieldEEzsigntemplatepackageType = "Company"
	DEPARTMENT FieldEEzsigntemplatepackageType = "Department"
	TEAM       FieldEEzsigntemplatepackageType = "Team"
	USER       FieldEEzsigntemplatepackageType = "User"
	USERGROUP  FieldEEzsigntemplatepackageType = "Usergroup"
)

List of Field-eEzsigntemplatepackageType

func NewFieldEEzsigntemplatepackageTypeFromValue ¶

func NewFieldEEzsigntemplatepackageTypeFromValue(v string) (*FieldEEzsigntemplatepackageType, error)

NewFieldEEzsigntemplatepackageTypeFromValue returns a pointer to a valid FieldEEzsigntemplatepackageType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEEzsigntemplatepackageType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEEzsigntemplatepackageType) Ptr ¶

Ptr returns reference to Field-eEzsigntemplatepackageType value

func (*FieldEEzsigntemplatepackageType) UnmarshalJSON ¶

func (v *FieldEEzsigntemplatepackageType) UnmarshalJSON(src []byte) error

type FieldEPhoneType ¶

type FieldEPhoneType string

FieldEPhoneType The type of phone number. **Local** refers to a north American phone number. You would then need to specify sPhoneRegion, sPhoneExchange, sPhoneNumber. **International** would be used for numbers outside of north america. You would then need to specify sPhoneInternational

const (
	LOCAL         FieldEPhoneType = "Local"
	INTERNATIONAL FieldEPhoneType = "International"
)

List of Field-ePhoneType

func NewFieldEPhoneTypeFromValue ¶

func NewFieldEPhoneTypeFromValue(v string) (*FieldEPhoneType, error)

NewFieldEPhoneTypeFromValue returns a pointer to a valid FieldEPhoneType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEPhoneType) IsValid ¶

func (v FieldEPhoneType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEPhoneType) Ptr ¶

Ptr returns reference to Field-ePhoneType value

func (*FieldEPhoneType) UnmarshalJSON ¶

func (v *FieldEPhoneType) UnmarshalJSON(src []byte) error

type FieldEUserType ¶

type FieldEUserType string

FieldEUserType The user type of the User.

const (
	AGENT_BROKER              FieldEUserType = "AgentBroker"
	ASSISTANT                 FieldEUserType = "Assistant"
	ATTENDANCE                FieldEUserType = "Attendance"
	CUSTOMER                  FieldEUserType = "Customer"
	EMPLOYEE                  FieldEUserType = "Employee"
	EZCOM                     FieldEUserType = "Ezcom"
	EZSIGN_SIGNER             FieldEUserType = "EzsignSigner"
	EZSIGN_USER               FieldEUserType = "EzsignUser"
	FRANCHISE_CUSTOMER_SERVER FieldEUserType = "FranchiseCustomerServer"
	NORMAL                    FieldEUserType = "Normal"
	REWARD_ADMINISTRATION     FieldEUserType = "RewardAdministration"
	REWARD_MEMBER             FieldEUserType = "RewardMember"
	REWARD_REPRESENTATIVE     FieldEUserType = "RewardRepresentative"
	REWARD_CUSTOMER           FieldEUserType = "RewardCustomer"
	REWARD_DISTRIBUTOR_SERVER FieldEUserType = "RewardDistributorServer"
	SUPPLIER                  FieldEUserType = "Supplier"
	VETRX_CUSTOMER            FieldEUserType = "VetrxCustomer"
	VETRXCUSTOMERGROUP        FieldEUserType = "Vetrxcustomergroup"
	VETRX_CUSTOMER_SERVER     FieldEUserType = "VetrxCustomerServer"
	VETRX_MANUFACTURER        FieldEUserType = "VetrxManufacturer"
	VETRX_VENDOR              FieldEUserType = "VetrxVendor"
)

List of Field-eUserType

func NewFieldEUserTypeFromValue ¶

func NewFieldEUserTypeFromValue(v string) (*FieldEUserType, error)

NewFieldEUserTypeFromValue returns a pointer to a valid FieldEUserType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEUserType) IsValid ¶

func (v FieldEUserType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEUserType) Ptr ¶

func (v FieldEUserType) Ptr() *FieldEUserType

Ptr returns reference to Field-eUserType value

func (*FieldEUserType) UnmarshalJSON ¶

func (v *FieldEUserType) UnmarshalJSON(src []byte) error

type FieldEUserTypeSSPR ¶

type FieldEUserTypeSSPR string

FieldEUserTypeSSPR The user type of the User for SSPR

const (
	EZSIGN_USER FieldEUserTypeSSPR = "EzsignUser"
	NATIVE      FieldEUserTypeSSPR = "Native"
)

List of Field-eUserTypeSSPR

func NewFieldEUserTypeSSPRFromValue ¶

func NewFieldEUserTypeSSPRFromValue(v string) (*FieldEUserTypeSSPR, error)

NewFieldEUserTypeSSPRFromValue returns a pointer to a valid FieldEUserTypeSSPR for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FieldEUserTypeSSPR) IsValid ¶

func (v FieldEUserTypeSSPR) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FieldEUserTypeSSPR) Ptr ¶

Ptr returns reference to Field-eUserTypeSSPR value

func (*FieldEUserTypeSSPR) UnmarshalJSON ¶

func (v *FieldEUserTypeSSPR) UnmarshalJSON(src []byte) error

type FranchisereferalincomeCreateObjectV1Request ¶

type FranchisereferalincomeCreateObjectV1Request struct {
	ObjFranchisereferalincome         *FranchisereferalincomeRequest         `json:"objFranchisereferalincome,omitempty"`
	ObjFranchisereferalincomeCompound *FranchisereferalincomeRequestCompound `json:"objFranchisereferalincomeCompound,omitempty"`
}

FranchisereferalincomeCreateObjectV1Request Request for the /1/object/franchisereferalincome/createObject API Request

func NewFranchisereferalincomeCreateObjectV1Request ¶

func NewFranchisereferalincomeCreateObjectV1Request() *FranchisereferalincomeCreateObjectV1Request

NewFranchisereferalincomeCreateObjectV1Request instantiates a new FranchisereferalincomeCreateObjectV1Request 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 NewFranchisereferalincomeCreateObjectV1RequestWithDefaults ¶

func NewFranchisereferalincomeCreateObjectV1RequestWithDefaults() *FranchisereferalincomeCreateObjectV1Request

NewFranchisereferalincomeCreateObjectV1RequestWithDefaults instantiates a new FranchisereferalincomeCreateObjectV1Request 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 (*FranchisereferalincomeCreateObjectV1Request) GetObjFranchisereferalincome ¶

GetObjFranchisereferalincome returns the ObjFranchisereferalincome field value if set, zero value otherwise.

func (*FranchisereferalincomeCreateObjectV1Request) GetObjFranchisereferalincomeCompound ¶

GetObjFranchisereferalincomeCompound returns the ObjFranchisereferalincomeCompound field value if set, zero value otherwise.

func (*FranchisereferalincomeCreateObjectV1Request) GetObjFranchisereferalincomeCompoundOk ¶

func (o *FranchisereferalincomeCreateObjectV1Request) GetObjFranchisereferalincomeCompoundOk() (*FranchisereferalincomeRequestCompound, bool)

GetObjFranchisereferalincomeCompoundOk returns a tuple with the ObjFranchisereferalincomeCompound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FranchisereferalincomeCreateObjectV1Request) GetObjFranchisereferalincomeOk ¶

func (o *FranchisereferalincomeCreateObjectV1Request) GetObjFranchisereferalincomeOk() (*FranchisereferalincomeRequest, bool)

GetObjFranchisereferalincomeOk returns a tuple with the ObjFranchisereferalincome field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FranchisereferalincomeCreateObjectV1Request) HasObjFranchisereferalincome ¶

func (o *FranchisereferalincomeCreateObjectV1Request) HasObjFranchisereferalincome() bool

HasObjFranchisereferalincome returns a boolean if a field has been set.

func (*FranchisereferalincomeCreateObjectV1Request) HasObjFranchisereferalincomeCompound ¶

func (o *FranchisereferalincomeCreateObjectV1Request) HasObjFranchisereferalincomeCompound() bool

HasObjFranchisereferalincomeCompound returns a boolean if a field has been set.

func (FranchisereferalincomeCreateObjectV1Request) MarshalJSON ¶

func (*FranchisereferalincomeCreateObjectV1Request) SetObjFranchisereferalincome ¶

SetObjFranchisereferalincome gets a reference to the given FranchisereferalincomeRequest and assigns it to the ObjFranchisereferalincome field.

func (*FranchisereferalincomeCreateObjectV1Request) SetObjFranchisereferalincomeCompound ¶

SetObjFranchisereferalincomeCompound gets a reference to the given FranchisereferalincomeRequestCompound and assigns it to the ObjFranchisereferalincomeCompound field.

type FranchisereferalincomeCreateObjectV1Response ¶

type FranchisereferalincomeCreateObjectV1Response struct {
	MPayload        FranchisereferalincomeCreateObjectV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload                       `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                              `json:"objDebug,omitempty"`
}

FranchisereferalincomeCreateObjectV1Response Response for the /1/object/franchisereferalincome/createObject API Request

func NewFranchisereferalincomeCreateObjectV1Response ¶

func NewFranchisereferalincomeCreateObjectV1Response(mPayload FranchisereferalincomeCreateObjectV1ResponseMPayload) *FranchisereferalincomeCreateObjectV1Response

NewFranchisereferalincomeCreateObjectV1Response instantiates a new FranchisereferalincomeCreateObjectV1Response 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 NewFranchisereferalincomeCreateObjectV1ResponseWithDefaults ¶

func NewFranchisereferalincomeCreateObjectV1ResponseWithDefaults() *FranchisereferalincomeCreateObjectV1Response

NewFranchisereferalincomeCreateObjectV1ResponseWithDefaults instantiates a new FranchisereferalincomeCreateObjectV1Response 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 (*FranchisereferalincomeCreateObjectV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*FranchisereferalincomeCreateObjectV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeCreateObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*FranchisereferalincomeCreateObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FranchisereferalincomeCreateObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*FranchisereferalincomeCreateObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FranchisereferalincomeCreateObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*FranchisereferalincomeCreateObjectV1Response) HasObjDebugPayload ¶

func (o *FranchisereferalincomeCreateObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (FranchisereferalincomeCreateObjectV1Response) MarshalJSON ¶

func (*FranchisereferalincomeCreateObjectV1Response) SetMPayload ¶

SetMPayload sets field value

func (*FranchisereferalincomeCreateObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*FranchisereferalincomeCreateObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type FranchisereferalincomeCreateObjectV1ResponseAllOf ¶

type FranchisereferalincomeCreateObjectV1ResponseAllOf struct {
	MPayload FranchisereferalincomeCreateObjectV1ResponseMPayload `json:"mPayload"`
}

FranchisereferalincomeCreateObjectV1ResponseAllOf struct for FranchisereferalincomeCreateObjectV1ResponseAllOf

func NewFranchisereferalincomeCreateObjectV1ResponseAllOf ¶

func NewFranchisereferalincomeCreateObjectV1ResponseAllOf(mPayload FranchisereferalincomeCreateObjectV1ResponseMPayload) *FranchisereferalincomeCreateObjectV1ResponseAllOf

NewFranchisereferalincomeCreateObjectV1ResponseAllOf instantiates a new FranchisereferalincomeCreateObjectV1ResponseAllOf 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 NewFranchisereferalincomeCreateObjectV1ResponseAllOfWithDefaults ¶

func NewFranchisereferalincomeCreateObjectV1ResponseAllOfWithDefaults() *FranchisereferalincomeCreateObjectV1ResponseAllOf

NewFranchisereferalincomeCreateObjectV1ResponseAllOfWithDefaults instantiates a new FranchisereferalincomeCreateObjectV1ResponseAllOf 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 (*FranchisereferalincomeCreateObjectV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*FranchisereferalincomeCreateObjectV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (FranchisereferalincomeCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*FranchisereferalincomeCreateObjectV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type FranchisereferalincomeCreateObjectV1ResponseMPayload ¶

type FranchisereferalincomeCreateObjectV1ResponseMPayload struct {
	// An array of unique IDs representing the object that were requested to be created.  They are returned in the same order as the array containing the objects to be created that was sent in the request.
	APkiFranchisereferalincomeID []int32 `json:"a_pkiFranchisereferalincomeID"`
}

FranchisereferalincomeCreateObjectV1ResponseMPayload Payload for the /1/object/franchisereferalincome/createObject API Request

func NewFranchisereferalincomeCreateObjectV1ResponseMPayload ¶

func NewFranchisereferalincomeCreateObjectV1ResponseMPayload(aPkiFranchisereferalincomeID []int32) *FranchisereferalincomeCreateObjectV1ResponseMPayload

NewFranchisereferalincomeCreateObjectV1ResponseMPayload instantiates a new FranchisereferalincomeCreateObjectV1ResponseMPayload 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 NewFranchisereferalincomeCreateObjectV1ResponseMPayloadWithDefaults ¶

func NewFranchisereferalincomeCreateObjectV1ResponseMPayloadWithDefaults() *FranchisereferalincomeCreateObjectV1ResponseMPayload

NewFranchisereferalincomeCreateObjectV1ResponseMPayloadWithDefaults instantiates a new FranchisereferalincomeCreateObjectV1ResponseMPayload 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 (*FranchisereferalincomeCreateObjectV1ResponseMPayload) GetAPkiFranchisereferalincomeID ¶

func (o *FranchisereferalincomeCreateObjectV1ResponseMPayload) GetAPkiFranchisereferalincomeID() []int32

GetAPkiFranchisereferalincomeID returns the APkiFranchisereferalincomeID field value

func (*FranchisereferalincomeCreateObjectV1ResponseMPayload) GetAPkiFranchisereferalincomeIDOk ¶

func (o *FranchisereferalincomeCreateObjectV1ResponseMPayload) GetAPkiFranchisereferalincomeIDOk() (*[]int32, bool)

GetAPkiFranchisereferalincomeIDOk returns a tuple with the APkiFranchisereferalincomeID field value and a boolean to check if the value has been set.

func (FranchisereferalincomeCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*FranchisereferalincomeCreateObjectV1ResponseMPayload) SetAPkiFranchisereferalincomeID ¶

func (o *FranchisereferalincomeCreateObjectV1ResponseMPayload) SetAPkiFranchisereferalincomeID(v []int32)

SetAPkiFranchisereferalincomeID sets field value

type FranchisereferalincomeRequest ¶

type FranchisereferalincomeRequest struct {
	// The unique ID of the Franchisebroker
	FkiFranchisebrokerID int32 `json:"fkiFranchisebrokerID"`
	// The unique ID of the Franchisereferalincomeprogram
	FkiFranchisereferalincomeprogramID int32 `json:"fkiFranchisereferalincomeprogramID"`
	// The unique ID of the Period
	FkiPeriodID int32 `json:"fkiPeriodID"`
	// The loan amount
	DFranchisereferalincomeLoan string `json:"dFranchisereferalincomeLoan"`
	// The amount that will be given to the franchise
	DFranchisereferalincomeFranchiseamount string `json:"dFranchisereferalincomeFranchiseamount"`
	// The amount that will be kept by the franchisor
	DFranchisereferalincomeFranchisoramount string `json:"dFranchisereferalincomeFranchisoramount"`
	// The amount that will be given to the agent
	DFranchisereferalincomeAgentamount string `json:"dFranchisereferalincomeAgentamount"`
	// The date the amounts were disbursed
	DtFranchisereferalincomeDisbursed string `json:"dtFranchisereferalincomeDisbursed"`
	// A comment about the transaction
	TFranchisereferalincomeComment string `json:"tFranchisereferalincomeComment"`
	// The unique ID of the Franchisereoffice
	FkiFranchiseofficeID            int32  `json:"fkiFranchiseofficeID"`
	SFranchisereferalincomeRemoteid string `json:"sFranchisereferalincomeRemoteid"`
}

FranchisereferalincomeRequest An Franchisereferalincome Object

func NewFranchisereferalincomeRequest ¶

func NewFranchisereferalincomeRequest(fkiFranchisebrokerID int32, fkiFranchisereferalincomeprogramID int32, fkiPeriodID int32, dFranchisereferalincomeLoan string, dFranchisereferalincomeFranchiseamount string, dFranchisereferalincomeFranchisoramount string, dFranchisereferalincomeAgentamount string, dtFranchisereferalincomeDisbursed string, tFranchisereferalincomeComment string, fkiFranchiseofficeID int32, sFranchisereferalincomeRemoteid string) *FranchisereferalincomeRequest

NewFranchisereferalincomeRequest instantiates a new FranchisereferalincomeRequest 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 NewFranchisereferalincomeRequestWithDefaults ¶

func NewFranchisereferalincomeRequestWithDefaults() *FranchisereferalincomeRequest

NewFranchisereferalincomeRequestWithDefaults instantiates a new FranchisereferalincomeRequest 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 (*FranchisereferalincomeRequest) GetDFranchisereferalincomeAgentamount ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeAgentamount() string

GetDFranchisereferalincomeAgentamount returns the DFranchisereferalincomeAgentamount field value

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeAgentamountOk ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeAgentamountOk() (*string, bool)

GetDFranchisereferalincomeAgentamountOk returns a tuple with the DFranchisereferalincomeAgentamount field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchiseamount ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchiseamount() string

GetDFranchisereferalincomeFranchiseamount returns the DFranchisereferalincomeFranchiseamount field value

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchiseamountOk ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchiseamountOk() (*string, bool)

GetDFranchisereferalincomeFranchiseamountOk returns a tuple with the DFranchisereferalincomeFranchiseamount field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchisoramount ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchisoramount() string

GetDFranchisereferalincomeFranchisoramount returns the DFranchisereferalincomeFranchisoramount field value

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchisoramountOk ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeFranchisoramountOk() (*string, bool)

GetDFranchisereferalincomeFranchisoramountOk returns a tuple with the DFranchisereferalincomeFranchisoramount field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeLoan ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeLoan() string

GetDFranchisereferalincomeLoan returns the DFranchisereferalincomeLoan field value

func (*FranchisereferalincomeRequest) GetDFranchisereferalincomeLoanOk ¶

func (o *FranchisereferalincomeRequest) GetDFranchisereferalincomeLoanOk() (*string, bool)

GetDFranchisereferalincomeLoanOk returns a tuple with the DFranchisereferalincomeLoan field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetDtFranchisereferalincomeDisbursed ¶

func (o *FranchisereferalincomeRequest) GetDtFranchisereferalincomeDisbursed() string

GetDtFranchisereferalincomeDisbursed returns the DtFranchisereferalincomeDisbursed field value

func (*FranchisereferalincomeRequest) GetDtFranchisereferalincomeDisbursedOk ¶

func (o *FranchisereferalincomeRequest) GetDtFranchisereferalincomeDisbursedOk() (*string, bool)

GetDtFranchisereferalincomeDisbursedOk returns a tuple with the DtFranchisereferalincomeDisbursed field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetFkiFranchisebrokerID ¶

func (o *FranchisereferalincomeRequest) GetFkiFranchisebrokerID() int32

GetFkiFranchisebrokerID returns the FkiFranchisebrokerID field value

func (*FranchisereferalincomeRequest) GetFkiFranchisebrokerIDOk ¶

func (o *FranchisereferalincomeRequest) GetFkiFranchisebrokerIDOk() (*int32, bool)

GetFkiFranchisebrokerIDOk returns a tuple with the FkiFranchisebrokerID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetFkiFranchiseofficeID ¶

func (o *FranchisereferalincomeRequest) GetFkiFranchiseofficeID() int32

GetFkiFranchiseofficeID returns the FkiFranchiseofficeID field value

func (*FranchisereferalincomeRequest) GetFkiFranchiseofficeIDOk ¶

func (o *FranchisereferalincomeRequest) GetFkiFranchiseofficeIDOk() (*int32, bool)

GetFkiFranchiseofficeIDOk returns a tuple with the FkiFranchiseofficeID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetFkiFranchisereferalincomeprogramID ¶

func (o *FranchisereferalincomeRequest) GetFkiFranchisereferalincomeprogramID() int32

GetFkiFranchisereferalincomeprogramID returns the FkiFranchisereferalincomeprogramID field value

func (*FranchisereferalincomeRequest) GetFkiFranchisereferalincomeprogramIDOk ¶

func (o *FranchisereferalincomeRequest) GetFkiFranchisereferalincomeprogramIDOk() (*int32, bool)

GetFkiFranchisereferalincomeprogramIDOk returns a tuple with the FkiFranchisereferalincomeprogramID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetFkiPeriodID ¶

func (o *FranchisereferalincomeRequest) GetFkiPeriodID() int32

GetFkiPeriodID returns the FkiPeriodID field value

func (*FranchisereferalincomeRequest) GetFkiPeriodIDOk ¶

func (o *FranchisereferalincomeRequest) GetFkiPeriodIDOk() (*int32, bool)

GetFkiPeriodIDOk returns a tuple with the FkiPeriodID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetSFranchisereferalincomeRemoteid ¶

func (o *FranchisereferalincomeRequest) GetSFranchisereferalincomeRemoteid() string

GetSFranchisereferalincomeRemoteid returns the SFranchisereferalincomeRemoteid field value

func (*FranchisereferalincomeRequest) GetSFranchisereferalincomeRemoteidOk ¶

func (o *FranchisereferalincomeRequest) GetSFranchisereferalincomeRemoteidOk() (*string, bool)

GetSFranchisereferalincomeRemoteidOk returns a tuple with the SFranchisereferalincomeRemoteid field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequest) GetTFranchisereferalincomeComment ¶

func (o *FranchisereferalincomeRequest) GetTFranchisereferalincomeComment() string

GetTFranchisereferalincomeComment returns the TFranchisereferalincomeComment field value

func (*FranchisereferalincomeRequest) GetTFranchisereferalincomeCommentOk ¶

func (o *FranchisereferalincomeRequest) GetTFranchisereferalincomeCommentOk() (*string, bool)

GetTFranchisereferalincomeCommentOk returns a tuple with the TFranchisereferalincomeComment field value and a boolean to check if the value has been set.

func (FranchisereferalincomeRequest) MarshalJSON ¶

func (o FranchisereferalincomeRequest) MarshalJSON() ([]byte, error)

func (*FranchisereferalincomeRequest) SetDFranchisereferalincomeAgentamount ¶

func (o *FranchisereferalincomeRequest) SetDFranchisereferalincomeAgentamount(v string)

SetDFranchisereferalincomeAgentamount sets field value

func (*FranchisereferalincomeRequest) SetDFranchisereferalincomeFranchiseamount ¶

func (o *FranchisereferalincomeRequest) SetDFranchisereferalincomeFranchiseamount(v string)

SetDFranchisereferalincomeFranchiseamount sets field value

func (*FranchisereferalincomeRequest) SetDFranchisereferalincomeFranchisoramount ¶

func (o *FranchisereferalincomeRequest) SetDFranchisereferalincomeFranchisoramount(v string)

SetDFranchisereferalincomeFranchisoramount sets field value

func (*FranchisereferalincomeRequest) SetDFranchisereferalincomeLoan ¶

func (o *FranchisereferalincomeRequest) SetDFranchisereferalincomeLoan(v string)

SetDFranchisereferalincomeLoan sets field value

func (*FranchisereferalincomeRequest) SetDtFranchisereferalincomeDisbursed ¶

func (o *FranchisereferalincomeRequest) SetDtFranchisereferalincomeDisbursed(v string)

SetDtFranchisereferalincomeDisbursed sets field value

func (*FranchisereferalincomeRequest) SetFkiFranchisebrokerID ¶

func (o *FranchisereferalincomeRequest) SetFkiFranchisebrokerID(v int32)

SetFkiFranchisebrokerID sets field value

func (*FranchisereferalincomeRequest) SetFkiFranchiseofficeID ¶

func (o *FranchisereferalincomeRequest) SetFkiFranchiseofficeID(v int32)

SetFkiFranchiseofficeID sets field value

func (*FranchisereferalincomeRequest) SetFkiFranchisereferalincomeprogramID ¶

func (o *FranchisereferalincomeRequest) SetFkiFranchisereferalincomeprogramID(v int32)

SetFkiFranchisereferalincomeprogramID sets field value

func (*FranchisereferalincomeRequest) SetFkiPeriodID ¶

func (o *FranchisereferalincomeRequest) SetFkiPeriodID(v int32)

SetFkiPeriodID sets field value

func (*FranchisereferalincomeRequest) SetSFranchisereferalincomeRemoteid ¶

func (o *FranchisereferalincomeRequest) SetSFranchisereferalincomeRemoteid(v string)

SetSFranchisereferalincomeRemoteid sets field value

func (*FranchisereferalincomeRequest) SetTFranchisereferalincomeComment ¶

func (o *FranchisereferalincomeRequest) SetTFranchisereferalincomeComment(v string)

SetTFranchisereferalincomeComment sets field value

type FranchisereferalincomeRequestCompound ¶

type FranchisereferalincomeRequestCompound struct {
	ObjAddress  AddressRequest           `json:"objAddress"`
	AObjContact []ContactRequestCompound `json:"a_objContact"`
	// The unique ID of the Franchisebroker
	FkiFranchisebrokerID int32 `json:"fkiFranchisebrokerID"`
	// The unique ID of the Franchisereferalincomeprogram
	FkiFranchisereferalincomeprogramID int32 `json:"fkiFranchisereferalincomeprogramID"`
	// The unique ID of the Period
	FkiPeriodID int32 `json:"fkiPeriodID"`
	// The loan amount
	DFranchisereferalincomeLoan string `json:"dFranchisereferalincomeLoan"`
	// The amount that will be given to the franchise
	DFranchisereferalincomeFranchiseamount string `json:"dFranchisereferalincomeFranchiseamount"`
	// The amount that will be kept by the franchisor
	DFranchisereferalincomeFranchisoramount string `json:"dFranchisereferalincomeFranchisoramount"`
	// The amount that will be given to the agent
	DFranchisereferalincomeAgentamount string `json:"dFranchisereferalincomeAgentamount"`
	// The date the amounts were disbursed
	DtFranchisereferalincomeDisbursed string `json:"dtFranchisereferalincomeDisbursed"`
	// A comment about the transaction
	TFranchisereferalincomeComment string `json:"tFranchisereferalincomeComment"`
	// The unique ID of the Franchisereoffice
	FkiFranchiseofficeID            int32  `json:"fkiFranchiseofficeID"`
	SFranchisereferalincomeRemoteid string `json:"sFranchisereferalincomeRemoteid"`
}

FranchisereferalincomeRequestCompound A Franchisereferalincome Object and children to create a complete structure

func NewFranchisereferalincomeRequestCompound ¶

func NewFranchisereferalincomeRequestCompound(objAddress AddressRequest, aObjContact []ContactRequestCompound, fkiFranchisebrokerID int32, fkiFranchisereferalincomeprogramID int32, fkiPeriodID int32, dFranchisereferalincomeLoan string, dFranchisereferalincomeFranchiseamount string, dFranchisereferalincomeFranchisoramount string, dFranchisereferalincomeAgentamount string, dtFranchisereferalincomeDisbursed string, tFranchisereferalincomeComment string, fkiFranchiseofficeID int32, sFranchisereferalincomeRemoteid string) *FranchisereferalincomeRequestCompound

NewFranchisereferalincomeRequestCompound instantiates a new FranchisereferalincomeRequestCompound 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 NewFranchisereferalincomeRequestCompoundWithDefaults ¶

func NewFranchisereferalincomeRequestCompoundWithDefaults() *FranchisereferalincomeRequestCompound

NewFranchisereferalincomeRequestCompoundWithDefaults instantiates a new FranchisereferalincomeRequestCompound 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 (*FranchisereferalincomeRequestCompound) GetAObjContact ¶

GetAObjContact returns the AObjContact field value

func (*FranchisereferalincomeRequestCompound) GetAObjContactOk ¶

GetAObjContactOk returns a tuple with the AObjContact field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeAgentamount ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeAgentamount() string

GetDFranchisereferalincomeAgentamount returns the DFranchisereferalincomeAgentamount field value

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeAgentamountOk ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeAgentamountOk() (*string, bool)

GetDFranchisereferalincomeAgentamountOk returns a tuple with the DFranchisereferalincomeAgentamount field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchiseamount ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchiseamount() string

GetDFranchisereferalincomeFranchiseamount returns the DFranchisereferalincomeFranchiseamount field value

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchiseamountOk ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchiseamountOk() (*string, bool)

GetDFranchisereferalincomeFranchiseamountOk returns a tuple with the DFranchisereferalincomeFranchiseamount field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchisoramount ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchisoramount() string

GetDFranchisereferalincomeFranchisoramount returns the DFranchisereferalincomeFranchisoramount field value

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchisoramountOk ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeFranchisoramountOk() (*string, bool)

GetDFranchisereferalincomeFranchisoramountOk returns a tuple with the DFranchisereferalincomeFranchisoramount field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeLoan ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeLoan() string

GetDFranchisereferalincomeLoan returns the DFranchisereferalincomeLoan field value

func (*FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeLoanOk ¶

func (o *FranchisereferalincomeRequestCompound) GetDFranchisereferalincomeLoanOk() (*string, bool)

GetDFranchisereferalincomeLoanOk returns a tuple with the DFranchisereferalincomeLoan field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetDtFranchisereferalincomeDisbursed ¶

func (o *FranchisereferalincomeRequestCompound) GetDtFranchisereferalincomeDisbursed() string

GetDtFranchisereferalincomeDisbursed returns the DtFranchisereferalincomeDisbursed field value

func (*FranchisereferalincomeRequestCompound) GetDtFranchisereferalincomeDisbursedOk ¶

func (o *FranchisereferalincomeRequestCompound) GetDtFranchisereferalincomeDisbursedOk() (*string, bool)

GetDtFranchisereferalincomeDisbursedOk returns a tuple with the DtFranchisereferalincomeDisbursed field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetFkiFranchisebrokerID ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiFranchisebrokerID() int32

GetFkiFranchisebrokerID returns the FkiFranchisebrokerID field value

func (*FranchisereferalincomeRequestCompound) GetFkiFranchisebrokerIDOk ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiFranchisebrokerIDOk() (*int32, bool)

GetFkiFranchisebrokerIDOk returns a tuple with the FkiFranchisebrokerID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetFkiFranchiseofficeID ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiFranchiseofficeID() int32

GetFkiFranchiseofficeID returns the FkiFranchiseofficeID field value

func (*FranchisereferalincomeRequestCompound) GetFkiFranchiseofficeIDOk ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiFranchiseofficeIDOk() (*int32, bool)

GetFkiFranchiseofficeIDOk returns a tuple with the FkiFranchiseofficeID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetFkiFranchisereferalincomeprogramID ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiFranchisereferalincomeprogramID() int32

GetFkiFranchisereferalincomeprogramID returns the FkiFranchisereferalincomeprogramID field value

func (*FranchisereferalincomeRequestCompound) GetFkiFranchisereferalincomeprogramIDOk ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiFranchisereferalincomeprogramIDOk() (*int32, bool)

GetFkiFranchisereferalincomeprogramIDOk returns a tuple with the FkiFranchisereferalincomeprogramID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetFkiPeriodID ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiPeriodID() int32

GetFkiPeriodID returns the FkiPeriodID field value

func (*FranchisereferalincomeRequestCompound) GetFkiPeriodIDOk ¶

func (o *FranchisereferalincomeRequestCompound) GetFkiPeriodIDOk() (*int32, bool)

GetFkiPeriodIDOk returns a tuple with the FkiPeriodID field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetObjAddress ¶

GetObjAddress returns the ObjAddress field value

func (*FranchisereferalincomeRequestCompound) GetObjAddressOk ¶

GetObjAddressOk returns a tuple with the ObjAddress field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetSFranchisereferalincomeRemoteid ¶

func (o *FranchisereferalincomeRequestCompound) GetSFranchisereferalincomeRemoteid() string

GetSFranchisereferalincomeRemoteid returns the SFranchisereferalincomeRemoteid field value

func (*FranchisereferalincomeRequestCompound) GetSFranchisereferalincomeRemoteidOk ¶

func (o *FranchisereferalincomeRequestCompound) GetSFranchisereferalincomeRemoteidOk() (*string, bool)

GetSFranchisereferalincomeRemoteidOk returns a tuple with the SFranchisereferalincomeRemoteid field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompound) GetTFranchisereferalincomeComment ¶

func (o *FranchisereferalincomeRequestCompound) GetTFranchisereferalincomeComment() string

GetTFranchisereferalincomeComment returns the TFranchisereferalincomeComment field value

func (*FranchisereferalincomeRequestCompound) GetTFranchisereferalincomeCommentOk ¶

func (o *FranchisereferalincomeRequestCompound) GetTFranchisereferalincomeCommentOk() (*string, bool)

GetTFranchisereferalincomeCommentOk returns a tuple with the TFranchisereferalincomeComment field value and a boolean to check if the value has been set.

func (FranchisereferalincomeRequestCompound) MarshalJSON ¶

func (o FranchisereferalincomeRequestCompound) MarshalJSON() ([]byte, error)

func (*FranchisereferalincomeRequestCompound) SetAObjContact ¶

SetAObjContact sets field value

func (*FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeAgentamount ¶

func (o *FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeAgentamount(v string)

SetDFranchisereferalincomeAgentamount sets field value

func (*FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeFranchiseamount ¶

func (o *FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeFranchiseamount(v string)

SetDFranchisereferalincomeFranchiseamount sets field value

func (*FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeFranchisoramount ¶

func (o *FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeFranchisoramount(v string)

SetDFranchisereferalincomeFranchisoramount sets field value

func (*FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeLoan ¶

func (o *FranchisereferalincomeRequestCompound) SetDFranchisereferalincomeLoan(v string)

SetDFranchisereferalincomeLoan sets field value

func (*FranchisereferalincomeRequestCompound) SetDtFranchisereferalincomeDisbursed ¶

func (o *FranchisereferalincomeRequestCompound) SetDtFranchisereferalincomeDisbursed(v string)

SetDtFranchisereferalincomeDisbursed sets field value

func (*FranchisereferalincomeRequestCompound) SetFkiFranchisebrokerID ¶

func (o *FranchisereferalincomeRequestCompound) SetFkiFranchisebrokerID(v int32)

SetFkiFranchisebrokerID sets field value

func (*FranchisereferalincomeRequestCompound) SetFkiFranchiseofficeID ¶

func (o *FranchisereferalincomeRequestCompound) SetFkiFranchiseofficeID(v int32)

SetFkiFranchiseofficeID sets field value

func (*FranchisereferalincomeRequestCompound) SetFkiFranchisereferalincomeprogramID ¶

func (o *FranchisereferalincomeRequestCompound) SetFkiFranchisereferalincomeprogramID(v int32)

SetFkiFranchisereferalincomeprogramID sets field value

func (*FranchisereferalincomeRequestCompound) SetFkiPeriodID ¶

func (o *FranchisereferalincomeRequestCompound) SetFkiPeriodID(v int32)

SetFkiPeriodID sets field value

func (*FranchisereferalincomeRequestCompound) SetObjAddress ¶

SetObjAddress sets field value

func (*FranchisereferalincomeRequestCompound) SetSFranchisereferalincomeRemoteid ¶

func (o *FranchisereferalincomeRequestCompound) SetSFranchisereferalincomeRemoteid(v string)

SetSFranchisereferalincomeRemoteid sets field value

func (*FranchisereferalincomeRequestCompound) SetTFranchisereferalincomeComment ¶

func (o *FranchisereferalincomeRequestCompound) SetTFranchisereferalincomeComment(v string)

SetTFranchisereferalincomeComment sets field value

type FranchisereferalincomeRequestCompoundAllOf ¶

type FranchisereferalincomeRequestCompoundAllOf struct {
	ObjAddress  *AddressRequest          `json:"objAddress,omitempty"`
	AObjContact []ContactRequestCompound `json:"a_objContact"`
}

FranchisereferalincomeRequestCompoundAllOf struct for FranchisereferalincomeRequestCompoundAllOf

func NewFranchisereferalincomeRequestCompoundAllOf ¶

func NewFranchisereferalincomeRequestCompoundAllOf(aObjContact []ContactRequestCompound) *FranchisereferalincomeRequestCompoundAllOf

NewFranchisereferalincomeRequestCompoundAllOf instantiates a new FranchisereferalincomeRequestCompoundAllOf 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 NewFranchisereferalincomeRequestCompoundAllOfWithDefaults ¶

func NewFranchisereferalincomeRequestCompoundAllOfWithDefaults() *FranchisereferalincomeRequestCompoundAllOf

NewFranchisereferalincomeRequestCompoundAllOfWithDefaults instantiates a new FranchisereferalincomeRequestCompoundAllOf 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 (*FranchisereferalincomeRequestCompoundAllOf) GetAObjContact ¶

GetAObjContact returns the AObjContact field value

func (*FranchisereferalincomeRequestCompoundAllOf) GetAObjContactOk ¶

GetAObjContactOk returns a tuple with the AObjContact field value and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompoundAllOf) GetObjAddress ¶

GetObjAddress returns the ObjAddress field value if set, zero value otherwise.

func (*FranchisereferalincomeRequestCompoundAllOf) GetObjAddressOk ¶

GetObjAddressOk returns a tuple with the ObjAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FranchisereferalincomeRequestCompoundAllOf) HasObjAddress ¶

HasObjAddress returns a boolean if a field has been set.

func (FranchisereferalincomeRequestCompoundAllOf) MarshalJSON ¶

func (*FranchisereferalincomeRequestCompoundAllOf) SetAObjContact ¶

SetAObjContact sets field value

func (*FranchisereferalincomeRequestCompoundAllOf) SetObjAddress ¶

SetObjAddress gets a reference to the given AddressRequest and assigns it to the ObjAddress field.

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GlobalCustomerApiService ¶

type GlobalCustomerApiService service

GlobalCustomerApiService GlobalCustomerApi service

func (*GlobalCustomerApiService) GlobalCustomerGetEndpointV1 ¶

func (a *GlobalCustomerApiService) GlobalCustomerGetEndpointV1(ctx _context.Context, pksCustomerCode string) ApiGlobalCustomerGetEndpointV1Request

GlobalCustomerGetEndpointV1 Get customer endpoint

Retrieve the customer's specific server endpoint where to send requests. This will help locate the proper region (ie: sInfrastructureregionCode) and the proper environment (ie: sInfrastructureenvironmenttypeDescription) where the customer's data is stored.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pksCustomerCode
@return ApiGlobalCustomerGetEndpointV1Request

func (*GlobalCustomerApiService) GlobalCustomerGetEndpointV1Execute ¶

Execute executes the request

@return GlobalCustomerGetEndpointV1Response

type GlobalCustomerGetEndpointV1Response ¶

type GlobalCustomerGetEndpointV1Response struct {
	// The endpoint's URL
	SEndpointURL string `json:"sEndpointURL"`
}

GlobalCustomerGetEndpointV1Response Response for the /1/customer/{pksCustomerCode}/endpoint API Request

func NewGlobalCustomerGetEndpointV1Response ¶

func NewGlobalCustomerGetEndpointV1Response(sEndpointURL string) *GlobalCustomerGetEndpointV1Response

NewGlobalCustomerGetEndpointV1Response instantiates a new GlobalCustomerGetEndpointV1Response 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 NewGlobalCustomerGetEndpointV1ResponseWithDefaults ¶

func NewGlobalCustomerGetEndpointV1ResponseWithDefaults() *GlobalCustomerGetEndpointV1Response

NewGlobalCustomerGetEndpointV1ResponseWithDefaults instantiates a new GlobalCustomerGetEndpointV1Response 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 (*GlobalCustomerGetEndpointV1Response) GetSEndpointURL ¶

func (o *GlobalCustomerGetEndpointV1Response) GetSEndpointURL() string

GetSEndpointURL returns the SEndpointURL field value

func (*GlobalCustomerGetEndpointV1Response) GetSEndpointURLOk ¶

func (o *GlobalCustomerGetEndpointV1Response) GetSEndpointURLOk() (*string, bool)

GetSEndpointURLOk returns a tuple with the SEndpointURL field value and a boolean to check if the value has been set.

func (GlobalCustomerGetEndpointV1Response) MarshalJSON ¶

func (o GlobalCustomerGetEndpointV1Response) MarshalJSON() ([]byte, error)

func (*GlobalCustomerGetEndpointV1Response) SetSEndpointURL ¶

func (o *GlobalCustomerGetEndpointV1Response) SetSEndpointURL(v string)

SetSEndpointURL sets field value

type HeaderAcceptLanguage ¶

type HeaderAcceptLanguage string

HeaderAcceptLanguage The language of the returned content. 1. **\\*** (or header not defined) Default language 2. **en** English 2. **fr** French

const (
	STAR HeaderAcceptLanguage = "*"
	EN   HeaderAcceptLanguage = "en"
	FR   HeaderAcceptLanguage = "fr"
)

List of Header-Accept-Language

func NewHeaderAcceptLanguageFromValue ¶

func NewHeaderAcceptLanguageFromValue(v string) (*HeaderAcceptLanguage, error)

NewHeaderAcceptLanguageFromValue returns a pointer to a valid HeaderAcceptLanguage for the value passed as argument, or an error if the value passed is not allowed by the enum

func (HeaderAcceptLanguage) IsValid ¶

func (v HeaderAcceptLanguage) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (HeaderAcceptLanguage) Ptr ¶

Ptr returns reference to Header-Accept-Language value

func (*HeaderAcceptLanguage) UnmarshalJSON ¶

func (v *HeaderAcceptLanguage) UnmarshalJSON(src []byte) error

type ListGetListpresentationV1Response ¶

type ListGetListpresentationV1Response struct {
	MPayload        ListGetListpresentationV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload            `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                   `json:"objDebug,omitempty"`
}

ListGetListpresentationV1Response Response for the GET /1/module/list/listpresentation/{sListName} API Request

func NewListGetListpresentationV1Response ¶

func NewListGetListpresentationV1Response(mPayload ListGetListpresentationV1ResponseMPayload) *ListGetListpresentationV1Response

NewListGetListpresentationV1Response instantiates a new ListGetListpresentationV1Response 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 NewListGetListpresentationV1ResponseWithDefaults ¶

func NewListGetListpresentationV1ResponseWithDefaults() *ListGetListpresentationV1Response

NewListGetListpresentationV1ResponseWithDefaults instantiates a new ListGetListpresentationV1Response 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 (*ListGetListpresentationV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*ListGetListpresentationV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*ListGetListpresentationV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*ListGetListpresentationV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListGetListpresentationV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*ListGetListpresentationV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListGetListpresentationV1Response) HasObjDebug ¶

func (o *ListGetListpresentationV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*ListGetListpresentationV1Response) HasObjDebugPayload ¶

func (o *ListGetListpresentationV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (ListGetListpresentationV1Response) MarshalJSON ¶

func (o ListGetListpresentationV1Response) MarshalJSON() ([]byte, error)

func (*ListGetListpresentationV1Response) SetMPayload ¶

SetMPayload sets field value

func (*ListGetListpresentationV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*ListGetListpresentationV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type ListGetListpresentationV1ResponseAllOf ¶

type ListGetListpresentationV1ResponseAllOf struct {
	MPayload ListGetListpresentationV1ResponseMPayload `json:"mPayload"`
}

ListGetListpresentationV1ResponseAllOf struct for ListGetListpresentationV1ResponseAllOf

func NewListGetListpresentationV1ResponseAllOf ¶

func NewListGetListpresentationV1ResponseAllOf(mPayload ListGetListpresentationV1ResponseMPayload) *ListGetListpresentationV1ResponseAllOf

NewListGetListpresentationV1ResponseAllOf instantiates a new ListGetListpresentationV1ResponseAllOf 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 NewListGetListpresentationV1ResponseAllOfWithDefaults ¶

func NewListGetListpresentationV1ResponseAllOfWithDefaults() *ListGetListpresentationV1ResponseAllOf

NewListGetListpresentationV1ResponseAllOfWithDefaults instantiates a new ListGetListpresentationV1ResponseAllOf 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 (*ListGetListpresentationV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*ListGetListpresentationV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (ListGetListpresentationV1ResponseAllOf) MarshalJSON ¶

func (o ListGetListpresentationV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListGetListpresentationV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type ListGetListpresentationV1ResponseMPayload ¶

type ListGetListpresentationV1ResponseMPayload struct {
	AObjListpresentation []ListpresentationRequest `json:"a_objListpresentation"`
}

ListGetListpresentationV1ResponseMPayload Payload for the GET /1/module/list/listpresentation/{sListName} API Request

func NewListGetListpresentationV1ResponseMPayload ¶

func NewListGetListpresentationV1ResponseMPayload(aObjListpresentation []ListpresentationRequest) *ListGetListpresentationV1ResponseMPayload

NewListGetListpresentationV1ResponseMPayload instantiates a new ListGetListpresentationV1ResponseMPayload 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 NewListGetListpresentationV1ResponseMPayloadWithDefaults ¶

func NewListGetListpresentationV1ResponseMPayloadWithDefaults() *ListGetListpresentationV1ResponseMPayload

NewListGetListpresentationV1ResponseMPayloadWithDefaults instantiates a new ListGetListpresentationV1ResponseMPayload 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 (*ListGetListpresentationV1ResponseMPayload) GetAObjListpresentation ¶

GetAObjListpresentation returns the AObjListpresentation field value

func (*ListGetListpresentationV1ResponseMPayload) GetAObjListpresentationOk ¶

func (o *ListGetListpresentationV1ResponseMPayload) GetAObjListpresentationOk() (*[]ListpresentationRequest, bool)

GetAObjListpresentationOk returns a tuple with the AObjListpresentation field value and a boolean to check if the value has been set.

func (ListGetListpresentationV1ResponseMPayload) MarshalJSON ¶

func (*ListGetListpresentationV1ResponseMPayload) SetAObjListpresentation ¶

SetAObjListpresentation sets field value

type ListSaveListpresentationV1Request ¶

type ListSaveListpresentationV1Request struct {
	AObjListpresentation []ListpresentationRequest `json:"a_objListpresentation"`
}

ListSaveListpresentationV1Request Request for the POST /1/module/list/listpresentation/{sListName} API Request

func NewListSaveListpresentationV1Request ¶

func NewListSaveListpresentationV1Request(aObjListpresentation []ListpresentationRequest) *ListSaveListpresentationV1Request

NewListSaveListpresentationV1Request instantiates a new ListSaveListpresentationV1Request 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 NewListSaveListpresentationV1RequestWithDefaults ¶

func NewListSaveListpresentationV1RequestWithDefaults() *ListSaveListpresentationV1Request

NewListSaveListpresentationV1RequestWithDefaults instantiates a new ListSaveListpresentationV1Request 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 (*ListSaveListpresentationV1Request) GetAObjListpresentation ¶

func (o *ListSaveListpresentationV1Request) GetAObjListpresentation() []ListpresentationRequest

GetAObjListpresentation returns the AObjListpresentation field value

func (*ListSaveListpresentationV1Request) GetAObjListpresentationOk ¶

func (o *ListSaveListpresentationV1Request) GetAObjListpresentationOk() (*[]ListpresentationRequest, bool)

GetAObjListpresentationOk returns a tuple with the AObjListpresentation field value and a boolean to check if the value has been set.

func (ListSaveListpresentationV1Request) MarshalJSON ¶

func (o ListSaveListpresentationV1Request) MarshalJSON() ([]byte, error)

func (*ListSaveListpresentationV1Request) SetAObjListpresentation ¶

func (o *ListSaveListpresentationV1Request) SetAObjListpresentation(v []ListpresentationRequest)

SetAObjListpresentation sets field value

type ListSaveListpresentationV1Response ¶

type ListSaveListpresentationV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

ListSaveListpresentationV1Response Response for the POST /1/module/list/listpresentation/{sListName} API Request

func NewListSaveListpresentationV1Response ¶

func NewListSaveListpresentationV1Response() *ListSaveListpresentationV1Response

NewListSaveListpresentationV1Response instantiates a new ListSaveListpresentationV1Response 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 NewListSaveListpresentationV1ResponseWithDefaults ¶

func NewListSaveListpresentationV1ResponseWithDefaults() *ListSaveListpresentationV1Response

NewListSaveListpresentationV1ResponseWithDefaults instantiates a new ListSaveListpresentationV1Response 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 (*ListSaveListpresentationV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*ListSaveListpresentationV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSaveListpresentationV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*ListSaveListpresentationV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSaveListpresentationV1Response) HasObjDebug ¶

func (o *ListSaveListpresentationV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*ListSaveListpresentationV1Response) HasObjDebugPayload ¶

func (o *ListSaveListpresentationV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (ListSaveListpresentationV1Response) MarshalJSON ¶

func (o ListSaveListpresentationV1Response) MarshalJSON() ([]byte, error)

func (*ListSaveListpresentationV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*ListSaveListpresentationV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type ListpresentationRequest ¶

type ListpresentationRequest struct {
	// A descriptive for the list presentation
	SListpresentationDescription string `json:"sListpresentationDescription"`
	// The filter to apply to the request to limit results.
	SListpresentationFilter string `json:"sListpresentationFilter"`
	// The order by the user chose
	SListpresentationOrderby string `json:"sListpresentationOrderby"`
	// An array of column names that the user chose to bee visible
	ASColumnName []string `json:"a_sColumnName"`
	// The maximum numbers of results to be returned
	IListpresentationRowMax int32 `json:"iListpresentationRowMax"`
	// The starting element from where to start retrieving the results. For example if you started at iRowOffset=0 and asked for iRowMax=100, to get the next 100 results, you could specify iRowOffset=100&iRowMax=100,
	IListpresentationRowOffset int32 `json:"iListpresentationRowOffset"`
	// Set to true if the user chose this Listpresentation as the default one. A single element should be set to true
	BListpresentationDefault bool `json:"bListpresentationDefault"`
}

ListpresentationRequest A Listpresentation element

func NewListpresentationRequest ¶

func NewListpresentationRequest(sListpresentationDescription string, sListpresentationFilter string, sListpresentationOrderby string, aSColumnName []string, iListpresentationRowMax int32, iListpresentationRowOffset int32, bListpresentationDefault bool) *ListpresentationRequest

NewListpresentationRequest instantiates a new ListpresentationRequest 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 NewListpresentationRequestWithDefaults ¶

func NewListpresentationRequestWithDefaults() *ListpresentationRequest

NewListpresentationRequestWithDefaults instantiates a new ListpresentationRequest 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 (*ListpresentationRequest) GetASColumnName ¶

func (o *ListpresentationRequest) GetASColumnName() []string

GetASColumnName returns the ASColumnName field value

func (*ListpresentationRequest) GetASColumnNameOk ¶

func (o *ListpresentationRequest) GetASColumnNameOk() (*[]string, bool)

GetASColumnNameOk returns a tuple with the ASColumnName field value and a boolean to check if the value has been set.

func (*ListpresentationRequest) GetBListpresentationDefault ¶

func (o *ListpresentationRequest) GetBListpresentationDefault() bool

GetBListpresentationDefault returns the BListpresentationDefault field value

func (*ListpresentationRequest) GetBListpresentationDefaultOk ¶

func (o *ListpresentationRequest) GetBListpresentationDefaultOk() (*bool, bool)

GetBListpresentationDefaultOk returns a tuple with the BListpresentationDefault field value and a boolean to check if the value has been set.

func (*ListpresentationRequest) GetIListpresentationRowMax ¶

func (o *ListpresentationRequest) GetIListpresentationRowMax() int32

GetIListpresentationRowMax returns the IListpresentationRowMax field value

func (*ListpresentationRequest) GetIListpresentationRowMaxOk ¶

func (o *ListpresentationRequest) GetIListpresentationRowMaxOk() (*int32, bool)

GetIListpresentationRowMaxOk returns a tuple with the IListpresentationRowMax field value and a boolean to check if the value has been set.

func (*ListpresentationRequest) GetIListpresentationRowOffset ¶

func (o *ListpresentationRequest) GetIListpresentationRowOffset() int32

GetIListpresentationRowOffset returns the IListpresentationRowOffset field value

func (*ListpresentationRequest) GetIListpresentationRowOffsetOk ¶

func (o *ListpresentationRequest) GetIListpresentationRowOffsetOk() (*int32, bool)

GetIListpresentationRowOffsetOk returns a tuple with the IListpresentationRowOffset field value and a boolean to check if the value has been set.

func (*ListpresentationRequest) GetSListpresentationDescription ¶

func (o *ListpresentationRequest) GetSListpresentationDescription() string

GetSListpresentationDescription returns the SListpresentationDescription field value

func (*ListpresentationRequest) GetSListpresentationDescriptionOk ¶

func (o *ListpresentationRequest) GetSListpresentationDescriptionOk() (*string, bool)

GetSListpresentationDescriptionOk returns a tuple with the SListpresentationDescription field value and a boolean to check if the value has been set.

func (*ListpresentationRequest) GetSListpresentationFilter ¶

func (o *ListpresentationRequest) GetSListpresentationFilter() string

GetSListpresentationFilter returns the SListpresentationFilter field value

func (*ListpresentationRequest) GetSListpresentationFilterOk ¶

func (o *ListpresentationRequest) GetSListpresentationFilterOk() (*string, bool)

GetSListpresentationFilterOk returns a tuple with the SListpresentationFilter field value and a boolean to check if the value has been set.

func (*ListpresentationRequest) GetSListpresentationOrderby ¶

func (o *ListpresentationRequest) GetSListpresentationOrderby() string

GetSListpresentationOrderby returns the SListpresentationOrderby field value

func (*ListpresentationRequest) GetSListpresentationOrderbyOk ¶

func (o *ListpresentationRequest) GetSListpresentationOrderbyOk() (*string, bool)

GetSListpresentationOrderbyOk returns a tuple with the SListpresentationOrderby field value and a boolean to check if the value has been set.

func (ListpresentationRequest) MarshalJSON ¶

func (o ListpresentationRequest) MarshalJSON() ([]byte, error)

func (*ListpresentationRequest) SetASColumnName ¶

func (o *ListpresentationRequest) SetASColumnName(v []string)

SetASColumnName sets field value

func (*ListpresentationRequest) SetBListpresentationDefault ¶

func (o *ListpresentationRequest) SetBListpresentationDefault(v bool)

SetBListpresentationDefault sets field value

func (*ListpresentationRequest) SetIListpresentationRowMax ¶

func (o *ListpresentationRequest) SetIListpresentationRowMax(v int32)

SetIListpresentationRowMax sets field value

func (*ListpresentationRequest) SetIListpresentationRowOffset ¶

func (o *ListpresentationRequest) SetIListpresentationRowOffset(v int32)

SetIListpresentationRowOffset sets field value

func (*ListpresentationRequest) SetSListpresentationDescription ¶

func (o *ListpresentationRequest) SetSListpresentationDescription(v string)

SetSListpresentationDescription sets field value

func (*ListpresentationRequest) SetSListpresentationFilter ¶

func (o *ListpresentationRequest) SetSListpresentationFilter(v string)

SetSListpresentationFilter sets field value

func (*ListpresentationRequest) SetSListpresentationOrderby ¶

func (o *ListpresentationRequest) SetSListpresentationOrderby(v string)

SetSListpresentationOrderby sets field value

type ModuleAuthenticateApiService ¶

type ModuleAuthenticateApiService service

ModuleAuthenticateApiService ModuleAuthenticateApi service

func (*ModuleAuthenticateApiService) AuthenticateAuthenticateV2 ¶

func (a *ModuleAuthenticateApiService) AuthenticateAuthenticateV2(ctx _context.Context, eSessionType string) ApiAuthenticateAuthenticateV2Request

AuthenticateAuthenticateV2 Authenticate a user

This endpoint authenticates a user.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param eSessionType
@return ApiAuthenticateAuthenticateV2Request

func (*ModuleAuthenticateApiService) AuthenticateAuthenticateV2Execute ¶

Execute executes the request

@return AuthenticateAuthenticateV2Response

type ModuleListApiService ¶

type ModuleListApiService service

ModuleListApiService ModuleListApi service

func (*ModuleListApiService) ListGetListpresentationV1 ¶

func (a *ModuleListApiService) ListGetListpresentationV1(ctx _context.Context, sListName string) ApiListGetListpresentationV1Request

ListGetListpresentationV1 Get all Listpresentation for a specific list

Retrive previously saved Listpresentation

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sListName The list Name
@return ApiListGetListpresentationV1Request

func (*ModuleListApiService) ListGetListpresentationV1Execute ¶

Execute executes the request

@return ListGetListpresentationV1Response

func (*ModuleListApiService) ListSaveListpresentationV1 ¶

func (a *ModuleListApiService) ListSaveListpresentationV1(ctx _context.Context, sListName string) ApiListSaveListpresentationV1Request

ListSaveListpresentationV1 Save all Listpresentation for a specific list

Users can create many Listpresentations for lists in the system. They can customize orber by, filters, numbers of rows, etc.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sListName The list Name
@return ApiListSaveListpresentationV1Request

func (*ModuleListApiService) ListSaveListpresentationV1Execute ¶

Execute executes the request

@return ListSaveListpresentationV1Response

type ModuleSsprApiService ¶

type ModuleSsprApiService service

ModuleSsprApiService ModuleSsprApi service

func (*ModuleSsprApiService) SsprResetPasswordRequestV1 ¶

SsprResetPasswordRequestV1 Reset Password Request

This endpoint sends an email with a link to reset the user's password.

sEmailAddress must be set if eUserTypeSSPR = EzsignUser

sUserLoginname must be set if eUserTypeSSPR = Native

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSsprResetPasswordRequestV1Request

func (*ModuleSsprApiService) SsprResetPasswordRequestV1Execute ¶

func (a *ModuleSsprApiService) SsprResetPasswordRequestV1Execute(r ApiSsprResetPasswordRequestV1Request) (*_nethttp.Response, error)

Execute executes the request

func (*ModuleSsprApiService) SsprResetPasswordV1 ¶

SsprResetPasswordV1 Reset Password

This endpoint resets the user's password.

sEmailAddress must be set if eUserTypeSSPR = EzsignUser

sUserLoginname must be set if eUserTypeSSPR = Native

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSsprResetPasswordV1Request

func (*ModuleSsprApiService) SsprResetPasswordV1Execute ¶

func (a *ModuleSsprApiService) SsprResetPasswordV1Execute(r ApiSsprResetPasswordV1Request) (*_nethttp.Response, error)

Execute executes the request

func (*ModuleSsprApiService) SsprSendUsernamesV1 ¶

SsprSendUsernamesV1 Send username(s)

This endpoint returns an email with the username(s) matching the email address provided in case of forgotten username

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSsprSendUsernamesV1Request

func (*ModuleSsprApiService) SsprSendUsernamesV1Execute ¶

func (a *ModuleSsprApiService) SsprSendUsernamesV1Execute(r ApiSsprSendUsernamesV1Request) (*_nethttp.Response, error)

Execute executes the request

func (*ModuleSsprApiService) SsprUnlockAccountRequestV1 ¶

SsprUnlockAccountRequestV1 Unlock Account Request

This endpoint sends an email with a link to unlock the user account.

sEmailAddress must be set if eUserTypeSSPR = EzsignUser

sUserLoginname must be set if eUserTypeSSPR = Native

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSsprUnlockAccountRequestV1Request

func (*ModuleSsprApiService) SsprUnlockAccountRequestV1Execute ¶

func (a *ModuleSsprApiService) SsprUnlockAccountRequestV1Execute(r ApiSsprUnlockAccountRequestV1Request) (*_nethttp.Response, error)

Execute executes the request

func (*ModuleSsprApiService) SsprUnlockAccountV1 ¶

SsprUnlockAccountV1 Unlock Account

This endpoint unlocks the user account.

sEmailAddress must be set if eUserTypeSSPR = EzsignUser

sUserLoginname must be set if eUserTypeSSPR = Native

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSsprUnlockAccountV1Request

func (*ModuleSsprApiService) SsprUnlockAccountV1Execute ¶

func (a *ModuleSsprApiService) SsprUnlockAccountV1Execute(r ApiSsprUnlockAccountV1Request) (*_nethttp.Response, error)

Execute executes the request

func (*ModuleSsprApiService) SsprValidateTokenV1 ¶

SsprValidateTokenV1 Validate Token

This endpoint validates if a Token is valid and not expired.

sEmailAddress must be set if eUserTypeSSPR = EzsignUser

sUserLoginname must be set if eUserTypeSSPR = Native

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSsprValidateTokenV1Request

func (*ModuleSsprApiService) SsprValidateTokenV1Execute ¶

func (a *ModuleSsprApiService) SsprValidateTokenV1Execute(r ApiSsprValidateTokenV1Request) (*_nethttp.Response, error)

Execute executes the request

type ModuleUserApiService ¶

type ModuleUserApiService service

ModuleUserApiService ModuleUserApi service

func (*ModuleUserApiService) UserCreateEzsignuserV1 ¶

UserCreateEzsignuserV1 Create a new User of type Ezsignuser

The endpoint allows to initiate the creation or a user of type Ezsignuser.

The user will be created only once the email verification process will be completed

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUserCreateEzsignuserV1Request

func (*ModuleUserApiService) UserCreateEzsignuserV1Execute ¶

Execute executes the request

@return UserCreateEzsignuserV1Response

type MultilingualApikeyDescription ¶

type MultilingualApikeyDescription struct {
	// Value in French
	SApikeyDescription1 *string `json:"sApikeyDescription1,omitempty"`
	// Value in English
	SApikeyDescription2 *string `json:"sApikeyDescription2,omitempty"`
}

MultilingualApikeyDescription Description of the API Key

func NewMultilingualApikeyDescription ¶

func NewMultilingualApikeyDescription() *MultilingualApikeyDescription

NewMultilingualApikeyDescription instantiates a new MultilingualApikeyDescription 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 NewMultilingualApikeyDescriptionWithDefaults ¶

func NewMultilingualApikeyDescriptionWithDefaults() *MultilingualApikeyDescription

NewMultilingualApikeyDescriptionWithDefaults instantiates a new MultilingualApikeyDescription 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 (*MultilingualApikeyDescription) GetSApikeyDescription1 ¶

func (o *MultilingualApikeyDescription) GetSApikeyDescription1() string

GetSApikeyDescription1 returns the SApikeyDescription1 field value if set, zero value otherwise.

func (*MultilingualApikeyDescription) GetSApikeyDescription1Ok ¶

func (o *MultilingualApikeyDescription) GetSApikeyDescription1Ok() (*string, bool)

GetSApikeyDescription1Ok returns a tuple with the SApikeyDescription1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MultilingualApikeyDescription) GetSApikeyDescription2 ¶

func (o *MultilingualApikeyDescription) GetSApikeyDescription2() string

GetSApikeyDescription2 returns the SApikeyDescription2 field value if set, zero value otherwise.

func (*MultilingualApikeyDescription) GetSApikeyDescription2Ok ¶

func (o *MultilingualApikeyDescription) GetSApikeyDescription2Ok() (*string, bool)

GetSApikeyDescription2Ok returns a tuple with the SApikeyDescription2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MultilingualApikeyDescription) HasSApikeyDescription1 ¶

func (o *MultilingualApikeyDescription) HasSApikeyDescription1() bool

HasSApikeyDescription1 returns a boolean if a field has been set.

func (*MultilingualApikeyDescription) HasSApikeyDescription2 ¶

func (o *MultilingualApikeyDescription) HasSApikeyDescription2() bool

HasSApikeyDescription2 returns a boolean if a field has been set.

func (MultilingualApikeyDescription) MarshalJSON ¶

func (o MultilingualApikeyDescription) MarshalJSON() ([]byte, error)

func (*MultilingualApikeyDescription) SetSApikeyDescription1 ¶

func (o *MultilingualApikeyDescription) SetSApikeyDescription1(v string)

SetSApikeyDescription1 gets a reference to the given string and assigns it to the SApikeyDescription1 field.

func (*MultilingualApikeyDescription) SetSApikeyDescription2 ¶

func (o *MultilingualApikeyDescription) SetSApikeyDescription2(v string)

SetSApikeyDescription2 gets a reference to the given string and assigns it to the SApikeyDescription2 field.

type NullableActivesessionGetCurrentV1Response ¶

type NullableActivesessionGetCurrentV1Response struct {
	// contains filtered or unexported fields
}

func (NullableActivesessionGetCurrentV1Response) Get ¶

func (NullableActivesessionGetCurrentV1Response) IsSet ¶

func (NullableActivesessionGetCurrentV1Response) MarshalJSON ¶

func (*NullableActivesessionGetCurrentV1Response) Set ¶

func (*NullableActivesessionGetCurrentV1Response) UnmarshalJSON ¶

func (v *NullableActivesessionGetCurrentV1Response) UnmarshalJSON(src []byte) error

func (*NullableActivesessionGetCurrentV1Response) Unset ¶

type NullableActivesessionGetCurrentV1ResponseAllOf ¶

type NullableActivesessionGetCurrentV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableActivesessionGetCurrentV1ResponseAllOf) Get ¶

func (NullableActivesessionGetCurrentV1ResponseAllOf) IsSet ¶

func (NullableActivesessionGetCurrentV1ResponseAllOf) MarshalJSON ¶

func (*NullableActivesessionGetCurrentV1ResponseAllOf) Set ¶

func (*NullableActivesessionGetCurrentV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableActivesessionGetCurrentV1ResponseAllOf) Unset ¶

type NullableActivesessionGetCurrentV1ResponseMPayload ¶

type NullableActivesessionGetCurrentV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableActivesessionGetCurrentV1ResponseMPayload) Get ¶

func (NullableActivesessionGetCurrentV1ResponseMPayload) IsSet ¶

func (NullableActivesessionGetCurrentV1ResponseMPayload) MarshalJSON ¶

func (*NullableActivesessionGetCurrentV1ResponseMPayload) Set ¶

func (*NullableActivesessionGetCurrentV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableActivesessionGetCurrentV1ResponseMPayload) Unset ¶

type NullableAddressRequest ¶

type NullableAddressRequest struct {
	// contains filtered or unexported fields
}

func NewNullableAddressRequest ¶

func NewNullableAddressRequest(val *AddressRequest) *NullableAddressRequest

func (NullableAddressRequest) Get ¶

func (NullableAddressRequest) IsSet ¶

func (v NullableAddressRequest) IsSet() bool

func (NullableAddressRequest) MarshalJSON ¶

func (v NullableAddressRequest) MarshalJSON() ([]byte, error)

func (*NullableAddressRequest) Set ¶

func (*NullableAddressRequest) UnmarshalJSON ¶

func (v *NullableAddressRequest) UnmarshalJSON(src []byte) error

func (*NullableAddressRequest) Unset ¶

func (v *NullableAddressRequest) Unset()

type NullableApikeyCreateObjectV1Request ¶

type NullableApikeyCreateObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableApikeyCreateObjectV1Request) Get ¶

func (NullableApikeyCreateObjectV1Request) IsSet ¶

func (NullableApikeyCreateObjectV1Request) MarshalJSON ¶

func (v NullableApikeyCreateObjectV1Request) MarshalJSON() ([]byte, error)

func (*NullableApikeyCreateObjectV1Request) Set ¶

func (*NullableApikeyCreateObjectV1Request) UnmarshalJSON ¶

func (v *NullableApikeyCreateObjectV1Request) UnmarshalJSON(src []byte) error

func (*NullableApikeyCreateObjectV1Request) Unset ¶

type NullableApikeyCreateObjectV1Response ¶

type NullableApikeyCreateObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableApikeyCreateObjectV1Response) Get ¶

func (NullableApikeyCreateObjectV1Response) IsSet ¶

func (NullableApikeyCreateObjectV1Response) MarshalJSON ¶

func (v NullableApikeyCreateObjectV1Response) MarshalJSON() ([]byte, error)

func (*NullableApikeyCreateObjectV1Response) Set ¶

func (*NullableApikeyCreateObjectV1Response) UnmarshalJSON ¶

func (v *NullableApikeyCreateObjectV1Response) UnmarshalJSON(src []byte) error

func (*NullableApikeyCreateObjectV1Response) Unset ¶

type NullableApikeyCreateObjectV1ResponseAllOf ¶

type NullableApikeyCreateObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableApikeyCreateObjectV1ResponseAllOf) Get ¶

func (NullableApikeyCreateObjectV1ResponseAllOf) IsSet ¶

func (NullableApikeyCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableApikeyCreateObjectV1ResponseAllOf) Set ¶

func (*NullableApikeyCreateObjectV1ResponseAllOf) UnmarshalJSON ¶

func (v *NullableApikeyCreateObjectV1ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableApikeyCreateObjectV1ResponseAllOf) Unset ¶

type NullableApikeyCreateObjectV1ResponseMPayload ¶

type NullableApikeyCreateObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableApikeyCreateObjectV1ResponseMPayload) Get ¶

func (NullableApikeyCreateObjectV1ResponseMPayload) IsSet ¶

func (NullableApikeyCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableApikeyCreateObjectV1ResponseMPayload) Set ¶

func (*NullableApikeyCreateObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableApikeyCreateObjectV1ResponseMPayload) Unset ¶

type NullableApikeyRequest ¶

type NullableApikeyRequest struct {
	// contains filtered or unexported fields
}

func NewNullableApikeyRequest ¶

func NewNullableApikeyRequest(val *ApikeyRequest) *NullableApikeyRequest

func (NullableApikeyRequest) Get ¶

func (NullableApikeyRequest) IsSet ¶

func (v NullableApikeyRequest) IsSet() bool

func (NullableApikeyRequest) MarshalJSON ¶

func (v NullableApikeyRequest) MarshalJSON() ([]byte, error)

func (*NullableApikeyRequest) Set ¶

func (v *NullableApikeyRequest) Set(val *ApikeyRequest)

func (*NullableApikeyRequest) UnmarshalJSON ¶

func (v *NullableApikeyRequest) UnmarshalJSON(src []byte) error

func (*NullableApikeyRequest) Unset ¶

func (v *NullableApikeyRequest) Unset()

type NullableApikeyRequestCompound ¶

type NullableApikeyRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableApikeyRequestCompound) Get ¶

func (NullableApikeyRequestCompound) IsSet ¶

func (NullableApikeyRequestCompound) MarshalJSON ¶

func (v NullableApikeyRequestCompound) MarshalJSON() ([]byte, error)

func (*NullableApikeyRequestCompound) Set ¶

func (*NullableApikeyRequestCompound) UnmarshalJSON ¶

func (v *NullableApikeyRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableApikeyRequestCompound) Unset ¶

func (v *NullableApikeyRequestCompound) Unset()

type NullableApikeyResponse ¶

type NullableApikeyResponse struct {
	// contains filtered or unexported fields
}

func NewNullableApikeyResponse ¶

func NewNullableApikeyResponse(val *ApikeyResponse) *NullableApikeyResponse

func (NullableApikeyResponse) Get ¶

func (NullableApikeyResponse) IsSet ¶

func (v NullableApikeyResponse) IsSet() bool

func (NullableApikeyResponse) MarshalJSON ¶

func (v NullableApikeyResponse) MarshalJSON() ([]byte, error)

func (*NullableApikeyResponse) Set ¶

func (*NullableApikeyResponse) UnmarshalJSON ¶

func (v *NullableApikeyResponse) UnmarshalJSON(src []byte) error

func (*NullableApikeyResponse) Unset ¶

func (v *NullableApikeyResponse) Unset()

type NullableAttemptResponse ¶

type NullableAttemptResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAttemptResponse ¶

func NewNullableAttemptResponse(val *AttemptResponse) *NullableAttemptResponse

func (NullableAttemptResponse) Get ¶

func (NullableAttemptResponse) IsSet ¶

func (v NullableAttemptResponse) IsSet() bool

func (NullableAttemptResponse) MarshalJSON ¶

func (v NullableAttemptResponse) MarshalJSON() ([]byte, error)

func (*NullableAttemptResponse) Set ¶

func (*NullableAttemptResponse) UnmarshalJSON ¶

func (v *NullableAttemptResponse) UnmarshalJSON(src []byte) error

func (*NullableAttemptResponse) Unset ¶

func (v *NullableAttemptResponse) Unset()

type NullableAuthenticateAuthenticateV2Request ¶

type NullableAuthenticateAuthenticateV2Request struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticateAuthenticateV2Request) Get ¶

func (NullableAuthenticateAuthenticateV2Request) IsSet ¶

func (NullableAuthenticateAuthenticateV2Request) MarshalJSON ¶

func (*NullableAuthenticateAuthenticateV2Request) Set ¶

func (*NullableAuthenticateAuthenticateV2Request) UnmarshalJSON ¶

func (v *NullableAuthenticateAuthenticateV2Request) UnmarshalJSON(src []byte) error

func (*NullableAuthenticateAuthenticateV2Request) Unset ¶

type NullableAuthenticateAuthenticateV2Response ¶

type NullableAuthenticateAuthenticateV2Response struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticateAuthenticateV2Response) Get ¶

func (NullableAuthenticateAuthenticateV2Response) IsSet ¶

func (NullableAuthenticateAuthenticateV2Response) MarshalJSON ¶

func (*NullableAuthenticateAuthenticateV2Response) Set ¶

func (*NullableAuthenticateAuthenticateV2Response) UnmarshalJSON ¶

func (v *NullableAuthenticateAuthenticateV2Response) UnmarshalJSON(src []byte) error

func (*NullableAuthenticateAuthenticateV2Response) Unset ¶

type NullableAuthenticateAuthenticateV2ResponseAllOf ¶

type NullableAuthenticateAuthenticateV2ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticateAuthenticateV2ResponseAllOf) Get ¶

func (NullableAuthenticateAuthenticateV2ResponseAllOf) IsSet ¶

func (NullableAuthenticateAuthenticateV2ResponseAllOf) MarshalJSON ¶

func (*NullableAuthenticateAuthenticateV2ResponseAllOf) Set ¶

func (*NullableAuthenticateAuthenticateV2ResponseAllOf) UnmarshalJSON ¶

func (*NullableAuthenticateAuthenticateV2ResponseAllOf) Unset ¶

type NullableAuthenticateAuthenticateV2ResponseMPayload ¶

type NullableAuthenticateAuthenticateV2ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticateAuthenticateV2ResponseMPayload) Get ¶

func (NullableAuthenticateAuthenticateV2ResponseMPayload) IsSet ¶

func (NullableAuthenticateAuthenticateV2ResponseMPayload) MarshalJSON ¶

func (*NullableAuthenticateAuthenticateV2ResponseMPayload) Set ¶

func (*NullableAuthenticateAuthenticateV2ResponseMPayload) UnmarshalJSON ¶

func (*NullableAuthenticateAuthenticateV2ResponseMPayload) Unset ¶

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCommonAudit ¶

type NullableCommonAudit struct {
	// contains filtered or unexported fields
}

func NewNullableCommonAudit ¶

func NewNullableCommonAudit(val *CommonAudit) *NullableCommonAudit

func (NullableCommonAudit) Get ¶

func (NullableCommonAudit) IsSet ¶

func (v NullableCommonAudit) IsSet() bool

func (NullableCommonAudit) MarshalJSON ¶

func (v NullableCommonAudit) MarshalJSON() ([]byte, error)

func (*NullableCommonAudit) Set ¶

func (v *NullableCommonAudit) Set(val *CommonAudit)

func (*NullableCommonAudit) UnmarshalJSON ¶

func (v *NullableCommonAudit) UnmarshalJSON(src []byte) error

func (*NullableCommonAudit) Unset ¶

func (v *NullableCommonAudit) Unset()

type NullableCommonGetAutocompleteV1Response ¶

type NullableCommonGetAutocompleteV1Response struct {
	// contains filtered or unexported fields
}

func (NullableCommonGetAutocompleteV1Response) Get ¶

func (NullableCommonGetAutocompleteV1Response) IsSet ¶

func (NullableCommonGetAutocompleteV1Response) MarshalJSON ¶

func (v NullableCommonGetAutocompleteV1Response) MarshalJSON() ([]byte, error)

func (*NullableCommonGetAutocompleteV1Response) Set ¶

func (*NullableCommonGetAutocompleteV1Response) UnmarshalJSON ¶

func (v *NullableCommonGetAutocompleteV1Response) UnmarshalJSON(src []byte) error

func (*NullableCommonGetAutocompleteV1Response) Unset ¶

type NullableCommonGetAutocompleteV1ResponseAllOf ¶

type NullableCommonGetAutocompleteV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCommonGetAutocompleteV1ResponseAllOf) Get ¶

func (NullableCommonGetAutocompleteV1ResponseAllOf) IsSet ¶

func (NullableCommonGetAutocompleteV1ResponseAllOf) MarshalJSON ¶

func (*NullableCommonGetAutocompleteV1ResponseAllOf) Set ¶

func (*NullableCommonGetAutocompleteV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableCommonGetAutocompleteV1ResponseAllOf) Unset ¶

type NullableCommonGetListV1ResponseMPayload ¶

type NullableCommonGetListV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableCommonGetListV1ResponseMPayload) Get ¶

func (NullableCommonGetListV1ResponseMPayload) IsSet ¶

func (NullableCommonGetListV1ResponseMPayload) MarshalJSON ¶

func (v NullableCommonGetListV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*NullableCommonGetListV1ResponseMPayload) Set ¶

func (*NullableCommonGetListV1ResponseMPayload) UnmarshalJSON ¶

func (v *NullableCommonGetListV1ResponseMPayload) UnmarshalJSON(src []byte) error

func (*NullableCommonGetListV1ResponseMPayload) Unset ¶

type NullableCommonResponse ¶

type NullableCommonResponse struct {
	// contains filtered or unexported fields
}

func NewNullableCommonResponse ¶

func NewNullableCommonResponse(val *CommonResponse) *NullableCommonResponse

func (NullableCommonResponse) Get ¶

func (NullableCommonResponse) IsSet ¶

func (v NullableCommonResponse) IsSet() bool

func (NullableCommonResponse) MarshalJSON ¶

func (v NullableCommonResponse) MarshalJSON() ([]byte, error)

func (*NullableCommonResponse) Set ¶

func (*NullableCommonResponse) UnmarshalJSON ¶

func (v *NullableCommonResponse) UnmarshalJSON(src []byte) error

func (*NullableCommonResponse) Unset ¶

func (v *NullableCommonResponse) Unset()

type NullableCommonResponseError ¶

type NullableCommonResponseError struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseError) Get ¶

func (NullableCommonResponseError) IsSet ¶

func (NullableCommonResponseError) MarshalJSON ¶

func (v NullableCommonResponseError) MarshalJSON() ([]byte, error)

func (*NullableCommonResponseError) Set ¶

func (*NullableCommonResponseError) UnmarshalJSON ¶

func (v *NullableCommonResponseError) UnmarshalJSON(src []byte) error

func (*NullableCommonResponseError) Unset ¶

func (v *NullableCommonResponseError) Unset()

type NullableCommonResponseErrorSTemporaryFileUrl ¶

type NullableCommonResponseErrorSTemporaryFileUrl struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseErrorSTemporaryFileUrl) Get ¶

func (NullableCommonResponseErrorSTemporaryFileUrl) IsSet ¶

func (NullableCommonResponseErrorSTemporaryFileUrl) MarshalJSON ¶

func (*NullableCommonResponseErrorSTemporaryFileUrl) Set ¶

func (*NullableCommonResponseErrorSTemporaryFileUrl) UnmarshalJSON ¶

func (*NullableCommonResponseErrorSTemporaryFileUrl) Unset ¶

type NullableCommonResponseErrorSTemporaryFileUrlAllOf ¶

type NullableCommonResponseErrorSTemporaryFileUrlAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseErrorSTemporaryFileUrlAllOf) Get ¶

func (NullableCommonResponseErrorSTemporaryFileUrlAllOf) IsSet ¶

func (NullableCommonResponseErrorSTemporaryFileUrlAllOf) MarshalJSON ¶

func (*NullableCommonResponseErrorSTemporaryFileUrlAllOf) Set ¶

func (*NullableCommonResponseErrorSTemporaryFileUrlAllOf) UnmarshalJSON ¶

func (*NullableCommonResponseErrorSTemporaryFileUrlAllOf) Unset ¶

type NullableCommonResponseFilter ¶

type NullableCommonResponseFilter struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseFilter) Get ¶

func (NullableCommonResponseFilter) IsSet ¶

func (NullableCommonResponseFilter) MarshalJSON ¶

func (v NullableCommonResponseFilter) MarshalJSON() ([]byte, error)

func (*NullableCommonResponseFilter) Set ¶

func (*NullableCommonResponseFilter) UnmarshalJSON ¶

func (v *NullableCommonResponseFilter) UnmarshalJSON(src []byte) error

func (*NullableCommonResponseFilter) Unset ¶

func (v *NullableCommonResponseFilter) Unset()

type NullableCommonResponseGetList ¶

type NullableCommonResponseGetList struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseGetList) Get ¶

func (NullableCommonResponseGetList) IsSet ¶

func (NullableCommonResponseGetList) MarshalJSON ¶

func (v NullableCommonResponseGetList) MarshalJSON() ([]byte, error)

func (*NullableCommonResponseGetList) Set ¶

func (*NullableCommonResponseGetList) UnmarshalJSON ¶

func (v *NullableCommonResponseGetList) UnmarshalJSON(src []byte) error

func (*NullableCommonResponseGetList) Unset ¶

func (v *NullableCommonResponseGetList) Unset()

type NullableCommonResponseObjDebug ¶

type NullableCommonResponseObjDebug struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseObjDebug) Get ¶

func (NullableCommonResponseObjDebug) IsSet ¶

func (NullableCommonResponseObjDebug) MarshalJSON ¶

func (v NullableCommonResponseObjDebug) MarshalJSON() ([]byte, error)

func (*NullableCommonResponseObjDebug) Set ¶

func (*NullableCommonResponseObjDebug) UnmarshalJSON ¶

func (v *NullableCommonResponseObjDebug) UnmarshalJSON(src []byte) error

func (*NullableCommonResponseObjDebug) Unset ¶

func (v *NullableCommonResponseObjDebug) Unset()

type NullableCommonResponseObjDebugPayload ¶

type NullableCommonResponseObjDebugPayload struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseObjDebugPayload) Get ¶

func (NullableCommonResponseObjDebugPayload) IsSet ¶

func (NullableCommonResponseObjDebugPayload) MarshalJSON ¶

func (v NullableCommonResponseObjDebugPayload) MarshalJSON() ([]byte, error)

func (*NullableCommonResponseObjDebugPayload) Set ¶

func (*NullableCommonResponseObjDebugPayload) UnmarshalJSON ¶

func (v *NullableCommonResponseObjDebugPayload) UnmarshalJSON(src []byte) error

func (*NullableCommonResponseObjDebugPayload) Unset ¶

type NullableCommonResponseObjDebugPayloadGetList ¶

type NullableCommonResponseObjDebugPayloadGetList struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseObjDebugPayloadGetList) Get ¶

func (NullableCommonResponseObjDebugPayloadGetList) IsSet ¶

func (NullableCommonResponseObjDebugPayloadGetList) MarshalJSON ¶

func (*NullableCommonResponseObjDebugPayloadGetList) Set ¶

func (*NullableCommonResponseObjDebugPayloadGetList) UnmarshalJSON ¶

func (*NullableCommonResponseObjDebugPayloadGetList) Unset ¶

type NullableCommonResponseObjDebugPayloadGetListAllOf ¶

type NullableCommonResponseObjDebugPayloadGetListAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseObjDebugPayloadGetListAllOf) Get ¶

func (NullableCommonResponseObjDebugPayloadGetListAllOf) IsSet ¶

func (NullableCommonResponseObjDebugPayloadGetListAllOf) MarshalJSON ¶

func (*NullableCommonResponseObjDebugPayloadGetListAllOf) Set ¶

func (*NullableCommonResponseObjDebugPayloadGetListAllOf) UnmarshalJSON ¶

func (*NullableCommonResponseObjDebugPayloadGetListAllOf) Unset ¶

type NullableCommonResponseObjSQLQuery ¶

type NullableCommonResponseObjSQLQuery struct {
	// contains filtered or unexported fields
}

func (NullableCommonResponseObjSQLQuery) Get ¶

func (NullableCommonResponseObjSQLQuery) IsSet ¶

func (NullableCommonResponseObjSQLQuery) MarshalJSON ¶

func (v NullableCommonResponseObjSQLQuery) MarshalJSON() ([]byte, error)

func (*NullableCommonResponseObjSQLQuery) Set ¶

func (*NullableCommonResponseObjSQLQuery) UnmarshalJSON ¶

func (v *NullableCommonResponseObjSQLQuery) UnmarshalJSON(src []byte) error

func (*NullableCommonResponseObjSQLQuery) Unset ¶

type NullableCommonWebhook ¶

type NullableCommonWebhook struct {
	// contains filtered or unexported fields
}

func NewNullableCommonWebhook ¶

func NewNullableCommonWebhook(val *CommonWebhook) *NullableCommonWebhook

func (NullableCommonWebhook) Get ¶

func (NullableCommonWebhook) IsSet ¶

func (v NullableCommonWebhook) IsSet() bool

func (NullableCommonWebhook) MarshalJSON ¶

func (v NullableCommonWebhook) MarshalJSON() ([]byte, error)

func (*NullableCommonWebhook) Set ¶

func (v *NullableCommonWebhook) Set(val *CommonWebhook)

func (*NullableCommonWebhook) UnmarshalJSON ¶

func (v *NullableCommonWebhook) UnmarshalJSON(src []byte) error

func (*NullableCommonWebhook) Unset ¶

func (v *NullableCommonWebhook) Unset()

type NullableContactRequest ¶

type NullableContactRequest struct {
	// contains filtered or unexported fields
}

func NewNullableContactRequest ¶

func NewNullableContactRequest(val *ContactRequest) *NullableContactRequest

func (NullableContactRequest) Get ¶

func (NullableContactRequest) IsSet ¶

func (v NullableContactRequest) IsSet() bool

func (NullableContactRequest) MarshalJSON ¶

func (v NullableContactRequest) MarshalJSON() ([]byte, error)

func (*NullableContactRequest) Set ¶

func (*NullableContactRequest) UnmarshalJSON ¶

func (v *NullableContactRequest) UnmarshalJSON(src []byte) error

func (*NullableContactRequest) Unset ¶

func (v *NullableContactRequest) Unset()

type NullableContactRequestCompound ¶

type NullableContactRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableContactRequestCompound) Get ¶

func (NullableContactRequestCompound) IsSet ¶

func (NullableContactRequestCompound) MarshalJSON ¶

func (v NullableContactRequestCompound) MarshalJSON() ([]byte, error)

func (*NullableContactRequestCompound) Set ¶

func (*NullableContactRequestCompound) UnmarshalJSON ¶

func (v *NullableContactRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableContactRequestCompound) Unset ¶

func (v *NullableContactRequestCompound) Unset()

type NullableContactRequestCompoundAllOf ¶

type NullableContactRequestCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableContactRequestCompoundAllOf) Get ¶

func (NullableContactRequestCompoundAllOf) IsSet ¶

func (NullableContactRequestCompoundAllOf) MarshalJSON ¶

func (v NullableContactRequestCompoundAllOf) MarshalJSON() ([]byte, error)

func (*NullableContactRequestCompoundAllOf) Set ¶

func (*NullableContactRequestCompoundAllOf) UnmarshalJSON ¶

func (v *NullableContactRequestCompoundAllOf) UnmarshalJSON(src []byte) error

func (*NullableContactRequestCompoundAllOf) Unset ¶

type NullableContactinformationsRequest ¶

type NullableContactinformationsRequest struct {
	// contains filtered or unexported fields
}

func (NullableContactinformationsRequest) Get ¶

func (NullableContactinformationsRequest) IsSet ¶

func (NullableContactinformationsRequest) MarshalJSON ¶

func (v NullableContactinformationsRequest) MarshalJSON() ([]byte, error)

func (*NullableContactinformationsRequest) Set ¶

func (*NullableContactinformationsRequest) UnmarshalJSON ¶

func (v *NullableContactinformationsRequest) UnmarshalJSON(src []byte) error

func (*NullableContactinformationsRequest) Unset ¶

type NullableContactinformationsRequestCompound ¶

type NullableContactinformationsRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableContactinformationsRequestCompound) Get ¶

func (NullableContactinformationsRequestCompound) IsSet ¶

func (NullableContactinformationsRequestCompound) MarshalJSON ¶

func (*NullableContactinformationsRequestCompound) Set ¶

func (*NullableContactinformationsRequestCompound) UnmarshalJSON ¶

func (v *NullableContactinformationsRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableContactinformationsRequestCompound) Unset ¶

type NullableContactinformationsRequestCompoundAllOf ¶

type NullableContactinformationsRequestCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableContactinformationsRequestCompoundAllOf) Get ¶

func (NullableContactinformationsRequestCompoundAllOf) IsSet ¶

func (NullableContactinformationsRequestCompoundAllOf) MarshalJSON ¶

func (*NullableContactinformationsRequestCompoundAllOf) Set ¶

func (*NullableContactinformationsRequestCompoundAllOf) UnmarshalJSON ¶

func (*NullableContactinformationsRequestCompoundAllOf) Unset ¶

type NullableCustomAutocompleteElementResponse ¶

type NullableCustomAutocompleteElementResponse struct {
	// contains filtered or unexported fields
}

func (NullableCustomAutocompleteElementResponse) Get ¶

func (NullableCustomAutocompleteElementResponse) IsSet ¶

func (NullableCustomAutocompleteElementResponse) MarshalJSON ¶

func (*NullableCustomAutocompleteElementResponse) Set ¶

func (*NullableCustomAutocompleteElementResponse) UnmarshalJSON ¶

func (v *NullableCustomAutocompleteElementResponse) UnmarshalJSON(src []byte) error

func (*NullableCustomAutocompleteElementResponse) Unset ¶

type NullableCustomFormDataDocumentResponse ¶

type NullableCustomFormDataDocumentResponse struct {
	// contains filtered or unexported fields
}

func (NullableCustomFormDataDocumentResponse) Get ¶

func (NullableCustomFormDataDocumentResponse) IsSet ¶

func (NullableCustomFormDataDocumentResponse) MarshalJSON ¶

func (v NullableCustomFormDataDocumentResponse) MarshalJSON() ([]byte, error)

func (*NullableCustomFormDataDocumentResponse) Set ¶

func (*NullableCustomFormDataDocumentResponse) UnmarshalJSON ¶

func (v *NullableCustomFormDataDocumentResponse) UnmarshalJSON(src []byte) error

func (*NullableCustomFormDataDocumentResponse) Unset ¶

type NullableCustomFormDataSignerResponse ¶

type NullableCustomFormDataSignerResponse struct {
	// contains filtered or unexported fields
}

func (NullableCustomFormDataSignerResponse) Get ¶

func (NullableCustomFormDataSignerResponse) IsSet ¶

func (NullableCustomFormDataSignerResponse) MarshalJSON ¶

func (v NullableCustomFormDataSignerResponse) MarshalJSON() ([]byte, error)

func (*NullableCustomFormDataSignerResponse) Set ¶

func (*NullableCustomFormDataSignerResponse) UnmarshalJSON ¶

func (v *NullableCustomFormDataSignerResponse) UnmarshalJSON(src []byte) error

func (*NullableCustomFormDataSignerResponse) Unset ¶

type NullableCustomFormsDataFolderResponse ¶

type NullableCustomFormsDataFolderResponse struct {
	// contains filtered or unexported fields
}

func (NullableCustomFormsDataFolderResponse) Get ¶

func (NullableCustomFormsDataFolderResponse) IsSet ¶

func (NullableCustomFormsDataFolderResponse) MarshalJSON ¶

func (v NullableCustomFormsDataFolderResponse) MarshalJSON() ([]byte, error)

func (*NullableCustomFormsDataFolderResponse) Set ¶

func (*NullableCustomFormsDataFolderResponse) UnmarshalJSON ¶

func (v *NullableCustomFormsDataFolderResponse) UnmarshalJSON(src []byte) error

func (*NullableCustomFormsDataFolderResponse) Unset ¶

type NullableCustomWordPositionOccurenceResponse ¶

type NullableCustomWordPositionOccurenceResponse struct {
	// contains filtered or unexported fields
}

func (NullableCustomWordPositionOccurenceResponse) Get ¶

func (NullableCustomWordPositionOccurenceResponse) IsSet ¶

func (NullableCustomWordPositionOccurenceResponse) MarshalJSON ¶

func (*NullableCustomWordPositionOccurenceResponse) Set ¶

func (*NullableCustomWordPositionOccurenceResponse) UnmarshalJSON ¶

func (v *NullableCustomWordPositionOccurenceResponse) UnmarshalJSON(src []byte) error

func (*NullableCustomWordPositionOccurenceResponse) Unset ¶

type NullableCustomWordPositionWordResponse ¶

type NullableCustomWordPositionWordResponse struct {
	// contains filtered or unexported fields
}

func (NullableCustomWordPositionWordResponse) Get ¶

func (NullableCustomWordPositionWordResponse) IsSet ¶

func (NullableCustomWordPositionWordResponse) MarshalJSON ¶

func (v NullableCustomWordPositionWordResponse) MarshalJSON() ([]byte, error)

func (*NullableCustomWordPositionWordResponse) Set ¶

func (*NullableCustomWordPositionWordResponse) UnmarshalJSON ¶

func (v *NullableCustomWordPositionWordResponse) UnmarshalJSON(src []byte) error

func (*NullableCustomWordPositionWordResponse) Unset ¶

type NullableEmailRequest ¶

type NullableEmailRequest struct {
	// contains filtered or unexported fields
}

func NewNullableEmailRequest ¶

func NewNullableEmailRequest(val *EmailRequest) *NullableEmailRequest

func (NullableEmailRequest) Get ¶

func (NullableEmailRequest) IsSet ¶

func (v NullableEmailRequest) IsSet() bool

func (NullableEmailRequest) MarshalJSON ¶

func (v NullableEmailRequest) MarshalJSON() ([]byte, error)

func (*NullableEmailRequest) Set ¶

func (v *NullableEmailRequest) Set(val *EmailRequest)

func (*NullableEmailRequest) UnmarshalJSON ¶

func (v *NullableEmailRequest) UnmarshalJSON(src []byte) error

func (*NullableEmailRequest) Unset ¶

func (v *NullableEmailRequest) Unset()

type NullableEzsignbulksendGetListV1Response ¶

type NullableEzsignbulksendGetListV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignbulksendGetListV1Response) Get ¶

func (NullableEzsignbulksendGetListV1Response) IsSet ¶

func (NullableEzsignbulksendGetListV1Response) MarshalJSON ¶

func (v NullableEzsignbulksendGetListV1Response) MarshalJSON() ([]byte, error)

func (*NullableEzsignbulksendGetListV1Response) Set ¶

func (*NullableEzsignbulksendGetListV1Response) UnmarshalJSON ¶

func (v *NullableEzsignbulksendGetListV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignbulksendGetListV1Response) Unset ¶

type NullableEzsignbulksendGetListV1ResponseAllOf ¶

type NullableEzsignbulksendGetListV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignbulksendGetListV1ResponseAllOf) Get ¶

func (NullableEzsignbulksendGetListV1ResponseAllOf) IsSet ¶

func (NullableEzsignbulksendGetListV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignbulksendGetListV1ResponseAllOf) Set ¶

func (*NullableEzsignbulksendGetListV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignbulksendGetListV1ResponseAllOf) Unset ¶

type NullableEzsignbulksendGetListV1ResponseMPayload ¶

type NullableEzsignbulksendGetListV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignbulksendGetListV1ResponseMPayload) Get ¶

func (NullableEzsignbulksendGetListV1ResponseMPayload) IsSet ¶

func (NullableEzsignbulksendGetListV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignbulksendGetListV1ResponseMPayload) Set ¶

func (*NullableEzsignbulksendGetListV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignbulksendGetListV1ResponseMPayload) Unset ¶

type NullableEzsignbulksendGetListV1ResponseMPayloadAllOf ¶

type NullableEzsignbulksendGetListV1ResponseMPayloadAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignbulksendGetListV1ResponseMPayloadAllOf) Get ¶

func (NullableEzsignbulksendGetListV1ResponseMPayloadAllOf) IsSet ¶

func (NullableEzsignbulksendGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*NullableEzsignbulksendGetListV1ResponseMPayloadAllOf) Set ¶

func (*NullableEzsignbulksendGetListV1ResponseMPayloadAllOf) UnmarshalJSON ¶

func (*NullableEzsignbulksendGetListV1ResponseMPayloadAllOf) Unset ¶

type NullableEzsignbulksendListElement ¶

type NullableEzsignbulksendListElement struct {
	// contains filtered or unexported fields
}

func (NullableEzsignbulksendListElement) Get ¶

func (NullableEzsignbulksendListElement) IsSet ¶

func (NullableEzsignbulksendListElement) MarshalJSON ¶

func (v NullableEzsignbulksendListElement) MarshalJSON() ([]byte, error)

func (*NullableEzsignbulksendListElement) Set ¶

func (*NullableEzsignbulksendListElement) UnmarshalJSON ¶

func (v *NullableEzsignbulksendListElement) UnmarshalJSON(src []byte) error

func (*NullableEzsignbulksendListElement) Unset ¶

type NullableEzsigndocumentApplyEzsigntemplateV1Request ¶

type NullableEzsigndocumentApplyEzsigntemplateV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentApplyEzsigntemplateV1Request) Get ¶

func (NullableEzsigndocumentApplyEzsigntemplateV1Request) IsSet ¶

func (NullableEzsigndocumentApplyEzsigntemplateV1Request) MarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV1Request) Set ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV1Request) UnmarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV1Request) Unset ¶

type NullableEzsigndocumentApplyEzsigntemplateV1Response ¶

type NullableEzsigndocumentApplyEzsigntemplateV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentApplyEzsigntemplateV1Response) Get ¶

func (NullableEzsigndocumentApplyEzsigntemplateV1Response) IsSet ¶

func (NullableEzsigndocumentApplyEzsigntemplateV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV1Response) Set ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV1Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV1Response) Unset ¶

type NullableEzsigndocumentApplyEzsigntemplateV2Request ¶

type NullableEzsigndocumentApplyEzsigntemplateV2Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentApplyEzsigntemplateV2Request) Get ¶

func (NullableEzsigndocumentApplyEzsigntemplateV2Request) IsSet ¶

func (NullableEzsigndocumentApplyEzsigntemplateV2Request) MarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV2Request) Set ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV2Request) UnmarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV2Request) Unset ¶

type NullableEzsigndocumentApplyEzsigntemplateV2Response ¶

type NullableEzsigndocumentApplyEzsigntemplateV2Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentApplyEzsigntemplateV2Response) Get ¶

func (NullableEzsigndocumentApplyEzsigntemplateV2Response) IsSet ¶

func (NullableEzsigndocumentApplyEzsigntemplateV2Response) MarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV2Response) Set ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV2Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentApplyEzsigntemplateV2Response) Unset ¶

type NullableEzsigndocumentCreateObjectV1Request ¶

type NullableEzsigndocumentCreateObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentCreateObjectV1Request) Get ¶

func (NullableEzsigndocumentCreateObjectV1Request) IsSet ¶

func (NullableEzsigndocumentCreateObjectV1Request) MarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1Request) Set ¶

func (*NullableEzsigndocumentCreateObjectV1Request) UnmarshalJSON ¶

func (v *NullableEzsigndocumentCreateObjectV1Request) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentCreateObjectV1Request) Unset ¶

type NullableEzsigndocumentCreateObjectV1Response ¶

type NullableEzsigndocumentCreateObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentCreateObjectV1Response) Get ¶

func (NullableEzsigndocumentCreateObjectV1Response) IsSet ¶

func (NullableEzsigndocumentCreateObjectV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1Response) Set ¶

func (*NullableEzsigndocumentCreateObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1Response) Unset ¶

type NullableEzsigndocumentCreateObjectV1ResponseAllOf ¶

type NullableEzsigndocumentCreateObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentCreateObjectV1ResponseAllOf) Get ¶

func (NullableEzsigndocumentCreateObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsigndocumentCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1ResponseAllOf) Set ¶

func (*NullableEzsigndocumentCreateObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1ResponseAllOf) Unset ¶

type NullableEzsigndocumentCreateObjectV1ResponseMPayload ¶

type NullableEzsigndocumentCreateObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentCreateObjectV1ResponseMPayload) Get ¶

func (NullableEzsigndocumentCreateObjectV1ResponseMPayload) IsSet ¶

func (NullableEzsigndocumentCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1ResponseMPayload) Set ¶

func (*NullableEzsigndocumentCreateObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsigndocumentCreateObjectV1ResponseMPayload) Unset ¶

type NullableEzsigndocumentDeleteObjectV1Response ¶

type NullableEzsigndocumentDeleteObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentDeleteObjectV1Response) Get ¶

func (NullableEzsigndocumentDeleteObjectV1Response) IsSet ¶

func (NullableEzsigndocumentDeleteObjectV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentDeleteObjectV1Response) Set ¶

func (*NullableEzsigndocumentDeleteObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentDeleteObjectV1Response) Unset ¶

type NullableEzsigndocumentGetDownloadUrlV1Response ¶

type NullableEzsigndocumentGetDownloadUrlV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetDownloadUrlV1Response) Get ¶

func (NullableEzsigndocumentGetDownloadUrlV1Response) IsSet ¶

func (NullableEzsigndocumentGetDownloadUrlV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentGetDownloadUrlV1Response) Set ¶

func (*NullableEzsigndocumentGetDownloadUrlV1Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetDownloadUrlV1Response) Unset ¶

type NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf ¶

type NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf) Get ¶

func (NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf) IsSet ¶

func (NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf) Set ¶

func (*NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetDownloadUrlV1ResponseAllOf) Unset ¶

type NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload ¶

type NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload) Get ¶

func (NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload) IsSet ¶

func (NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload) Set ¶

func (*NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetDownloadUrlV1ResponseMPayload) Unset ¶

type NullableEzsigndocumentGetEzsignpagesV1Response ¶

type NullableEzsigndocumentGetEzsignpagesV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetEzsignpagesV1Response) Get ¶

func (NullableEzsigndocumentGetEzsignpagesV1Response) IsSet ¶

func (NullableEzsigndocumentGetEzsignpagesV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentGetEzsignpagesV1Response) Set ¶

func (*NullableEzsigndocumentGetEzsignpagesV1Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetEzsignpagesV1Response) Unset ¶

type NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf ¶

type NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf) Get ¶

func (NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf) IsSet ¶

func (NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf) Set ¶

func (*NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetEzsignpagesV1ResponseAllOf) Unset ¶

type NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload ¶

type NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload) Get ¶

func (NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload) IsSet ¶

func (NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload) Set ¶

func (*NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetEzsignpagesV1ResponseMPayload) Unset ¶

type NullableEzsigndocumentGetFormDataV1Response ¶

type NullableEzsigndocumentGetFormDataV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetFormDataV1Response) Get ¶

func (NullableEzsigndocumentGetFormDataV1Response) IsSet ¶

func (NullableEzsigndocumentGetFormDataV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentGetFormDataV1Response) Set ¶

func (*NullableEzsigndocumentGetFormDataV1Response) UnmarshalJSON ¶

func (v *NullableEzsigndocumentGetFormDataV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentGetFormDataV1Response) Unset ¶

type NullableEzsigndocumentGetFormDataV1ResponseAllOf ¶

type NullableEzsigndocumentGetFormDataV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetFormDataV1ResponseAllOf) Get ¶

func (NullableEzsigndocumentGetFormDataV1ResponseAllOf) IsSet ¶

func (NullableEzsigndocumentGetFormDataV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigndocumentGetFormDataV1ResponseAllOf) Set ¶

func (*NullableEzsigndocumentGetFormDataV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetFormDataV1ResponseAllOf) Unset ¶

type NullableEzsigndocumentGetFormDataV1ResponseMPayload ¶

type NullableEzsigndocumentGetFormDataV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetFormDataV1ResponseMPayload) Get ¶

func (NullableEzsigndocumentGetFormDataV1ResponseMPayload) IsSet ¶

func (NullableEzsigndocumentGetFormDataV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsigndocumentGetFormDataV1ResponseMPayload) Set ¶

func (*NullableEzsigndocumentGetFormDataV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetFormDataV1ResponseMPayload) Unset ¶

type NullableEzsigndocumentGetObjectV1Response ¶

type NullableEzsigndocumentGetObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetObjectV1Response) Get ¶

func (NullableEzsigndocumentGetObjectV1Response) IsSet ¶

func (NullableEzsigndocumentGetObjectV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentGetObjectV1Response) Set ¶

func (*NullableEzsigndocumentGetObjectV1Response) UnmarshalJSON ¶

func (v *NullableEzsigndocumentGetObjectV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentGetObjectV1Response) Unset ¶

type NullableEzsigndocumentGetObjectV1ResponseAllOf ¶

type NullableEzsigndocumentGetObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetObjectV1ResponseAllOf) Get ¶

func (NullableEzsigndocumentGetObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsigndocumentGetObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigndocumentGetObjectV1ResponseAllOf) Set ¶

func (*NullableEzsigndocumentGetObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetObjectV1ResponseAllOf) Unset ¶

type NullableEzsigndocumentGetObjectV1ResponseMPayload ¶

type NullableEzsigndocumentGetObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetObjectV1ResponseMPayload) Get ¶

func (NullableEzsigndocumentGetObjectV1ResponseMPayload) IsSet ¶

func (NullableEzsigndocumentGetObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsigndocumentGetObjectV1ResponseMPayload) Set ¶

func (*NullableEzsigndocumentGetObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetObjectV1ResponseMPayload) Unset ¶

type NullableEzsigndocumentGetWordsPositionsV1Request ¶

type NullableEzsigndocumentGetWordsPositionsV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetWordsPositionsV1Request) Get ¶

func (NullableEzsigndocumentGetWordsPositionsV1Request) IsSet ¶

func (NullableEzsigndocumentGetWordsPositionsV1Request) MarshalJSON ¶

func (*NullableEzsigndocumentGetWordsPositionsV1Request) Set ¶

func (*NullableEzsigndocumentGetWordsPositionsV1Request) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetWordsPositionsV1Request) Unset ¶

type NullableEzsigndocumentGetWordsPositionsV1Response ¶

type NullableEzsigndocumentGetWordsPositionsV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetWordsPositionsV1Response) Get ¶

func (NullableEzsigndocumentGetWordsPositionsV1Response) IsSet ¶

func (NullableEzsigndocumentGetWordsPositionsV1Response) MarshalJSON ¶

func (*NullableEzsigndocumentGetWordsPositionsV1Response) Set ¶

func (*NullableEzsigndocumentGetWordsPositionsV1Response) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetWordsPositionsV1Response) Unset ¶

type NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf ¶

type NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf) Get ¶

func (NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf) IsSet ¶

func (NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf) Set ¶

func (*NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigndocumentGetWordsPositionsV1ResponseAllOf) Unset ¶

type NullableEzsigndocumentRequest ¶

type NullableEzsigndocumentRequest struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentRequest) Get ¶

func (NullableEzsigndocumentRequest) IsSet ¶

func (NullableEzsigndocumentRequest) MarshalJSON ¶

func (v NullableEzsigndocumentRequest) MarshalJSON() ([]byte, error)

func (*NullableEzsigndocumentRequest) Set ¶

func (*NullableEzsigndocumentRequest) UnmarshalJSON ¶

func (v *NullableEzsigndocumentRequest) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentRequest) Unset ¶

func (v *NullableEzsigndocumentRequest) Unset()

type NullableEzsigndocumentRequestCompound ¶

type NullableEzsigndocumentRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentRequestCompound) Get ¶

func (NullableEzsigndocumentRequestCompound) IsSet ¶

func (NullableEzsigndocumentRequestCompound) MarshalJSON ¶

func (v NullableEzsigndocumentRequestCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsigndocumentRequestCompound) Set ¶

func (*NullableEzsigndocumentRequestCompound) UnmarshalJSON ¶

func (v *NullableEzsigndocumentRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentRequestCompound) Unset ¶

type NullableEzsigndocumentResponse ¶

type NullableEzsigndocumentResponse struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentResponse) Get ¶

func (NullableEzsigndocumentResponse) IsSet ¶

func (NullableEzsigndocumentResponse) MarshalJSON ¶

func (v NullableEzsigndocumentResponse) MarshalJSON() ([]byte, error)

func (*NullableEzsigndocumentResponse) Set ¶

func (*NullableEzsigndocumentResponse) UnmarshalJSON ¶

func (v *NullableEzsigndocumentResponse) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentResponse) Unset ¶

func (v *NullableEzsigndocumentResponse) Unset()

type NullableEzsigndocumentResponseCompound ¶

type NullableEzsigndocumentResponseCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsigndocumentResponseCompound) Get ¶

func (NullableEzsigndocumentResponseCompound) IsSet ¶

func (NullableEzsigndocumentResponseCompound) MarshalJSON ¶

func (v NullableEzsigndocumentResponseCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsigndocumentResponseCompound) Set ¶

func (*NullableEzsigndocumentResponseCompound) UnmarshalJSON ¶

func (v *NullableEzsigndocumentResponseCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsigndocumentResponseCompound) Unset ¶

type NullableEzsignfolderCreateObjectV1Request ¶

type NullableEzsignfolderCreateObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderCreateObjectV1Request) Get ¶

func (NullableEzsignfolderCreateObjectV1Request) IsSet ¶

func (NullableEzsignfolderCreateObjectV1Request) MarshalJSON ¶

func (*NullableEzsignfolderCreateObjectV1Request) Set ¶

func (*NullableEzsignfolderCreateObjectV1Request) UnmarshalJSON ¶

func (v *NullableEzsignfolderCreateObjectV1Request) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderCreateObjectV1Request) Unset ¶

type NullableEzsignfolderCreateObjectV1Response ¶

type NullableEzsignfolderCreateObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderCreateObjectV1Response) Get ¶

func (NullableEzsignfolderCreateObjectV1Response) IsSet ¶

func (NullableEzsignfolderCreateObjectV1Response) MarshalJSON ¶

func (*NullableEzsignfolderCreateObjectV1Response) Set ¶

func (*NullableEzsignfolderCreateObjectV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderCreateObjectV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderCreateObjectV1Response) Unset ¶

type NullableEzsignfolderCreateObjectV1ResponseAllOf ¶

type NullableEzsignfolderCreateObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderCreateObjectV1ResponseAllOf) Get ¶

func (NullableEzsignfolderCreateObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsignfolderCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfolderCreateObjectV1ResponseAllOf) Set ¶

func (*NullableEzsignfolderCreateObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfolderCreateObjectV1ResponseAllOf) Unset ¶

type NullableEzsignfolderCreateObjectV1ResponseMPayload ¶

type NullableEzsignfolderCreateObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderCreateObjectV1ResponseMPayload) Get ¶

func (NullableEzsignfolderCreateObjectV1ResponseMPayload) IsSet ¶

func (NullableEzsignfolderCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfolderCreateObjectV1ResponseMPayload) Set ¶

func (*NullableEzsignfolderCreateObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfolderCreateObjectV1ResponseMPayload) Unset ¶

type NullableEzsignfolderDeleteObjectV1Response ¶

type NullableEzsignfolderDeleteObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderDeleteObjectV1Response) Get ¶

func (NullableEzsignfolderDeleteObjectV1Response) IsSet ¶

func (NullableEzsignfolderDeleteObjectV1Response) MarshalJSON ¶

func (*NullableEzsignfolderDeleteObjectV1Response) Set ¶

func (*NullableEzsignfolderDeleteObjectV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderDeleteObjectV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderDeleteObjectV1Response) Unset ¶

type NullableEzsignfolderGetFormsDataV1Response ¶

type NullableEzsignfolderGetFormsDataV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetFormsDataV1Response) Get ¶

func (NullableEzsignfolderGetFormsDataV1Response) IsSet ¶

func (NullableEzsignfolderGetFormsDataV1Response) MarshalJSON ¶

func (*NullableEzsignfolderGetFormsDataV1Response) Set ¶

func (*NullableEzsignfolderGetFormsDataV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderGetFormsDataV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderGetFormsDataV1Response) Unset ¶

type NullableEzsignfolderGetFormsDataV1ResponseAllOf ¶

type NullableEzsignfolderGetFormsDataV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetFormsDataV1ResponseAllOf) Get ¶

func (NullableEzsignfolderGetFormsDataV1ResponseAllOf) IsSet ¶

func (NullableEzsignfolderGetFormsDataV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfolderGetFormsDataV1ResponseAllOf) Set ¶

func (*NullableEzsignfolderGetFormsDataV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfolderGetFormsDataV1ResponseAllOf) Unset ¶

type NullableEzsignfolderGetFormsDataV1ResponseMPayload ¶

type NullableEzsignfolderGetFormsDataV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetFormsDataV1ResponseMPayload) Get ¶

func (NullableEzsignfolderGetFormsDataV1ResponseMPayload) IsSet ¶

func (NullableEzsignfolderGetFormsDataV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfolderGetFormsDataV1ResponseMPayload) Set ¶

func (*NullableEzsignfolderGetFormsDataV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfolderGetFormsDataV1ResponseMPayload) Unset ¶

type NullableEzsignfolderGetListV1Response ¶

type NullableEzsignfolderGetListV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetListV1Response) Get ¶

func (NullableEzsignfolderGetListV1Response) IsSet ¶

func (NullableEzsignfolderGetListV1Response) MarshalJSON ¶

func (v NullableEzsignfolderGetListV1Response) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderGetListV1Response) Set ¶

func (*NullableEzsignfolderGetListV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderGetListV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderGetListV1Response) Unset ¶

type NullableEzsignfolderGetListV1ResponseAllOf ¶

type NullableEzsignfolderGetListV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetListV1ResponseAllOf) Get ¶

func (NullableEzsignfolderGetListV1ResponseAllOf) IsSet ¶

func (NullableEzsignfolderGetListV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfolderGetListV1ResponseAllOf) Set ¶

func (*NullableEzsignfolderGetListV1ResponseAllOf) UnmarshalJSON ¶

func (v *NullableEzsignfolderGetListV1ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderGetListV1ResponseAllOf) Unset ¶

type NullableEzsignfolderGetListV1ResponseMPayload ¶

type NullableEzsignfolderGetListV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetListV1ResponseMPayload) Get ¶

func (NullableEzsignfolderGetListV1ResponseMPayload) IsSet ¶

func (NullableEzsignfolderGetListV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfolderGetListV1ResponseMPayload) Set ¶

func (*NullableEzsignfolderGetListV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfolderGetListV1ResponseMPayload) Unset ¶

type NullableEzsignfolderGetListV1ResponseMPayloadAllOf ¶

type NullableEzsignfolderGetListV1ResponseMPayloadAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetListV1ResponseMPayloadAllOf) Get ¶

func (NullableEzsignfolderGetListV1ResponseMPayloadAllOf) IsSet ¶

func (NullableEzsignfolderGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*NullableEzsignfolderGetListV1ResponseMPayloadAllOf) Set ¶

func (*NullableEzsignfolderGetListV1ResponseMPayloadAllOf) UnmarshalJSON ¶

func (*NullableEzsignfolderGetListV1ResponseMPayloadAllOf) Unset ¶

type NullableEzsignfolderGetObjectV1Response ¶

type NullableEzsignfolderGetObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetObjectV1Response) Get ¶

func (NullableEzsignfolderGetObjectV1Response) IsSet ¶

func (NullableEzsignfolderGetObjectV1Response) MarshalJSON ¶

func (v NullableEzsignfolderGetObjectV1Response) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderGetObjectV1Response) Set ¶

func (*NullableEzsignfolderGetObjectV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderGetObjectV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderGetObjectV1Response) Unset ¶

type NullableEzsignfolderGetObjectV1ResponseAllOf ¶

type NullableEzsignfolderGetObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetObjectV1ResponseAllOf) Get ¶

func (NullableEzsignfolderGetObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsignfolderGetObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfolderGetObjectV1ResponseAllOf) Set ¶

func (*NullableEzsignfolderGetObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfolderGetObjectV1ResponseAllOf) Unset ¶

type NullableEzsignfolderGetObjectV1ResponseMPayload ¶

type NullableEzsignfolderGetObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderGetObjectV1ResponseMPayload) Get ¶

func (NullableEzsignfolderGetObjectV1ResponseMPayload) IsSet ¶

func (NullableEzsignfolderGetObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfolderGetObjectV1ResponseMPayload) Set ¶

func (*NullableEzsignfolderGetObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfolderGetObjectV1ResponseMPayload) Unset ¶

type NullableEzsignfolderListElement ¶

type NullableEzsignfolderListElement struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderListElement) Get ¶

func (NullableEzsignfolderListElement) IsSet ¶

func (NullableEzsignfolderListElement) MarshalJSON ¶

func (v NullableEzsignfolderListElement) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderListElement) Set ¶

func (*NullableEzsignfolderListElement) UnmarshalJSON ¶

func (v *NullableEzsignfolderListElement) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderListElement) Unset ¶

type NullableEzsignfolderRequest ¶

type NullableEzsignfolderRequest struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderRequest) Get ¶

func (NullableEzsignfolderRequest) IsSet ¶

func (NullableEzsignfolderRequest) MarshalJSON ¶

func (v NullableEzsignfolderRequest) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderRequest) Set ¶

func (*NullableEzsignfolderRequest) UnmarshalJSON ¶

func (v *NullableEzsignfolderRequest) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderRequest) Unset ¶

func (v *NullableEzsignfolderRequest) Unset()

type NullableEzsignfolderRequestCompound ¶

type NullableEzsignfolderRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderRequestCompound) Get ¶

func (NullableEzsignfolderRequestCompound) IsSet ¶

func (NullableEzsignfolderRequestCompound) MarshalJSON ¶

func (v NullableEzsignfolderRequestCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderRequestCompound) Set ¶

func (*NullableEzsignfolderRequestCompound) UnmarshalJSON ¶

func (v *NullableEzsignfolderRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderRequestCompound) Unset ¶

type NullableEzsignfolderRequestCompoundAllOf ¶

type NullableEzsignfolderRequestCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderRequestCompoundAllOf) Get ¶

func (NullableEzsignfolderRequestCompoundAllOf) IsSet ¶

func (NullableEzsignfolderRequestCompoundAllOf) MarshalJSON ¶

func (*NullableEzsignfolderRequestCompoundAllOf) Set ¶

func (*NullableEzsignfolderRequestCompoundAllOf) UnmarshalJSON ¶

func (v *NullableEzsignfolderRequestCompoundAllOf) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderRequestCompoundAllOf) Unset ¶

type NullableEzsignfolderResponse ¶

type NullableEzsignfolderResponse struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderResponse) Get ¶

func (NullableEzsignfolderResponse) IsSet ¶

func (NullableEzsignfolderResponse) MarshalJSON ¶

func (v NullableEzsignfolderResponse) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderResponse) Set ¶

func (*NullableEzsignfolderResponse) UnmarshalJSON ¶

func (v *NullableEzsignfolderResponse) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderResponse) Unset ¶

func (v *NullableEzsignfolderResponse) Unset()

type NullableEzsignfolderResponseCompound ¶

type NullableEzsignfolderResponseCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderResponseCompound) Get ¶

func (NullableEzsignfolderResponseCompound) IsSet ¶

func (NullableEzsignfolderResponseCompound) MarshalJSON ¶

func (v NullableEzsignfolderResponseCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderResponseCompound) Set ¶

func (*NullableEzsignfolderResponseCompound) UnmarshalJSON ¶

func (v *NullableEzsignfolderResponseCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderResponseCompound) Unset ¶

type NullableEzsignfolderSendV1Request ¶

type NullableEzsignfolderSendV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderSendV1Request) Get ¶

func (NullableEzsignfolderSendV1Request) IsSet ¶

func (NullableEzsignfolderSendV1Request) MarshalJSON ¶

func (v NullableEzsignfolderSendV1Request) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderSendV1Request) Set ¶

func (*NullableEzsignfolderSendV1Request) UnmarshalJSON ¶

func (v *NullableEzsignfolderSendV1Request) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderSendV1Request) Unset ¶

type NullableEzsignfolderSendV1Response ¶

type NullableEzsignfolderSendV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderSendV1Response) Get ¶

func (NullableEzsignfolderSendV1Response) IsSet ¶

func (NullableEzsignfolderSendV1Response) MarshalJSON ¶

func (v NullableEzsignfolderSendV1Response) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderSendV1Response) Set ¶

func (*NullableEzsignfolderSendV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderSendV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderSendV1Response) Unset ¶

type NullableEzsignfolderUnsendV1Response ¶

type NullableEzsignfolderUnsendV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfolderUnsendV1Response) Get ¶

func (NullableEzsignfolderUnsendV1Response) IsSet ¶

func (NullableEzsignfolderUnsendV1Response) MarshalJSON ¶

func (v NullableEzsignfolderUnsendV1Response) MarshalJSON() ([]byte, error)

func (*NullableEzsignfolderUnsendV1Response) Set ¶

func (*NullableEzsignfolderUnsendV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfolderUnsendV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfolderUnsendV1Response) Unset ¶

type NullableEzsignfoldersignerassociationCreateObjectV1Request ¶

type NullableEzsignfoldersignerassociationCreateObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationCreateObjectV1Request) Get ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1Request) IsSet ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1Request) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1Request) Set ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1Request) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1Request) Unset ¶

type NullableEzsignfoldersignerassociationCreateObjectV1Response ¶

type NullableEzsignfoldersignerassociationCreateObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationCreateObjectV1Response) Get ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1Response) IsSet ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1Response) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1Response) Set ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1Response) Unset ¶

type NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf ¶

type NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf) Get ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf) Set ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1ResponseAllOf) Unset ¶

type NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload ¶

type NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload) Get ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload) IsSet ¶

func (NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload) Set ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationCreateObjectV1ResponseMPayload) Unset ¶

type NullableEzsignfoldersignerassociationDeleteObjectV1Response ¶

type NullableEzsignfoldersignerassociationDeleteObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationDeleteObjectV1Response) Get ¶

func (NullableEzsignfoldersignerassociationDeleteObjectV1Response) IsSet ¶

func (NullableEzsignfoldersignerassociationDeleteObjectV1Response) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationDeleteObjectV1Response) Set ¶

func (*NullableEzsignfoldersignerassociationDeleteObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationDeleteObjectV1Response) Unset ¶

type NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response ¶

type NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response) Get ¶

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response) IsSet ¶

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response) Set ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1Response) Unset ¶

type NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf ¶

type NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) Get ¶

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) IsSet ¶

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) Set ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseAllOf) Unset ¶

type NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload ¶

type NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) Get ¶

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) IsSet ¶

func (NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) Set ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload) Unset ¶

type NullableEzsignfoldersignerassociationGetObjectV1Response ¶

type NullableEzsignfoldersignerassociationGetObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationGetObjectV1Response) Get ¶

func (NullableEzsignfoldersignerassociationGetObjectV1Response) IsSet ¶

func (NullableEzsignfoldersignerassociationGetObjectV1Response) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetObjectV1Response) Set ¶

func (*NullableEzsignfoldersignerassociationGetObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetObjectV1Response) Unset ¶

type NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf ¶

type NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf) Get ¶

func (NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf) Set ¶

func (*NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationGetObjectV1ResponseAllOf) Unset ¶

type NullableEzsignfoldersignerassociationRequest ¶

type NullableEzsignfoldersignerassociationRequest struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationRequest) Get ¶

func (NullableEzsignfoldersignerassociationRequest) IsSet ¶

func (NullableEzsignfoldersignerassociationRequest) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationRequest) Set ¶

func (*NullableEzsignfoldersignerassociationRequest) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationRequest) Unset ¶

type NullableEzsignfoldersignerassociationRequestCompound ¶

type NullableEzsignfoldersignerassociationRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationRequestCompound) Get ¶

func (NullableEzsignfoldersignerassociationRequestCompound) IsSet ¶

func (NullableEzsignfoldersignerassociationRequestCompound) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationRequestCompound) Set ¶

func (*NullableEzsignfoldersignerassociationRequestCompound) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationRequestCompound) Unset ¶

type NullableEzsignfoldersignerassociationRequestCompoundAllOf ¶

type NullableEzsignfoldersignerassociationRequestCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldersignerassociationRequestCompoundAllOf) Get ¶

func (NullableEzsignfoldersignerassociationRequestCompoundAllOf) IsSet ¶

func (NullableEzsignfoldersignerassociationRequestCompoundAllOf) MarshalJSON ¶

func (*NullableEzsignfoldersignerassociationRequestCompoundAllOf) Set ¶

func (*NullableEzsignfoldersignerassociationRequestCompoundAllOf) UnmarshalJSON ¶

func (*NullableEzsignfoldersignerassociationRequestCompoundAllOf) Unset ¶

type NullableEzsignfoldertypeGetListV1Response ¶

type NullableEzsignfoldertypeGetListV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldertypeGetListV1Response) Get ¶

func (NullableEzsignfoldertypeGetListV1Response) IsSet ¶

func (NullableEzsignfoldertypeGetListV1Response) MarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1Response) Set ¶

func (*NullableEzsignfoldertypeGetListV1Response) UnmarshalJSON ¶

func (v *NullableEzsignfoldertypeGetListV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignfoldertypeGetListV1Response) Unset ¶

type NullableEzsignfoldertypeGetListV1ResponseAllOf ¶

type NullableEzsignfoldertypeGetListV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldertypeGetListV1ResponseAllOf) Get ¶

func (NullableEzsignfoldertypeGetListV1ResponseAllOf) IsSet ¶

func (NullableEzsignfoldertypeGetListV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1ResponseAllOf) Set ¶

func (*NullableEzsignfoldertypeGetListV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1ResponseAllOf) Unset ¶

type NullableEzsignfoldertypeGetListV1ResponseMPayload ¶

type NullableEzsignfoldertypeGetListV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldertypeGetListV1ResponseMPayload) Get ¶

func (NullableEzsignfoldertypeGetListV1ResponseMPayload) IsSet ¶

func (NullableEzsignfoldertypeGetListV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1ResponseMPayload) Set ¶

func (*NullableEzsignfoldertypeGetListV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1ResponseMPayload) Unset ¶

type NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf ¶

type NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf) Get ¶

func (NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf) IsSet ¶

func (NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf) Set ¶

func (*NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf) UnmarshalJSON ¶

func (*NullableEzsignfoldertypeGetListV1ResponseMPayloadAllOf) Unset ¶

type NullableEzsignfoldertypeListElement ¶

type NullableEzsignfoldertypeListElement struct {
	// contains filtered or unexported fields
}

func (NullableEzsignfoldertypeListElement) Get ¶

func (NullableEzsignfoldertypeListElement) IsSet ¶

func (NullableEzsignfoldertypeListElement) MarshalJSON ¶

func (v NullableEzsignfoldertypeListElement) MarshalJSON() ([]byte, error)

func (*NullableEzsignfoldertypeListElement) Set ¶

func (*NullableEzsignfoldertypeListElement) UnmarshalJSON ¶

func (v *NullableEzsignfoldertypeListElement) UnmarshalJSON(src []byte) error

func (*NullableEzsignfoldertypeListElement) Unset ¶

type NullableEzsignformfieldResponse ¶

type NullableEzsignformfieldResponse struct {
	// contains filtered or unexported fields
}

func (NullableEzsignformfieldResponse) Get ¶

func (NullableEzsignformfieldResponse) IsSet ¶

func (NullableEzsignformfieldResponse) MarshalJSON ¶

func (v NullableEzsignformfieldResponse) MarshalJSON() ([]byte, error)

func (*NullableEzsignformfieldResponse) Set ¶

func (*NullableEzsignformfieldResponse) UnmarshalJSON ¶

func (v *NullableEzsignformfieldResponse) UnmarshalJSON(src []byte) error

func (*NullableEzsignformfieldResponse) Unset ¶

type NullableEzsignformfieldResponseCompound ¶

type NullableEzsignformfieldResponseCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignformfieldResponseCompound) Get ¶

func (NullableEzsignformfieldResponseCompound) IsSet ¶

func (NullableEzsignformfieldResponseCompound) MarshalJSON ¶

func (v NullableEzsignformfieldResponseCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsignformfieldResponseCompound) Set ¶

func (*NullableEzsignformfieldResponseCompound) UnmarshalJSON ¶

func (v *NullableEzsignformfieldResponseCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsignformfieldResponseCompound) Unset ¶

type NullableEzsignformfieldgroupResponse ¶

type NullableEzsignformfieldgroupResponse struct {
	// contains filtered or unexported fields
}

func (NullableEzsignformfieldgroupResponse) Get ¶

func (NullableEzsignformfieldgroupResponse) IsSet ¶

func (NullableEzsignformfieldgroupResponse) MarshalJSON ¶

func (v NullableEzsignformfieldgroupResponse) MarshalJSON() ([]byte, error)

func (*NullableEzsignformfieldgroupResponse) Set ¶

func (*NullableEzsignformfieldgroupResponse) UnmarshalJSON ¶

func (v *NullableEzsignformfieldgroupResponse) UnmarshalJSON(src []byte) error

func (*NullableEzsignformfieldgroupResponse) Unset ¶

type NullableEzsignformfieldgroupResponseCompound ¶

type NullableEzsignformfieldgroupResponseCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignformfieldgroupResponseCompound) Get ¶

func (NullableEzsignformfieldgroupResponseCompound) IsSet ¶

func (NullableEzsignformfieldgroupResponseCompound) MarshalJSON ¶

func (*NullableEzsignformfieldgroupResponseCompound) Set ¶

func (*NullableEzsignformfieldgroupResponseCompound) UnmarshalJSON ¶

func (*NullableEzsignformfieldgroupResponseCompound) Unset ¶

type NullableEzsignformfieldgroupResponseCompoundAllOf ¶

type NullableEzsignformfieldgroupResponseCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignformfieldgroupResponseCompoundAllOf) Get ¶

func (NullableEzsignformfieldgroupResponseCompoundAllOf) IsSet ¶

func (NullableEzsignformfieldgroupResponseCompoundAllOf) MarshalJSON ¶

func (*NullableEzsignformfieldgroupResponseCompoundAllOf) Set ¶

func (*NullableEzsignformfieldgroupResponseCompoundAllOf) UnmarshalJSON ¶

func (*NullableEzsignformfieldgroupResponseCompoundAllOf) Unset ¶

type NullableEzsignpageResponse ¶

type NullableEzsignpageResponse struct {
	// contains filtered or unexported fields
}

func NewNullableEzsignpageResponse ¶

func NewNullableEzsignpageResponse(val *EzsignpageResponse) *NullableEzsignpageResponse

func (NullableEzsignpageResponse) Get ¶

func (NullableEzsignpageResponse) IsSet ¶

func (v NullableEzsignpageResponse) IsSet() bool

func (NullableEzsignpageResponse) MarshalJSON ¶

func (v NullableEzsignpageResponse) MarshalJSON() ([]byte, error)

func (*NullableEzsignpageResponse) Set ¶

func (*NullableEzsignpageResponse) UnmarshalJSON ¶

func (v *NullableEzsignpageResponse) UnmarshalJSON(src []byte) error

func (*NullableEzsignpageResponse) Unset ¶

func (v *NullableEzsignpageResponse) Unset()

type NullableEzsignsignatureCreateObjectV1Request ¶

type NullableEzsignsignatureCreateObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureCreateObjectV1Request) Get ¶

func (NullableEzsignsignatureCreateObjectV1Request) IsSet ¶

func (NullableEzsignsignatureCreateObjectV1Request) MarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1Request) Set ¶

func (*NullableEzsignsignatureCreateObjectV1Request) UnmarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1Request) Unset ¶

type NullableEzsignsignatureCreateObjectV1Response ¶

type NullableEzsignsignatureCreateObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureCreateObjectV1Response) Get ¶

func (NullableEzsignsignatureCreateObjectV1Response) IsSet ¶

func (NullableEzsignsignatureCreateObjectV1Response) MarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1Response) Set ¶

func (*NullableEzsignsignatureCreateObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1Response) Unset ¶

type NullableEzsignsignatureCreateObjectV1ResponseAllOf ¶

type NullableEzsignsignatureCreateObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureCreateObjectV1ResponseAllOf) Get ¶

func (NullableEzsignsignatureCreateObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsignsignatureCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1ResponseAllOf) Set ¶

func (*NullableEzsignsignatureCreateObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1ResponseAllOf) Unset ¶

type NullableEzsignsignatureCreateObjectV1ResponseMPayload ¶

type NullableEzsignsignatureCreateObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureCreateObjectV1ResponseMPayload) Get ¶

func (NullableEzsignsignatureCreateObjectV1ResponseMPayload) IsSet ¶

func (NullableEzsignsignatureCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1ResponseMPayload) Set ¶

func (*NullableEzsignsignatureCreateObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsignsignatureCreateObjectV1ResponseMPayload) Unset ¶

type NullableEzsignsignatureDeleteObjectV1Response ¶

type NullableEzsignsignatureDeleteObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureDeleteObjectV1Response) Get ¶

func (NullableEzsignsignatureDeleteObjectV1Response) IsSet ¶

func (NullableEzsignsignatureDeleteObjectV1Response) MarshalJSON ¶

func (*NullableEzsignsignatureDeleteObjectV1Response) Set ¶

func (*NullableEzsignsignatureDeleteObjectV1Response) UnmarshalJSON ¶

func (*NullableEzsignsignatureDeleteObjectV1Response) Unset ¶

type NullableEzsignsignatureGetObjectV1Response ¶

type NullableEzsignsignatureGetObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureGetObjectV1Response) Get ¶

func (NullableEzsignsignatureGetObjectV1Response) IsSet ¶

func (NullableEzsignsignatureGetObjectV1Response) MarshalJSON ¶

func (*NullableEzsignsignatureGetObjectV1Response) Set ¶

func (*NullableEzsignsignatureGetObjectV1Response) UnmarshalJSON ¶

func (v *NullableEzsignsignatureGetObjectV1Response) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignatureGetObjectV1Response) Unset ¶

type NullableEzsignsignatureGetObjectV1ResponseAllOf ¶

type NullableEzsignsignatureGetObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureGetObjectV1ResponseAllOf) Get ¶

func (NullableEzsignsignatureGetObjectV1ResponseAllOf) IsSet ¶

func (NullableEzsignsignatureGetObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsignsignatureGetObjectV1ResponseAllOf) Set ¶

func (*NullableEzsignsignatureGetObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsignsignatureGetObjectV1ResponseAllOf) Unset ¶

type NullableEzsignsignatureRequest ¶

type NullableEzsignsignatureRequest struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureRequest) Get ¶

func (NullableEzsignsignatureRequest) IsSet ¶

func (NullableEzsignsignatureRequest) MarshalJSON ¶

func (v NullableEzsignsignatureRequest) MarshalJSON() ([]byte, error)

func (*NullableEzsignsignatureRequest) Set ¶

func (*NullableEzsignsignatureRequest) UnmarshalJSON ¶

func (v *NullableEzsignsignatureRequest) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignatureRequest) Unset ¶

func (v *NullableEzsignsignatureRequest) Unset()

type NullableEzsignsignatureRequestCompound ¶

type NullableEzsignsignatureRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignatureRequestCompound) Get ¶

func (NullableEzsignsignatureRequestCompound) IsSet ¶

func (NullableEzsignsignatureRequestCompound) MarshalJSON ¶

func (v NullableEzsignsignatureRequestCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsignsignatureRequestCompound) Set ¶

func (*NullableEzsignsignatureRequestCompound) UnmarshalJSON ¶

func (v *NullableEzsignsignatureRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignatureRequestCompound) Unset ¶

type NullableEzsignsignerRequest ¶

type NullableEzsignsignerRequest struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignerRequest) Get ¶

func (NullableEzsignsignerRequest) IsSet ¶

func (NullableEzsignsignerRequest) MarshalJSON ¶

func (v NullableEzsignsignerRequest) MarshalJSON() ([]byte, error)

func (*NullableEzsignsignerRequest) Set ¶

func (*NullableEzsignsignerRequest) UnmarshalJSON ¶

func (v *NullableEzsignsignerRequest) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignerRequest) Unset ¶

func (v *NullableEzsignsignerRequest) Unset()

type NullableEzsignsignerRequestCompound ¶

type NullableEzsignsignerRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignerRequestCompound) Get ¶

func (NullableEzsignsignerRequestCompound) IsSet ¶

func (NullableEzsignsignerRequestCompound) MarshalJSON ¶

func (v NullableEzsignsignerRequestCompound) MarshalJSON() ([]byte, error)

func (*NullableEzsignsignerRequestCompound) Set ¶

func (*NullableEzsignsignerRequestCompound) UnmarshalJSON ¶

func (v *NullableEzsignsignerRequestCompound) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignerRequestCompound) Unset ¶

type NullableEzsignsignerRequestCompoundAllOf ¶

type NullableEzsignsignerRequestCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignerRequestCompoundAllOf) Get ¶

func (NullableEzsignsignerRequestCompoundAllOf) IsSet ¶

func (NullableEzsignsignerRequestCompoundAllOf) MarshalJSON ¶

func (*NullableEzsignsignerRequestCompoundAllOf) Set ¶

func (*NullableEzsignsignerRequestCompoundAllOf) UnmarshalJSON ¶

func (v *NullableEzsignsignerRequestCompoundAllOf) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignerRequestCompoundAllOf) Unset ¶

type NullableEzsignsignerRequestCompoundContact ¶

type NullableEzsignsignerRequestCompoundContact struct {
	// contains filtered or unexported fields
}

func (NullableEzsignsignerRequestCompoundContact) Get ¶

func (NullableEzsignsignerRequestCompoundContact) IsSet ¶

func (NullableEzsignsignerRequestCompoundContact) MarshalJSON ¶

func (*NullableEzsignsignerRequestCompoundContact) Set ¶

func (*NullableEzsignsignerRequestCompoundContact) UnmarshalJSON ¶

func (v *NullableEzsignsignerRequestCompoundContact) UnmarshalJSON(src []byte) error

func (*NullableEzsignsignerRequestCompoundContact) Unset ¶

type NullableEzsigntemplatepackageGetListV1Response ¶

type NullableEzsigntemplatepackageGetListV1Response struct {
	// contains filtered or unexported fields
}

func (NullableEzsigntemplatepackageGetListV1Response) Get ¶

func (NullableEzsigntemplatepackageGetListV1Response) IsSet ¶

func (NullableEzsigntemplatepackageGetListV1Response) MarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1Response) Set ¶

func (*NullableEzsigntemplatepackageGetListV1Response) UnmarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1Response) Unset ¶

type NullableEzsigntemplatepackageGetListV1ResponseAllOf ¶

type NullableEzsigntemplatepackageGetListV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigntemplatepackageGetListV1ResponseAllOf) Get ¶

func (NullableEzsigntemplatepackageGetListV1ResponseAllOf) IsSet ¶

func (NullableEzsigntemplatepackageGetListV1ResponseAllOf) MarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseAllOf) Set ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseAllOf) Unset ¶

type NullableEzsigntemplatepackageGetListV1ResponseMPayload ¶

type NullableEzsigntemplatepackageGetListV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableEzsigntemplatepackageGetListV1ResponseMPayload) Get ¶

func (NullableEzsigntemplatepackageGetListV1ResponseMPayload) IsSet ¶

func (NullableEzsigntemplatepackageGetListV1ResponseMPayload) MarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseMPayload) Set ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseMPayload) Unset ¶

type NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf ¶

type NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf) Get ¶

func (NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf) IsSet ¶

func (NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf) MarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf) Set ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf) UnmarshalJSON ¶

func (*NullableEzsigntemplatepackageGetListV1ResponseMPayloadAllOf) Unset ¶

type NullableEzsigntemplatepackageListElement ¶

type NullableEzsigntemplatepackageListElement struct {
	// contains filtered or unexported fields
}

func (NullableEzsigntemplatepackageListElement) Get ¶

func (NullableEzsigntemplatepackageListElement) IsSet ¶

func (NullableEzsigntemplatepackageListElement) MarshalJSON ¶

func (*NullableEzsigntemplatepackageListElement) Set ¶

func (*NullableEzsigntemplatepackageListElement) UnmarshalJSON ¶

func (v *NullableEzsigntemplatepackageListElement) UnmarshalJSON(src []byte) error

func (*NullableEzsigntemplatepackageListElement) Unset ¶

type NullableFieldEEzsigndocumentStep ¶

type NullableFieldEEzsigndocumentStep struct {
	// contains filtered or unexported fields
}

func (NullableFieldEEzsigndocumentStep) Get ¶

func (NullableFieldEEzsigndocumentStep) IsSet ¶

func (NullableFieldEEzsigndocumentStep) MarshalJSON ¶

func (v NullableFieldEEzsigndocumentStep) MarshalJSON() ([]byte, error)

func (*NullableFieldEEzsigndocumentStep) Set ¶

func (*NullableFieldEEzsigndocumentStep) UnmarshalJSON ¶

func (v *NullableFieldEEzsigndocumentStep) UnmarshalJSON(src []byte) error

func (*NullableFieldEEzsigndocumentStep) Unset ¶

type NullableFieldEEzsignfolderSendreminderfrequency ¶

type NullableFieldEEzsignfolderSendreminderfrequency struct {
	// contains filtered or unexported fields
}

func (NullableFieldEEzsignfolderSendreminderfrequency) Get ¶

func (NullableFieldEEzsignfolderSendreminderfrequency) IsSet ¶

func (NullableFieldEEzsignfolderSendreminderfrequency) MarshalJSON ¶

func (*NullableFieldEEzsignfolderSendreminderfrequency) Set ¶

func (*NullableFieldEEzsignfolderSendreminderfrequency) UnmarshalJSON ¶

func (*NullableFieldEEzsignfolderSendreminderfrequency) Unset ¶

type NullableFieldEEzsignfolderStep ¶

type NullableFieldEEzsignfolderStep struct {
	// contains filtered or unexported fields
}

func (NullableFieldEEzsignfolderStep) Get ¶

func (NullableFieldEEzsignfolderStep) IsSet ¶

func (NullableFieldEEzsignfolderStep) MarshalJSON ¶

func (v NullableFieldEEzsignfolderStep) MarshalJSON() ([]byte, error)

func (*NullableFieldEEzsignfolderStep) Set ¶

func (*NullableFieldEEzsignfolderStep) UnmarshalJSON ¶

func (v *NullableFieldEEzsignfolderStep) UnmarshalJSON(src []byte) error

func (*NullableFieldEEzsignfolderStep) Unset ¶

func (v *NullableFieldEEzsignfolderStep) Unset()

type NullableFieldEEzsignfoldertypePrivacylevel ¶

type NullableFieldEEzsignfoldertypePrivacylevel struct {
	// contains filtered or unexported fields
}

func (NullableFieldEEzsignfoldertypePrivacylevel) Get ¶

func (NullableFieldEEzsignfoldertypePrivacylevel) IsSet ¶

func (NullableFieldEEzsignfoldertypePrivacylevel) MarshalJSON ¶

func (*NullableFieldEEzsignfoldertypePrivacylevel) Set ¶

func (*NullableFieldEEzsignfoldertypePrivacylevel) UnmarshalJSON ¶

func (v *NullableFieldEEzsignfoldertypePrivacylevel) UnmarshalJSON(src []byte) error

func (*NullableFieldEEzsignfoldertypePrivacylevel) Unset ¶

type NullableFieldEEzsignsignatureType ¶

type NullableFieldEEzsignsignatureType struct {
	// contains filtered or unexported fields
}

func (NullableFieldEEzsignsignatureType) Get ¶

func (NullableFieldEEzsignsignatureType) IsSet ¶

func (NullableFieldEEzsignsignatureType) MarshalJSON ¶

func (v NullableFieldEEzsignsignatureType) MarshalJSON() ([]byte, error)

func (*NullableFieldEEzsignsignatureType) Set ¶

func (*NullableFieldEEzsignsignatureType) UnmarshalJSON ¶

func (v *NullableFieldEEzsignsignatureType) UnmarshalJSON(src []byte) error

func (*NullableFieldEEzsignsignatureType) Unset ¶

type NullableFieldEEzsigntemplatepackageType ¶

type NullableFieldEEzsigntemplatepackageType struct {
	// contains filtered or unexported fields
}

func (NullableFieldEEzsigntemplatepackageType) Get ¶

func (NullableFieldEEzsigntemplatepackageType) IsSet ¶

func (NullableFieldEEzsigntemplatepackageType) MarshalJSON ¶

func (v NullableFieldEEzsigntemplatepackageType) MarshalJSON() ([]byte, error)

func (*NullableFieldEEzsigntemplatepackageType) Set ¶

func (*NullableFieldEEzsigntemplatepackageType) UnmarshalJSON ¶

func (v *NullableFieldEEzsigntemplatepackageType) UnmarshalJSON(src []byte) error

func (*NullableFieldEEzsigntemplatepackageType) Unset ¶

type NullableFieldEPhoneType ¶

type NullableFieldEPhoneType struct {
	// contains filtered or unexported fields
}

func NewNullableFieldEPhoneType ¶

func NewNullableFieldEPhoneType(val *FieldEPhoneType) *NullableFieldEPhoneType

func (NullableFieldEPhoneType) Get ¶

func (NullableFieldEPhoneType) IsSet ¶

func (v NullableFieldEPhoneType) IsSet() bool

func (NullableFieldEPhoneType) MarshalJSON ¶

func (v NullableFieldEPhoneType) MarshalJSON() ([]byte, error)

func (*NullableFieldEPhoneType) Set ¶

func (*NullableFieldEPhoneType) UnmarshalJSON ¶

func (v *NullableFieldEPhoneType) UnmarshalJSON(src []byte) error

func (*NullableFieldEPhoneType) Unset ¶

func (v *NullableFieldEPhoneType) Unset()

type NullableFieldEUserType ¶

type NullableFieldEUserType struct {
	// contains filtered or unexported fields
}

func NewNullableFieldEUserType ¶

func NewNullableFieldEUserType(val *FieldEUserType) *NullableFieldEUserType

func (NullableFieldEUserType) Get ¶

func (NullableFieldEUserType) IsSet ¶

func (v NullableFieldEUserType) IsSet() bool

func (NullableFieldEUserType) MarshalJSON ¶

func (v NullableFieldEUserType) MarshalJSON() ([]byte, error)

func (*NullableFieldEUserType) Set ¶

func (*NullableFieldEUserType) UnmarshalJSON ¶

func (v *NullableFieldEUserType) UnmarshalJSON(src []byte) error

func (*NullableFieldEUserType) Unset ¶

func (v *NullableFieldEUserType) Unset()

type NullableFieldEUserTypeSSPR ¶

type NullableFieldEUserTypeSSPR struct {
	// contains filtered or unexported fields
}

func NewNullableFieldEUserTypeSSPR ¶

func NewNullableFieldEUserTypeSSPR(val *FieldEUserTypeSSPR) *NullableFieldEUserTypeSSPR

func (NullableFieldEUserTypeSSPR) Get ¶

func (NullableFieldEUserTypeSSPR) IsSet ¶

func (v NullableFieldEUserTypeSSPR) IsSet() bool

func (NullableFieldEUserTypeSSPR) MarshalJSON ¶

func (v NullableFieldEUserTypeSSPR) MarshalJSON() ([]byte, error)

func (*NullableFieldEUserTypeSSPR) Set ¶

func (*NullableFieldEUserTypeSSPR) UnmarshalJSON ¶

func (v *NullableFieldEUserTypeSSPR) UnmarshalJSON(src []byte) error

func (*NullableFieldEUserTypeSSPR) Unset ¶

func (v *NullableFieldEUserTypeSSPR) Unset()

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableFranchisereferalincomeCreateObjectV1Request ¶

type NullableFranchisereferalincomeCreateObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeCreateObjectV1Request) Get ¶

func (NullableFranchisereferalincomeCreateObjectV1Request) IsSet ¶

func (NullableFranchisereferalincomeCreateObjectV1Request) MarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1Request) Set ¶

func (*NullableFranchisereferalincomeCreateObjectV1Request) UnmarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1Request) Unset ¶

type NullableFranchisereferalincomeCreateObjectV1Response ¶

type NullableFranchisereferalincomeCreateObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeCreateObjectV1Response) Get ¶

func (NullableFranchisereferalincomeCreateObjectV1Response) IsSet ¶

func (NullableFranchisereferalincomeCreateObjectV1Response) MarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1Response) Set ¶

func (*NullableFranchisereferalincomeCreateObjectV1Response) UnmarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1Response) Unset ¶

type NullableFranchisereferalincomeCreateObjectV1ResponseAllOf ¶

type NullableFranchisereferalincomeCreateObjectV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeCreateObjectV1ResponseAllOf) Get ¶

func (NullableFranchisereferalincomeCreateObjectV1ResponseAllOf) IsSet ¶

func (NullableFranchisereferalincomeCreateObjectV1ResponseAllOf) MarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1ResponseAllOf) Set ¶

func (*NullableFranchisereferalincomeCreateObjectV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1ResponseAllOf) Unset ¶

type NullableFranchisereferalincomeCreateObjectV1ResponseMPayload ¶

type NullableFranchisereferalincomeCreateObjectV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeCreateObjectV1ResponseMPayload) Get ¶

func (NullableFranchisereferalincomeCreateObjectV1ResponseMPayload) IsSet ¶

func (NullableFranchisereferalincomeCreateObjectV1ResponseMPayload) MarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1ResponseMPayload) Set ¶

func (*NullableFranchisereferalincomeCreateObjectV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableFranchisereferalincomeCreateObjectV1ResponseMPayload) Unset ¶

type NullableFranchisereferalincomeRequest ¶

type NullableFranchisereferalincomeRequest struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeRequest) Get ¶

func (NullableFranchisereferalincomeRequest) IsSet ¶

func (NullableFranchisereferalincomeRequest) MarshalJSON ¶

func (v NullableFranchisereferalincomeRequest) MarshalJSON() ([]byte, error)

func (*NullableFranchisereferalincomeRequest) Set ¶

func (*NullableFranchisereferalincomeRequest) UnmarshalJSON ¶

func (v *NullableFranchisereferalincomeRequest) UnmarshalJSON(src []byte) error

func (*NullableFranchisereferalincomeRequest) Unset ¶

type NullableFranchisereferalincomeRequestCompound ¶

type NullableFranchisereferalincomeRequestCompound struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeRequestCompound) Get ¶

func (NullableFranchisereferalincomeRequestCompound) IsSet ¶

func (NullableFranchisereferalincomeRequestCompound) MarshalJSON ¶

func (*NullableFranchisereferalincomeRequestCompound) Set ¶

func (*NullableFranchisereferalincomeRequestCompound) UnmarshalJSON ¶

func (*NullableFranchisereferalincomeRequestCompound) Unset ¶

type NullableFranchisereferalincomeRequestCompoundAllOf ¶

type NullableFranchisereferalincomeRequestCompoundAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFranchisereferalincomeRequestCompoundAllOf) Get ¶

func (NullableFranchisereferalincomeRequestCompoundAllOf) IsSet ¶

func (NullableFranchisereferalincomeRequestCompoundAllOf) MarshalJSON ¶

func (*NullableFranchisereferalincomeRequestCompoundAllOf) Set ¶

func (*NullableFranchisereferalincomeRequestCompoundAllOf) UnmarshalJSON ¶

func (*NullableFranchisereferalincomeRequestCompoundAllOf) Unset ¶

type NullableGlobalCustomerGetEndpointV1Response ¶

type NullableGlobalCustomerGetEndpointV1Response struct {
	// contains filtered or unexported fields
}

func (NullableGlobalCustomerGetEndpointV1Response) Get ¶

func (NullableGlobalCustomerGetEndpointV1Response) IsSet ¶

func (NullableGlobalCustomerGetEndpointV1Response) MarshalJSON ¶

func (*NullableGlobalCustomerGetEndpointV1Response) Set ¶

func (*NullableGlobalCustomerGetEndpointV1Response) UnmarshalJSON ¶

func (v *NullableGlobalCustomerGetEndpointV1Response) UnmarshalJSON(src []byte) error

func (*NullableGlobalCustomerGetEndpointV1Response) Unset ¶

type NullableHeaderAcceptLanguage ¶

type NullableHeaderAcceptLanguage struct {
	// contains filtered or unexported fields
}

func (NullableHeaderAcceptLanguage) Get ¶

func (NullableHeaderAcceptLanguage) IsSet ¶

func (NullableHeaderAcceptLanguage) MarshalJSON ¶

func (v NullableHeaderAcceptLanguage) MarshalJSON() ([]byte, error)

func (*NullableHeaderAcceptLanguage) Set ¶

func (*NullableHeaderAcceptLanguage) UnmarshalJSON ¶

func (v *NullableHeaderAcceptLanguage) UnmarshalJSON(src []byte) error

func (*NullableHeaderAcceptLanguage) Unset ¶

func (v *NullableHeaderAcceptLanguage) Unset()

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableListGetListpresentationV1Response ¶

type NullableListGetListpresentationV1Response struct {
	// contains filtered or unexported fields
}

func (NullableListGetListpresentationV1Response) Get ¶

func (NullableListGetListpresentationV1Response) IsSet ¶

func (NullableListGetListpresentationV1Response) MarshalJSON ¶

func (*NullableListGetListpresentationV1Response) Set ¶

func (*NullableListGetListpresentationV1Response) UnmarshalJSON ¶

func (v *NullableListGetListpresentationV1Response) UnmarshalJSON(src []byte) error

func (*NullableListGetListpresentationV1Response) Unset ¶

type NullableListGetListpresentationV1ResponseAllOf ¶

type NullableListGetListpresentationV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListGetListpresentationV1ResponseAllOf) Get ¶

func (NullableListGetListpresentationV1ResponseAllOf) IsSet ¶

func (NullableListGetListpresentationV1ResponseAllOf) MarshalJSON ¶

func (*NullableListGetListpresentationV1ResponseAllOf) Set ¶

func (*NullableListGetListpresentationV1ResponseAllOf) UnmarshalJSON ¶

func (*NullableListGetListpresentationV1ResponseAllOf) Unset ¶

type NullableListGetListpresentationV1ResponseMPayload ¶

type NullableListGetListpresentationV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableListGetListpresentationV1ResponseMPayload) Get ¶

func (NullableListGetListpresentationV1ResponseMPayload) IsSet ¶

func (NullableListGetListpresentationV1ResponseMPayload) MarshalJSON ¶

func (*NullableListGetListpresentationV1ResponseMPayload) Set ¶

func (*NullableListGetListpresentationV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableListGetListpresentationV1ResponseMPayload) Unset ¶

type NullableListSaveListpresentationV1Request ¶

type NullableListSaveListpresentationV1Request struct {
	// contains filtered or unexported fields
}

func (NullableListSaveListpresentationV1Request) Get ¶

func (NullableListSaveListpresentationV1Request) IsSet ¶

func (NullableListSaveListpresentationV1Request) MarshalJSON ¶

func (*NullableListSaveListpresentationV1Request) Set ¶

func (*NullableListSaveListpresentationV1Request) UnmarshalJSON ¶

func (v *NullableListSaveListpresentationV1Request) UnmarshalJSON(src []byte) error

func (*NullableListSaveListpresentationV1Request) Unset ¶

type NullableListSaveListpresentationV1Response ¶

type NullableListSaveListpresentationV1Response struct {
	// contains filtered or unexported fields
}

func (NullableListSaveListpresentationV1Response) Get ¶

func (NullableListSaveListpresentationV1Response) IsSet ¶

func (NullableListSaveListpresentationV1Response) MarshalJSON ¶

func (*NullableListSaveListpresentationV1Response) Set ¶

func (*NullableListSaveListpresentationV1Response) UnmarshalJSON ¶

func (v *NullableListSaveListpresentationV1Response) UnmarshalJSON(src []byte) error

func (*NullableListSaveListpresentationV1Response) Unset ¶

type NullableListpresentationRequest ¶

type NullableListpresentationRequest struct {
	// contains filtered or unexported fields
}

func (NullableListpresentationRequest) Get ¶

func (NullableListpresentationRequest) IsSet ¶

func (NullableListpresentationRequest) MarshalJSON ¶

func (v NullableListpresentationRequest) MarshalJSON() ([]byte, error)

func (*NullableListpresentationRequest) Set ¶

func (*NullableListpresentationRequest) UnmarshalJSON ¶

func (v *NullableListpresentationRequest) UnmarshalJSON(src []byte) error

func (*NullableListpresentationRequest) Unset ¶

type NullableMultilingualApikeyDescription ¶

type NullableMultilingualApikeyDescription struct {
	// contains filtered or unexported fields
}

func (NullableMultilingualApikeyDescription) Get ¶

func (NullableMultilingualApikeyDescription) IsSet ¶

func (NullableMultilingualApikeyDescription) MarshalJSON ¶

func (v NullableMultilingualApikeyDescription) MarshalJSON() ([]byte, error)

func (*NullableMultilingualApikeyDescription) Set ¶

func (*NullableMultilingualApikeyDescription) UnmarshalJSON ¶

func (v *NullableMultilingualApikeyDescription) UnmarshalJSON(src []byte) error

func (*NullableMultilingualApikeyDescription) Unset ¶

type NullablePhoneRequest ¶

type NullablePhoneRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePhoneRequest ¶

func NewNullablePhoneRequest(val *PhoneRequest) *NullablePhoneRequest

func (NullablePhoneRequest) Get ¶

func (NullablePhoneRequest) IsSet ¶

func (v NullablePhoneRequest) IsSet() bool

func (NullablePhoneRequest) MarshalJSON ¶

func (v NullablePhoneRequest) MarshalJSON() ([]byte, error)

func (*NullablePhoneRequest) Set ¶

func (v *NullablePhoneRequest) Set(val *PhoneRequest)

func (*NullablePhoneRequest) UnmarshalJSON ¶

func (v *NullablePhoneRequest) UnmarshalJSON(src []byte) error

func (*NullablePhoneRequest) Unset ¶

func (v *NullablePhoneRequest) Unset()

type NullableSsprResetPasswordRequestV1Request ¶

type NullableSsprResetPasswordRequestV1Request struct {
	// contains filtered or unexported fields
}

func (NullableSsprResetPasswordRequestV1Request) Get ¶

func (NullableSsprResetPasswordRequestV1Request) IsSet ¶

func (NullableSsprResetPasswordRequestV1Request) MarshalJSON ¶

func (*NullableSsprResetPasswordRequestV1Request) Set ¶

func (*NullableSsprResetPasswordRequestV1Request) UnmarshalJSON ¶

func (v *NullableSsprResetPasswordRequestV1Request) UnmarshalJSON(src []byte) error

func (*NullableSsprResetPasswordRequestV1Request) Unset ¶

type NullableSsprResetPasswordV1Request ¶

type NullableSsprResetPasswordV1Request struct {
	// contains filtered or unexported fields
}

func (NullableSsprResetPasswordV1Request) Get ¶

func (NullableSsprResetPasswordV1Request) IsSet ¶

func (NullableSsprResetPasswordV1Request) MarshalJSON ¶

func (v NullableSsprResetPasswordV1Request) MarshalJSON() ([]byte, error)

func (*NullableSsprResetPasswordV1Request) Set ¶

func (*NullableSsprResetPasswordV1Request) UnmarshalJSON ¶

func (v *NullableSsprResetPasswordV1Request) UnmarshalJSON(src []byte) error

func (*NullableSsprResetPasswordV1Request) Unset ¶

type NullableSsprSendUsernamesV1Request ¶

type NullableSsprSendUsernamesV1Request struct {
	// contains filtered or unexported fields
}

func (NullableSsprSendUsernamesV1Request) Get ¶

func (NullableSsprSendUsernamesV1Request) IsSet ¶

func (NullableSsprSendUsernamesV1Request) MarshalJSON ¶

func (v NullableSsprSendUsernamesV1Request) MarshalJSON() ([]byte, error)

func (*NullableSsprSendUsernamesV1Request) Set ¶

func (*NullableSsprSendUsernamesV1Request) UnmarshalJSON ¶

func (v *NullableSsprSendUsernamesV1Request) UnmarshalJSON(src []byte) error

func (*NullableSsprSendUsernamesV1Request) Unset ¶

type NullableSsprUnlockAccountRequestV1Request ¶

type NullableSsprUnlockAccountRequestV1Request struct {
	// contains filtered or unexported fields
}

func (NullableSsprUnlockAccountRequestV1Request) Get ¶

func (NullableSsprUnlockAccountRequestV1Request) IsSet ¶

func (NullableSsprUnlockAccountRequestV1Request) MarshalJSON ¶

func (*NullableSsprUnlockAccountRequestV1Request) Set ¶

func (*NullableSsprUnlockAccountRequestV1Request) UnmarshalJSON ¶

func (v *NullableSsprUnlockAccountRequestV1Request) UnmarshalJSON(src []byte) error

func (*NullableSsprUnlockAccountRequestV1Request) Unset ¶

type NullableSsprUnlockAccountV1Request ¶

type NullableSsprUnlockAccountV1Request struct {
	// contains filtered or unexported fields
}

func (NullableSsprUnlockAccountV1Request) Get ¶

func (NullableSsprUnlockAccountV1Request) IsSet ¶

func (NullableSsprUnlockAccountV1Request) MarshalJSON ¶

func (v NullableSsprUnlockAccountV1Request) MarshalJSON() ([]byte, error)

func (*NullableSsprUnlockAccountV1Request) Set ¶

func (*NullableSsprUnlockAccountV1Request) UnmarshalJSON ¶

func (v *NullableSsprUnlockAccountV1Request) UnmarshalJSON(src []byte) error

func (*NullableSsprUnlockAccountV1Request) Unset ¶

type NullableSsprValidateTokenV1Request ¶

type NullableSsprValidateTokenV1Request struct {
	// contains filtered or unexported fields
}

func (NullableSsprValidateTokenV1Request) Get ¶

func (NullableSsprValidateTokenV1Request) IsSet ¶

func (NullableSsprValidateTokenV1Request) MarshalJSON ¶

func (v NullableSsprValidateTokenV1Request) MarshalJSON() ([]byte, error)

func (*NullableSsprValidateTokenV1Request) Set ¶

func (*NullableSsprValidateTokenV1Request) UnmarshalJSON ¶

func (v *NullableSsprValidateTokenV1Request) UnmarshalJSON(src []byte) error

func (*NullableSsprValidateTokenV1Request) Unset ¶

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableUNUSEDEzsigndocumentEditObjectV1Request ¶

type NullableUNUSEDEzsigndocumentEditObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsigndocumentEditObjectV1Request) Get ¶

func (NullableUNUSEDEzsigndocumentEditObjectV1Request) IsSet ¶

func (NullableUNUSEDEzsigndocumentEditObjectV1Request) MarshalJSON ¶

func (*NullableUNUSEDEzsigndocumentEditObjectV1Request) Set ¶

func (*NullableUNUSEDEzsigndocumentEditObjectV1Request) UnmarshalJSON ¶

func (*NullableUNUSEDEzsigndocumentEditObjectV1Request) Unset ¶

type NullableUNUSEDEzsigndocumentEditObjectV1Response ¶

type NullableUNUSEDEzsigndocumentEditObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsigndocumentEditObjectV1Response) Get ¶

func (NullableUNUSEDEzsigndocumentEditObjectV1Response) IsSet ¶

func (NullableUNUSEDEzsigndocumentEditObjectV1Response) MarshalJSON ¶

func (*NullableUNUSEDEzsigndocumentEditObjectV1Response) Set ¶

func (*NullableUNUSEDEzsigndocumentEditObjectV1Response) UnmarshalJSON ¶

func (*NullableUNUSEDEzsigndocumentEditObjectV1Response) Unset ¶

type NullableUNUSEDEzsignfolderEditObjectV1Request ¶

type NullableUNUSEDEzsignfolderEditObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsignfolderEditObjectV1Request) Get ¶

func (NullableUNUSEDEzsignfolderEditObjectV1Request) IsSet ¶

func (NullableUNUSEDEzsignfolderEditObjectV1Request) MarshalJSON ¶

func (*NullableUNUSEDEzsignfolderEditObjectV1Request) Set ¶

func (*NullableUNUSEDEzsignfolderEditObjectV1Request) UnmarshalJSON ¶

func (*NullableUNUSEDEzsignfolderEditObjectV1Request) Unset ¶

type NullableUNUSEDEzsignfolderEditObjectV1Response ¶

type NullableUNUSEDEzsignfolderEditObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsignfolderEditObjectV1Response) Get ¶

func (NullableUNUSEDEzsignfolderEditObjectV1Response) IsSet ¶

func (NullableUNUSEDEzsignfolderEditObjectV1Response) MarshalJSON ¶

func (*NullableUNUSEDEzsignfolderEditObjectV1Response) Set ¶

func (*NullableUNUSEDEzsignfolderEditObjectV1Response) UnmarshalJSON ¶

func (*NullableUNUSEDEzsignfolderEditObjectV1Response) Unset ¶

type NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request ¶

type NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request) Get ¶

func (NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request) IsSet ¶

func (NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request) MarshalJSON ¶

func (*NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request) Set ¶

func (*NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request) UnmarshalJSON ¶

func (*NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Request) Unset ¶

type NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response ¶

type NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response) Get ¶

func (NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response) IsSet ¶

func (NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response) MarshalJSON ¶

func (*NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response) Set ¶

func (*NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response) UnmarshalJSON ¶

func (*NullableUNUSEDEzsignfoldersignerassociationEditObjectV1Response) Unset ¶

type NullableUNUSEDEzsignsignatureEditObjectV1Request ¶

type NullableUNUSEDEzsignsignatureEditObjectV1Request struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsignsignatureEditObjectV1Request) Get ¶

func (NullableUNUSEDEzsignsignatureEditObjectV1Request) IsSet ¶

func (NullableUNUSEDEzsignsignatureEditObjectV1Request) MarshalJSON ¶

func (*NullableUNUSEDEzsignsignatureEditObjectV1Request) Set ¶

func (*NullableUNUSEDEzsignsignatureEditObjectV1Request) UnmarshalJSON ¶

func (*NullableUNUSEDEzsignsignatureEditObjectV1Request) Unset ¶

type NullableUNUSEDEzsignsignatureEditObjectV1Response ¶

type NullableUNUSEDEzsignsignatureEditObjectV1Response struct {
	// contains filtered or unexported fields
}

func (NullableUNUSEDEzsignsignatureEditObjectV1Response) Get ¶

func (NullableUNUSEDEzsignsignatureEditObjectV1Response) IsSet ¶

func (NullableUNUSEDEzsignsignatureEditObjectV1Response) MarshalJSON ¶

func (*NullableUNUSEDEzsignsignatureEditObjectV1Response) Set ¶

func (*NullableUNUSEDEzsignsignatureEditObjectV1Response) UnmarshalJSON ¶

func (*NullableUNUSEDEzsignsignatureEditObjectV1Response) Unset ¶

type NullableUserCreateEzsignuserV1Request ¶

type NullableUserCreateEzsignuserV1Request struct {
	// contains filtered or unexported fields
}

func (NullableUserCreateEzsignuserV1Request) Get ¶

func (NullableUserCreateEzsignuserV1Request) IsSet ¶

func (NullableUserCreateEzsignuserV1Request) MarshalJSON ¶

func (v NullableUserCreateEzsignuserV1Request) MarshalJSON() ([]byte, error)

func (*NullableUserCreateEzsignuserV1Request) Set ¶

func (*NullableUserCreateEzsignuserV1Request) UnmarshalJSON ¶

func (v *NullableUserCreateEzsignuserV1Request) UnmarshalJSON(src []byte) error

func (*NullableUserCreateEzsignuserV1Request) Unset ¶

type NullableUserCreateEzsignuserV1Response ¶

type NullableUserCreateEzsignuserV1Response struct {
	// contains filtered or unexported fields
}

func (NullableUserCreateEzsignuserV1Response) Get ¶

func (NullableUserCreateEzsignuserV1Response) IsSet ¶

func (NullableUserCreateEzsignuserV1Response) MarshalJSON ¶

func (v NullableUserCreateEzsignuserV1Response) MarshalJSON() ([]byte, error)

func (*NullableUserCreateEzsignuserV1Response) Set ¶

func (*NullableUserCreateEzsignuserV1Response) UnmarshalJSON ¶

func (v *NullableUserCreateEzsignuserV1Response) UnmarshalJSON(src []byte) error

func (*NullableUserCreateEzsignuserV1Response) Unset ¶

type NullableUserCreateEzsignuserV1ResponseAllOf ¶

type NullableUserCreateEzsignuserV1ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUserCreateEzsignuserV1ResponseAllOf) Get ¶

func (NullableUserCreateEzsignuserV1ResponseAllOf) IsSet ¶

func (NullableUserCreateEzsignuserV1ResponseAllOf) MarshalJSON ¶

func (*NullableUserCreateEzsignuserV1ResponseAllOf) Set ¶

func (*NullableUserCreateEzsignuserV1ResponseAllOf) UnmarshalJSON ¶

func (v *NullableUserCreateEzsignuserV1ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserCreateEzsignuserV1ResponseAllOf) Unset ¶

type NullableUserCreateEzsignuserV1ResponseMPayload ¶

type NullableUserCreateEzsignuserV1ResponseMPayload struct {
	// contains filtered or unexported fields
}

func (NullableUserCreateEzsignuserV1ResponseMPayload) Get ¶

func (NullableUserCreateEzsignuserV1ResponseMPayload) IsSet ¶

func (NullableUserCreateEzsignuserV1ResponseMPayload) MarshalJSON ¶

func (*NullableUserCreateEzsignuserV1ResponseMPayload) Set ¶

func (*NullableUserCreateEzsignuserV1ResponseMPayload) UnmarshalJSON ¶

func (*NullableUserCreateEzsignuserV1ResponseMPayload) Unset ¶

type NullableUserResponse ¶

type NullableUserResponse struct {
	// contains filtered or unexported fields
}

func NewNullableUserResponse ¶

func NewNullableUserResponse(val *UserResponse) *NullableUserResponse

func (NullableUserResponse) Get ¶

func (NullableUserResponse) IsSet ¶

func (v NullableUserResponse) IsSet() bool

func (NullableUserResponse) MarshalJSON ¶

func (v NullableUserResponse) MarshalJSON() ([]byte, error)

func (*NullableUserResponse) Set ¶

func (v *NullableUserResponse) Set(val *UserResponse)

func (*NullableUserResponse) UnmarshalJSON ¶

func (v *NullableUserResponse) UnmarshalJSON(src []byte) error

func (*NullableUserResponse) Unset ¶

func (v *NullableUserResponse) Unset()

type NullableWebhookEzsignDocumentCompleted ¶

type NullableWebhookEzsignDocumentCompleted struct {
	// contains filtered or unexported fields
}

func (NullableWebhookEzsignDocumentCompleted) Get ¶

func (NullableWebhookEzsignDocumentCompleted) IsSet ¶

func (NullableWebhookEzsignDocumentCompleted) MarshalJSON ¶

func (v NullableWebhookEzsignDocumentCompleted) MarshalJSON() ([]byte, error)

func (*NullableWebhookEzsignDocumentCompleted) Set ¶

func (*NullableWebhookEzsignDocumentCompleted) UnmarshalJSON ¶

func (v *NullableWebhookEzsignDocumentCompleted) UnmarshalJSON(src []byte) error

func (*NullableWebhookEzsignDocumentCompleted) Unset ¶

type NullableWebhookEzsignDocumentCompletedAllOf ¶

type NullableWebhookEzsignDocumentCompletedAllOf struct {
	// contains filtered or unexported fields
}

func (NullableWebhookEzsignDocumentCompletedAllOf) Get ¶

func (NullableWebhookEzsignDocumentCompletedAllOf) IsSet ¶

func (NullableWebhookEzsignDocumentCompletedAllOf) MarshalJSON ¶

func (*NullableWebhookEzsignDocumentCompletedAllOf) Set ¶

func (*NullableWebhookEzsignDocumentCompletedAllOf) UnmarshalJSON ¶

func (v *NullableWebhookEzsignDocumentCompletedAllOf) UnmarshalJSON(src []byte) error

func (*NullableWebhookEzsignDocumentCompletedAllOf) Unset ¶

type NullableWebhookEzsignFolderCompleted ¶

type NullableWebhookEzsignFolderCompleted struct {
	// contains filtered or unexported fields
}

func (NullableWebhookEzsignFolderCompleted) Get ¶

func (NullableWebhookEzsignFolderCompleted) IsSet ¶

func (NullableWebhookEzsignFolderCompleted) MarshalJSON ¶

func (v NullableWebhookEzsignFolderCompleted) MarshalJSON() ([]byte, error)

func (*NullableWebhookEzsignFolderCompleted) Set ¶

func (*NullableWebhookEzsignFolderCompleted) UnmarshalJSON ¶

func (v *NullableWebhookEzsignFolderCompleted) UnmarshalJSON(src []byte) error

func (*NullableWebhookEzsignFolderCompleted) Unset ¶

type NullableWebhookEzsignFolderCompletedAllOf ¶

type NullableWebhookEzsignFolderCompletedAllOf struct {
	// contains filtered or unexported fields
}

func (NullableWebhookEzsignFolderCompletedAllOf) Get ¶

func (NullableWebhookEzsignFolderCompletedAllOf) IsSet ¶

func (NullableWebhookEzsignFolderCompletedAllOf) MarshalJSON ¶

func (*NullableWebhookEzsignFolderCompletedAllOf) Set ¶

func (*NullableWebhookEzsignFolderCompletedAllOf) UnmarshalJSON ¶

func (v *NullableWebhookEzsignFolderCompletedAllOf) UnmarshalJSON(src []byte) error

func (*NullableWebhookEzsignFolderCompletedAllOf) Unset ¶

type NullableWebhookResponse ¶

type NullableWebhookResponse struct {
	// contains filtered or unexported fields
}

func NewNullableWebhookResponse ¶

func NewNullableWebhookResponse(val *WebhookResponse) *NullableWebhookResponse

func (NullableWebhookResponse) Get ¶

func (NullableWebhookResponse) IsSet ¶

func (v NullableWebhookResponse) IsSet() bool

func (NullableWebhookResponse) MarshalJSON ¶

func (v NullableWebhookResponse) MarshalJSON() ([]byte, error)

func (*NullableWebhookResponse) Set ¶

func (*NullableWebhookResponse) UnmarshalJSON ¶

func (v *NullableWebhookResponse) UnmarshalJSON(src []byte) error

func (*NullableWebhookResponse) Unset ¶

func (v *NullableWebhookResponse) Unset()

type NullableWebhookUserUserCreated ¶

type NullableWebhookUserUserCreated struct {
	// contains filtered or unexported fields
}

func (NullableWebhookUserUserCreated) Get ¶

func (NullableWebhookUserUserCreated) IsSet ¶

func (NullableWebhookUserUserCreated) MarshalJSON ¶

func (v NullableWebhookUserUserCreated) MarshalJSON() ([]byte, error)

func (*NullableWebhookUserUserCreated) Set ¶

func (*NullableWebhookUserUserCreated) UnmarshalJSON ¶

func (v *NullableWebhookUserUserCreated) UnmarshalJSON(src []byte) error

func (*NullableWebhookUserUserCreated) Unset ¶

func (v *NullableWebhookUserUserCreated) Unset()

type NullableWebhookUserUserCreatedAllOf ¶

type NullableWebhookUserUserCreatedAllOf struct {
	// contains filtered or unexported fields
}

func (NullableWebhookUserUserCreatedAllOf) Get ¶

func (NullableWebhookUserUserCreatedAllOf) IsSet ¶

func (NullableWebhookUserUserCreatedAllOf) MarshalJSON ¶

func (v NullableWebhookUserUserCreatedAllOf) MarshalJSON() ([]byte, error)

func (*NullableWebhookUserUserCreatedAllOf) Set ¶

func (*NullableWebhookUserUserCreatedAllOf) UnmarshalJSON ¶

func (v *NullableWebhookUserUserCreatedAllOf) UnmarshalJSON(src []byte) error

func (*NullableWebhookUserUserCreatedAllOf) Unset ¶

type NullableWebsiteRequest ¶

type NullableWebsiteRequest struct {
	// contains filtered or unexported fields
}

func NewNullableWebsiteRequest ¶

func NewNullableWebsiteRequest(val *WebsiteRequest) *NullableWebsiteRequest

func (NullableWebsiteRequest) Get ¶

func (NullableWebsiteRequest) IsSet ¶

func (v NullableWebsiteRequest) IsSet() bool

func (NullableWebsiteRequest) MarshalJSON ¶

func (v NullableWebsiteRequest) MarshalJSON() ([]byte, error)

func (*NullableWebsiteRequest) Set ¶

func (*NullableWebsiteRequest) UnmarshalJSON ¶

func (v *NullableWebsiteRequest) UnmarshalJSON(src []byte) error

func (*NullableWebsiteRequest) Unset ¶

func (v *NullableWebsiteRequest) Unset()

type ObjectActivesessionApiService ¶

type ObjectActivesessionApiService service

ObjectActivesessionApiService ObjectActivesessionApi service

func (*ObjectActivesessionApiService) ActivesessionGetCurrentV1 ¶

ActivesessionGetCurrentV1 Get Current Activesession

Retrieve the details about the current activesession

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiActivesessionGetCurrentV1Request

func (*ObjectActivesessionApiService) ActivesessionGetCurrentV1Execute ¶

Execute executes the request

@return ActivesessionGetCurrentV1Response

type ObjectApikeyApiService ¶

type ObjectApikeyApiService service

ObjectApikeyApiService ObjectApikeyApi service

func (*ObjectApikeyApiService) ApikeyCreateObjectV1 ¶

ApikeyCreateObjectV1 Create a new Apikey

The endpoint allows to create one or many elements at once.

The array can contain simple (Just the object) or compound (The object and its child) objects.

Creating compound elements allows to reduce the multiple requests to create all child objects.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApikeyCreateObjectV1Request

func (*ObjectApikeyApiService) ApikeyCreateObjectV1Execute ¶

Execute executes the request

@return ApikeyCreateObjectV1Response

type ObjectEzsignbulksendApiService ¶

type ObjectEzsignbulksendApiService service

ObjectEzsignbulksendApiService ObjectEzsignbulksendApi service

func (*ObjectEzsignbulksendApiService) EzsignbulksendGetListV1 ¶

EzsignbulksendGetListV1 Retrieve Ezsignbulksend list

Enum values that can be filtered in query parameter *sFilter*:

| Variable | Valid values | |---|---| | eEzsignfoldertypePrivacylevel | User<br>Usergroup |

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsignbulksendGetListV1Request

func (*ObjectEzsignbulksendApiService) EzsignbulksendGetListV1Execute ¶

Execute executes the request

@return EzsignbulksendGetListV1Response

type ObjectEzsigndocumentApiService ¶

type ObjectEzsigndocumentApiService service

ObjectEzsigndocumentApiService ObjectEzsigndocumentApi service

func (*ObjectEzsigndocumentApiService) EzsigndocumentApplyEzsigntemplateV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentApplyEzsigntemplateV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentApplyEzsigntemplateV1Request

EzsigndocumentApplyEzsigntemplateV1 Apply an Ezsign Template to the Ezsigndocument.

This function is deprecated. Please use *applyEzsigntemplate* instead which is doing the same thing but with a capital "E" to normalize the nomenclature.

This endpoint applies a predefined template to the ezsign document. This allows to automatically apply all the form and signature fields on a document in a single step.

The document must not already have fields otherwise an error will be returned.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentApplyEzsigntemplateV1Request

Deprecated

func (*ObjectEzsigndocumentApiService) EzsigndocumentApplyEzsigntemplateV1Execute ¶

Execute executes the request

@return EzsigndocumentApplyEzsigntemplateV1Response

Deprecated

func (*ObjectEzsigndocumentApiService) EzsigndocumentApplyEzsigntemplateV2 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentApplyEzsigntemplateV2(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentApplyEzsigntemplateV2Request

EzsigndocumentApplyEzsigntemplateV2 Apply an Ezsign Template to the Ezsigndocument.

This endpoint applies a predefined template to the ezsign document. This allows to automatically apply all the form and signature fields on a document in a single step.

The document must not already have fields otherwise an error will be returned.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentApplyEzsigntemplateV2Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentApplyEzsigntemplateV2Execute ¶

Execute executes the request

@return EzsigndocumentApplyEzsigntemplateV2Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentCreateObjectV1 ¶

EzsigndocumentCreateObjectV1 Create a new Ezsigndocument

The endpoint allows to create one or many elements at once.

The array can contain simple (Just the object) or compound (The object and its child) objects.

Creating compound elements allows to reduce the multiple requests to create all child objects.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsigndocumentCreateObjectV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentCreateObjectV1Execute ¶

Execute executes the request

@return EzsigndocumentCreateObjectV1Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentDeleteObjectV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentDeleteObjectV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentDeleteObjectV1Request

EzsigndocumentDeleteObjectV1 Delete an existing Ezsigndocument

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentDeleteObjectV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentDeleteObjectV1Execute ¶

Execute executes the request

@return EzsigndocumentDeleteObjectV1Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetChildrenV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentGetChildrenV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentGetChildrenV1Request

EzsigndocumentGetChildrenV1 Retrieve an existing Ezsigndocument's children IDs

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentGetChildrenV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetChildrenV1Execute ¶

Execute executes the request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetDownloadUrlV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentGetDownloadUrlV1(ctx _context.Context, pkiEzsigndocumentID int32, eDocumentType string) ApiEzsigndocumentGetDownloadUrlV1Request

EzsigndocumentGetDownloadUrlV1 Retrieve a URL to download documents.

This endpoint returns URLs to different files that can be downloaded during the signing process.

These links will expire after 5 minutes so the download of the file should be made soon after retrieving the link.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@param eDocumentType The type of document to retrieve.  1. **Initial** Is the initial document before any signature were applied. 2. **Signed** Is the final document once all signatures were applied. 3. **Proofdocument** Is the evidence report. 4. **Proof** Is the complete evidence archive including all of the above and more.
@return ApiEzsigndocumentGetDownloadUrlV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetDownloadUrlV1Execute ¶

Execute executes the request

@return EzsigndocumentGetDownloadUrlV1Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetEzsignpagesV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentGetEzsignpagesV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentGetEzsignpagesV1Request

EzsigndocumentGetEzsignpagesV1 Retrieve an existing Ezsigndocument's Ezsignpages

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentGetEzsignpagesV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetEzsignpagesV1Execute ¶

Execute executes the request

@return EzsigndocumentGetEzsignpagesV1Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetFormDataV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentGetFormDataV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentGetFormDataV1Request

EzsigndocumentGetFormDataV1 Retrieve an existing Ezsigndocument's Form Data

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentGetFormDataV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetFormDataV1Execute ¶

Execute executes the request

@return EzsigndocumentGetFormDataV1Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetObjectV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentGetObjectV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentGetObjectV1Request

EzsigndocumentGetObjectV1 Retrieve an existing Ezsigndocument

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentGetObjectV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetObjectV1Execute ¶

Execute executes the request

@return EzsigndocumentGetObjectV1Response

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetWordsPositionsV1 ¶

func (a *ObjectEzsigndocumentApiService) EzsigndocumentGetWordsPositionsV1(ctx _context.Context, pkiEzsigndocumentID int32) ApiEzsigndocumentGetWordsPositionsV1Request

EzsigndocumentGetWordsPositionsV1 Retrieve positions X,Y of given words from a Ezsigndocument

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsigndocumentID
@return ApiEzsigndocumentGetWordsPositionsV1Request

func (*ObjectEzsigndocumentApiService) EzsigndocumentGetWordsPositionsV1Execute ¶

Execute executes the request

@return EzsigndocumentGetWordsPositionsV1Response

type ObjectEzsignfolderApiService ¶

type ObjectEzsignfolderApiService service

ObjectEzsignfolderApiService ObjectEzsignfolderApi service

func (*ObjectEzsignfolderApiService) EzsignfolderCreateObjectV1 ¶

EzsignfolderCreateObjectV1 Create a new Ezsignfolder

The endpoint allows to create one or many elements at once.

The array can contain simple (Just the object) or compound (The object and its child) objects.

Creating compound elements allows to reduce the multiple requests to create all child objects.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsignfolderCreateObjectV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderCreateObjectV1Execute ¶

Execute executes the request

@return EzsignfolderCreateObjectV1Response

func (*ObjectEzsignfolderApiService) EzsignfolderDeleteObjectV1 ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderDeleteObjectV1(ctx _context.Context, pkiEzsignfolderID int32) ApiEzsignfolderDeleteObjectV1Request

EzsignfolderDeleteObjectV1 Delete an existing Ezsignfolder

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfolderID
@return ApiEzsignfolderDeleteObjectV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderDeleteObjectV1Execute ¶

Execute executes the request

@return EzsignfolderDeleteObjectV1Response

func (*ObjectEzsignfolderApiService) EzsignfolderGetChildrenV1 ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderGetChildrenV1(ctx _context.Context, pkiEzsignfolderID int32) ApiEzsignfolderGetChildrenV1Request

EzsignfolderGetChildrenV1 Retrieve an existing Ezsignfolder's children IDs

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfolderID
@return ApiEzsignfolderGetChildrenV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderGetChildrenV1Execute ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderGetChildrenV1Execute(r ApiEzsignfolderGetChildrenV1Request) (*_nethttp.Response, error)

Execute executes the request

func (*ObjectEzsignfolderApiService) EzsignfolderGetFormsDataV1 ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderGetFormsDataV1(ctx _context.Context, pkiEzsignfolderID int32) ApiEzsignfolderGetFormsDataV1Request

EzsignfolderGetFormsDataV1 Retrieve an existing Ezsignfolder's forms data

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfolderID
@return ApiEzsignfolderGetFormsDataV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderGetFormsDataV1Execute ¶

Execute executes the request

@return EzsignfolderGetFormsDataV1Response

func (*ObjectEzsignfolderApiService) EzsignfolderGetListV1 ¶

EzsignfolderGetListV1 Retrieve Ezsignfolder list

Enum values that can be filtered in query parameter *sFilter*:

| Variable | Valid values | |---|---| | eEzsignfolderStep | Unsent<br>Sent<br>PartiallySigned<br>Expired<br>Completed<br>Archived | | eEzsignfoldertypePrivacylevel | User<br>Usergroup |

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsignfolderGetListV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderGetListV1Execute ¶

Execute executes the request

@return EzsignfolderGetListV1Response

func (*ObjectEzsignfolderApiService) EzsignfolderGetObjectV1 ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderGetObjectV1(ctx _context.Context, pkiEzsignfolderID int32) ApiEzsignfolderGetObjectV1Request

EzsignfolderGetObjectV1 Retrieve an existing Ezsignfolder

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfolderID
@return ApiEzsignfolderGetObjectV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderGetObjectV1Execute ¶

Execute executes the request

@return EzsignfolderGetObjectV1Response

func (*ObjectEzsignfolderApiService) EzsignfolderSendV1 ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderSendV1(ctx _context.Context, pkiEzsignfolderID int32) ApiEzsignfolderSendV1Request

EzsignfolderSendV1 Send the Ezsignfolder to the signatories for signature

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfolderID
@return ApiEzsignfolderSendV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderSendV1Execute ¶

Execute executes the request

@return EzsignfolderSendV1Response

func (*ObjectEzsignfolderApiService) EzsignfolderUnsendV1 ¶

func (a *ObjectEzsignfolderApiService) EzsignfolderUnsendV1(ctx _context.Context, pkiEzsignfolderID int32) ApiEzsignfolderUnsendV1Request

EzsignfolderUnsendV1 Unsend the Ezsignfolder

Once an Ezsignfolder has been sent to signatories, it cannot be modified.

Using this endpoint, you can unsend the Ezsignfolder and make it modifiable again.

Signatories will receive an email informing them the signature process was aborted and they might receive a new invitation to sign.

⚠️ Warning: Any signature previously made by signatories on "Non-completed" Ezsigndocuments will be lost.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfolderID
@return ApiEzsignfolderUnsendV1Request

func (*ObjectEzsignfolderApiService) EzsignfolderUnsendV1Execute ¶

Execute executes the request

@return EzsignfolderUnsendV1Response

type ObjectEzsignfoldersignerassociationApiService ¶

type ObjectEzsignfoldersignerassociationApiService service

ObjectEzsignfoldersignerassociationApiService ObjectEzsignfoldersignerassociationApi service

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationCreateObjectV1 ¶

EzsignfoldersignerassociationCreateObjectV1 Create a new Ezsignfoldersignerassociation

The endpoint allows to create one or many elements at once.

The array can contain simple (Just the object) or compound (The object and its child) objects.

Creating compound elements allows to reduce the multiple requests to create all child objects.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsignfoldersignerassociationCreateObjectV1Request

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationCreateObjectV1Execute ¶

Execute executes the request

@return EzsignfoldersignerassociationCreateObjectV1Response

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationDeleteObjectV1 ¶

func (a *ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationDeleteObjectV1(ctx _context.Context, pkiEzsignfoldersignerassociationID int32) ApiEzsignfoldersignerassociationDeleteObjectV1Request

EzsignfoldersignerassociationDeleteObjectV1 Delete an existing Ezsignfoldersignerassociation

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfoldersignerassociationID
@return ApiEzsignfoldersignerassociationDeleteObjectV1Request

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationDeleteObjectV1Execute ¶

Execute executes the request

@return EzsignfoldersignerassociationDeleteObjectV1Response

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetChildrenV1 ¶

func (a *ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetChildrenV1(ctx _context.Context, pkiEzsignfoldersignerassociationID int32) ApiEzsignfoldersignerassociationGetChildrenV1Request

EzsignfoldersignerassociationGetChildrenV1 Retrieve an existing Ezsignfoldersignerassociation's children IDs

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfoldersignerassociationID
@return ApiEzsignfoldersignerassociationGetChildrenV1Request

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetChildrenV1Execute ¶

Execute executes the request

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetInPersonLoginUrlV1 ¶

func (a *ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetInPersonLoginUrlV1(ctx _context.Context, pkiEzsignfoldersignerassociationID int32) ApiEzsignfoldersignerassociationGetInPersonLoginUrlV1Request

EzsignfoldersignerassociationGetInPersonLoginUrlV1 Retrieve a Login Url to allow In-Person signing

This endpoint returns a Login Url that can be used in a browser or embedded in an I-Frame to allow in person signing.

The signer Login type must be configured as In-Person.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfoldersignerassociationID
@return ApiEzsignfoldersignerassociationGetInPersonLoginUrlV1Request

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetInPersonLoginUrlV1Execute ¶

Execute executes the request

@return EzsignfoldersignerassociationGetInPersonLoginUrlV1Response

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetObjectV1 ¶

func (a *ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetObjectV1(ctx _context.Context, pkiEzsignfoldersignerassociationID int32) ApiEzsignfoldersignerassociationGetObjectV1Request

EzsignfoldersignerassociationGetObjectV1 Retrieve an existing Ezsignfoldersignerassociation

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignfoldersignerassociationID
@return ApiEzsignfoldersignerassociationGetObjectV1Request

func (*ObjectEzsignfoldersignerassociationApiService) EzsignfoldersignerassociationGetObjectV1Execute ¶

Execute executes the request

@return EzsignfoldersignerassociationGetObjectV1Response

type ObjectEzsignfoldertypeApiService ¶

type ObjectEzsignfoldertypeApiService service

ObjectEzsignfoldertypeApiService ObjectEzsignfoldertypeApi service

func (*ObjectEzsignfoldertypeApiService) EzsignfoldertypeGetAutocompleteV1 ¶

func (a *ObjectEzsignfoldertypeApiService) EzsignfoldertypeGetAutocompleteV1(ctx _context.Context, sSelector string) ApiEzsignfoldertypeGetAutocompleteV1Request

EzsignfoldertypeGetAutocompleteV1 Retrieve Ezsignfoldertypes and IDs

Get the list of Ezsignfoldertypes to be used in a dropdown or autocomplete control.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sSelector The type of Ezsignfoldertypes to return
@return ApiEzsignfoldertypeGetAutocompleteV1Request

func (*ObjectEzsignfoldertypeApiService) EzsignfoldertypeGetAutocompleteV1Execute ¶

Execute executes the request

@return CommonGetAutocompleteV1Response

func (*ObjectEzsignfoldertypeApiService) EzsignfoldertypeGetListV1 ¶

EzsignfoldertypeGetListV1 Retrieve Ezsignfoldertype list

Enum values that can be filtered in query parameter *sFilter*:

| Variable | Valid values | |---|---| | eEzsignfoldertypePrivacylevel | User<br>Usergroup |

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsignfoldertypeGetListV1Request

func (*ObjectEzsignfoldertypeApiService) EzsignfoldertypeGetListV1Execute ¶

Execute executes the request

@return EzsignfoldertypeGetListV1Response

type ObjectEzsignsignatureApiService ¶

type ObjectEzsignsignatureApiService service

ObjectEzsignsignatureApiService ObjectEzsignsignatureApi service

func (*ObjectEzsignsignatureApiService) EzsignsignatureCreateObjectV1 ¶

EzsignsignatureCreateObjectV1 Create a new Ezsignsignature

The endpoint allows to create one or many elements at once.

The array can contain simple (Just the object) or compound (The object and its child) objects.

Creating compound elements allows to reduce the multiple requests to create all child objects.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsignsignatureCreateObjectV1Request

func (*ObjectEzsignsignatureApiService) EzsignsignatureCreateObjectV1Execute ¶

Execute executes the request

@return EzsignsignatureCreateObjectV1Response

func (*ObjectEzsignsignatureApiService) EzsignsignatureDeleteObjectV1 ¶

func (a *ObjectEzsignsignatureApiService) EzsignsignatureDeleteObjectV1(ctx _context.Context, pkiEzsignsignatureID int32) ApiEzsignsignatureDeleteObjectV1Request

EzsignsignatureDeleteObjectV1 Delete an existing Ezsignsignature

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignsignatureID
@return ApiEzsignsignatureDeleteObjectV1Request

func (*ObjectEzsignsignatureApiService) EzsignsignatureDeleteObjectV1Execute ¶

Execute executes the request

@return EzsignsignatureDeleteObjectV1Response

func (*ObjectEzsignsignatureApiService) EzsignsignatureGetChildrenV1 ¶

func (a *ObjectEzsignsignatureApiService) EzsignsignatureGetChildrenV1(ctx _context.Context, pkiEzsignsignatureID int32) ApiEzsignsignatureGetChildrenV1Request

EzsignsignatureGetChildrenV1 Retrieve an existing Ezsignsignature's children IDs

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignsignatureID
@return ApiEzsignsignatureGetChildrenV1Request

func (*ObjectEzsignsignatureApiService) EzsignsignatureGetChildrenV1Execute ¶

Execute executes the request

func (*ObjectEzsignsignatureApiService) EzsignsignatureGetObjectV1 ¶

func (a *ObjectEzsignsignatureApiService) EzsignsignatureGetObjectV1(ctx _context.Context, pkiEzsignsignatureID int32) ApiEzsignsignatureGetObjectV1Request

EzsignsignatureGetObjectV1 Retrieve an existing Ezsignsignature

## ⚠️EARLY ADOPTERS WARNING

### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param pkiEzsignsignatureID
@return ApiEzsignsignatureGetObjectV1Request

func (*ObjectEzsignsignatureApiService) EzsignsignatureGetObjectV1Execute ¶

Execute executes the request

@return EzsignsignatureGetObjectV1Response

type ObjectEzsigntemplatepackageApiService ¶

type ObjectEzsigntemplatepackageApiService service

ObjectEzsigntemplatepackageApiService ObjectEzsigntemplatepackageApi service

func (*ObjectEzsigntemplatepackageApiService) EzsigntemplatepackageGetListV1 ¶

EzsigntemplatepackageGetListV1 Retrieve Ezsigntemplatepackage list

Enum values that can be filtered in query parameter *sFilter*:

| Variable | Valid values | |---|---| | eEzsigntemplatepackageType | Company<br>Department<br>Team<br>User<br>Usergroup |

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEzsigntemplatepackageGetListV1Request

func (*ObjectEzsigntemplatepackageApiService) EzsigntemplatepackageGetListV1Execute ¶

Execute executes the request

@return EzsigntemplatepackageGetListV1Response

type ObjectFranchisebrokerApiService ¶

type ObjectFranchisebrokerApiService service

ObjectFranchisebrokerApiService ObjectFranchisebrokerApi service

func (*ObjectFranchisebrokerApiService) FranchisebrokerGetAutocompleteV1 ¶

func (a *ObjectFranchisebrokerApiService) FranchisebrokerGetAutocompleteV1(ctx _context.Context, sSelector string) ApiFranchisebrokerGetAutocompleteV1Request

FranchisebrokerGetAutocompleteV1 Retrieve Franchisebrokers and IDs

Get the list of Franchisebrokers to be used in a dropdown or autocomplete control.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sSelector The type of Franchisebrokers to return
@return ApiFranchisebrokerGetAutocompleteV1Request

func (*ObjectFranchisebrokerApiService) FranchisebrokerGetAutocompleteV1Execute ¶

Execute executes the request

@return CommonGetAutocompleteV1Response

type ObjectFranchiseofficeApiService ¶

type ObjectFranchiseofficeApiService service

ObjectFranchiseofficeApiService ObjectFranchiseofficeApi service

func (*ObjectFranchiseofficeApiService) FranchiseofficeGetAutocompleteV1 ¶

func (a *ObjectFranchiseofficeApiService) FranchiseofficeGetAutocompleteV1(ctx _context.Context, sSelector string) ApiFranchiseofficeGetAutocompleteV1Request

FranchiseofficeGetAutocompleteV1 Retrieve Franchiseoffices and IDs

Get the list of Franchiseoffices to be used in a dropdown or autocomplete control.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sSelector The type of Franchiseoffices to return
@return ApiFranchiseofficeGetAutocompleteV1Request

func (*ObjectFranchiseofficeApiService) FranchiseofficeGetAutocompleteV1Execute ¶

Execute executes the request

@return CommonGetAutocompleteV1Response

type ObjectFranchisereferalincomeApiService ¶

type ObjectFranchisereferalincomeApiService service

ObjectFranchisereferalincomeApiService ObjectFranchisereferalincomeApi service

func (*ObjectFranchisereferalincomeApiService) FranchisereferalincomeCreateObjectV1 ¶

FranchisereferalincomeCreateObjectV1 Create a new Franchisereferalincome

The endpoint allows to create one or many elements at once.

The array can contain simple (Just the object) or compound (The object and its child) objects.

Creating compound elements allows to reduce the multiple requests to create all child objects.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFranchisereferalincomeCreateObjectV1Request

func (*ObjectFranchisereferalincomeApiService) FranchisereferalincomeCreateObjectV1Execute ¶

Execute executes the request

@return FranchisereferalincomeCreateObjectV1Response

type ObjectPeriodApiService ¶

type ObjectPeriodApiService service

ObjectPeriodApiService ObjectPeriodApi service

func (*ObjectPeriodApiService) PeriodGetAutocompleteV1 ¶

func (a *ObjectPeriodApiService) PeriodGetAutocompleteV1(ctx _context.Context, sSelector string) ApiPeriodGetAutocompleteV1Request

PeriodGetAutocompleteV1 Retrieve Periods and IDs

Get the list of Periods to be used in a dropdown or autocomplete control.

@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sSelector The types of Periods to return
@return ApiPeriodGetAutocompleteV1Request

func (*ObjectPeriodApiService) PeriodGetAutocompleteV1Execute ¶

Execute executes the request

@return CommonGetAutocompleteV1Response

type PhoneRequest ¶

type PhoneRequest struct {
	// The unique ID of the Phonetype.  Valid values:  |Value|Description| |-|-| |1|Office| |2|Home| |3|Mobile| |4|Fax| |5|Pager| |6|Toll Free|
	FkiPhonetypeID int32           `json:"fkiPhonetypeID"`
	EPhoneType     FieldEPhoneType `json:"ePhoneType"`
	// The region of the phone number. (For a North America Number only)  The region is the \"514\" section in this sample phone number: (514) 990-1516 x123
	SPhoneRegion *string `json:"sPhoneRegion,omitempty"`
	// The exchange of the phone number. (For a North America Number only)  The exchange is the \"990\" section in this sample phone number: (514) 990-1516 x123
	SPhoneExchange *string `json:"sPhoneExchange,omitempty"`
	// The number of the phone number. (For a North America Number only)  The number is the \"1516\" section in this sample phone number: (514) 990-1516 x123
	SPhoneNumber *string `json:"sPhoneNumber,omitempty"`
	// The international phone number. (For phone numbers outside of North)  Do not specify the \"011\" part of the phone number used to dial an international phone number from North America.  For example for this sample phone number \"+442071838750\", you would send \"442071838750\" without the \"+\" sign.
	SPhoneInternational *string `json:"sPhoneInternational,omitempty"`
	// The extension of the phone number.  The extension is the \"123\" section in this sample phone number: (514) 990-1516 x123.  It can also be used with international phone numbers
	SPhoneExtension *string `json:"sPhoneExtension,omitempty"`
}

PhoneRequest A Phone Object

func NewPhoneRequest ¶

func NewPhoneRequest(fkiPhonetypeID int32, ePhoneType FieldEPhoneType) *PhoneRequest

NewPhoneRequest instantiates a new PhoneRequest 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 NewPhoneRequestWithDefaults ¶

func NewPhoneRequestWithDefaults() *PhoneRequest

NewPhoneRequestWithDefaults instantiates a new PhoneRequest 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 (*PhoneRequest) GetEPhoneType ¶

func (o *PhoneRequest) GetEPhoneType() FieldEPhoneType

GetEPhoneType returns the EPhoneType field value

func (*PhoneRequest) GetEPhoneTypeOk ¶

func (o *PhoneRequest) GetEPhoneTypeOk() (*FieldEPhoneType, bool)

GetEPhoneTypeOk returns a tuple with the EPhoneType field value and a boolean to check if the value has been set.

func (*PhoneRequest) GetFkiPhonetypeID ¶

func (o *PhoneRequest) GetFkiPhonetypeID() int32

GetFkiPhonetypeID returns the FkiPhonetypeID field value

func (*PhoneRequest) GetFkiPhonetypeIDOk ¶

func (o *PhoneRequest) GetFkiPhonetypeIDOk() (*int32, bool)

GetFkiPhonetypeIDOk returns a tuple with the FkiPhonetypeID field value and a boolean to check if the value has been set.

func (*PhoneRequest) GetSPhoneExchange ¶

func (o *PhoneRequest) GetSPhoneExchange() string

GetSPhoneExchange returns the SPhoneExchange field value if set, zero value otherwise.

func (*PhoneRequest) GetSPhoneExchangeOk ¶

func (o *PhoneRequest) GetSPhoneExchangeOk() (*string, bool)

GetSPhoneExchangeOk returns a tuple with the SPhoneExchange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhoneRequest) GetSPhoneExtension ¶

func (o *PhoneRequest) GetSPhoneExtension() string

GetSPhoneExtension returns the SPhoneExtension field value if set, zero value otherwise.

func (*PhoneRequest) GetSPhoneExtensionOk ¶

func (o *PhoneRequest) GetSPhoneExtensionOk() (*string, bool)

GetSPhoneExtensionOk returns a tuple with the SPhoneExtension field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhoneRequest) GetSPhoneInternational ¶

func (o *PhoneRequest) GetSPhoneInternational() string

GetSPhoneInternational returns the SPhoneInternational field value if set, zero value otherwise.

func (*PhoneRequest) GetSPhoneInternationalOk ¶

func (o *PhoneRequest) GetSPhoneInternationalOk() (*string, bool)

GetSPhoneInternationalOk returns a tuple with the SPhoneInternational field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhoneRequest) GetSPhoneNumber ¶

func (o *PhoneRequest) GetSPhoneNumber() string

GetSPhoneNumber returns the SPhoneNumber field value if set, zero value otherwise.

func (*PhoneRequest) GetSPhoneNumberOk ¶

func (o *PhoneRequest) GetSPhoneNumberOk() (*string, bool)

GetSPhoneNumberOk returns a tuple with the SPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhoneRequest) GetSPhoneRegion ¶

func (o *PhoneRequest) GetSPhoneRegion() string

GetSPhoneRegion returns the SPhoneRegion field value if set, zero value otherwise.

func (*PhoneRequest) GetSPhoneRegionOk ¶

func (o *PhoneRequest) GetSPhoneRegionOk() (*string, bool)

GetSPhoneRegionOk returns a tuple with the SPhoneRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhoneRequest) HasSPhoneExchange ¶

func (o *PhoneRequest) HasSPhoneExchange() bool

HasSPhoneExchange returns a boolean if a field has been set.

func (*PhoneRequest) HasSPhoneExtension ¶

func (o *PhoneRequest) HasSPhoneExtension() bool

HasSPhoneExtension returns a boolean if a field has been set.

func (*PhoneRequest) HasSPhoneInternational ¶

func (o *PhoneRequest) HasSPhoneInternational() bool

HasSPhoneInternational returns a boolean if a field has been set.

func (*PhoneRequest) HasSPhoneNumber ¶

func (o *PhoneRequest) HasSPhoneNumber() bool

HasSPhoneNumber returns a boolean if a field has been set.

func (*PhoneRequest) HasSPhoneRegion ¶

func (o *PhoneRequest) HasSPhoneRegion() bool

HasSPhoneRegion returns a boolean if a field has been set.

func (PhoneRequest) MarshalJSON ¶

func (o PhoneRequest) MarshalJSON() ([]byte, error)

func (*PhoneRequest) SetEPhoneType ¶

func (o *PhoneRequest) SetEPhoneType(v FieldEPhoneType)

SetEPhoneType sets field value

func (*PhoneRequest) SetFkiPhonetypeID ¶

func (o *PhoneRequest) SetFkiPhonetypeID(v int32)

SetFkiPhonetypeID sets field value

func (*PhoneRequest) SetSPhoneExchange ¶

func (o *PhoneRequest) SetSPhoneExchange(v string)

SetSPhoneExchange gets a reference to the given string and assigns it to the SPhoneExchange field.

func (*PhoneRequest) SetSPhoneExtension ¶

func (o *PhoneRequest) SetSPhoneExtension(v string)

SetSPhoneExtension gets a reference to the given string and assigns it to the SPhoneExtension field.

func (*PhoneRequest) SetSPhoneInternational ¶

func (o *PhoneRequest) SetSPhoneInternational(v string)

SetSPhoneInternational gets a reference to the given string and assigns it to the SPhoneInternational field.

func (*PhoneRequest) SetSPhoneNumber ¶

func (o *PhoneRequest) SetSPhoneNumber(v string)

SetSPhoneNumber gets a reference to the given string and assigns it to the SPhoneNumber field.

func (*PhoneRequest) SetSPhoneRegion ¶

func (o *PhoneRequest) SetSPhoneRegion(v string)

SetSPhoneRegion gets a reference to the given string and assigns it to the SPhoneRegion field.

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SsprResetPasswordRequestV1Request ¶

type SsprResetPasswordRequestV1Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32              `json:"fkiLanguageID"`
	EUserTypeSSPR FieldEUserTypeSSPR `json:"eUserTypeSSPR"`
	// The email address.
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Login name of the User.
	SUserLoginname *string `json:"sUserLoginname,omitempty"`
}

SsprResetPasswordRequestV1Request Request for the /1/module/sspr/resetPasswordRequest API Request

func NewSsprResetPasswordRequestV1Request ¶

func NewSsprResetPasswordRequestV1Request(pksCustomerCode string, fkiLanguageID int32, eUserTypeSSPR FieldEUserTypeSSPR) *SsprResetPasswordRequestV1Request

NewSsprResetPasswordRequestV1Request instantiates a new SsprResetPasswordRequestV1Request 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 NewSsprResetPasswordRequestV1RequestWithDefaults ¶

func NewSsprResetPasswordRequestV1RequestWithDefaults() *SsprResetPasswordRequestV1Request

NewSsprResetPasswordRequestV1RequestWithDefaults instantiates a new SsprResetPasswordRequestV1Request 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 (*SsprResetPasswordRequestV1Request) GetEUserTypeSSPR ¶

GetEUserTypeSSPR returns the EUserTypeSSPR field value

func (*SsprResetPasswordRequestV1Request) GetEUserTypeSSPROk ¶

func (o *SsprResetPasswordRequestV1Request) GetEUserTypeSSPROk() (*FieldEUserTypeSSPR, bool)

GetEUserTypeSSPROk returns a tuple with the EUserTypeSSPR field value and a boolean to check if the value has been set.

func (*SsprResetPasswordRequestV1Request) GetFkiLanguageID ¶

func (o *SsprResetPasswordRequestV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*SsprResetPasswordRequestV1Request) GetFkiLanguageIDOk ¶

func (o *SsprResetPasswordRequestV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*SsprResetPasswordRequestV1Request) GetPksCustomerCode ¶

func (o *SsprResetPasswordRequestV1Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*SsprResetPasswordRequestV1Request) GetPksCustomerCodeOk ¶

func (o *SsprResetPasswordRequestV1Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*SsprResetPasswordRequestV1Request) GetSEmailAddress ¶

func (o *SsprResetPasswordRequestV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*SsprResetPasswordRequestV1Request) GetSEmailAddressOk ¶

func (o *SsprResetPasswordRequestV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprResetPasswordRequestV1Request) GetSUserLoginname ¶

func (o *SsprResetPasswordRequestV1Request) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value if set, zero value otherwise.

func (*SsprResetPasswordRequestV1Request) GetSUserLoginnameOk ¶

func (o *SsprResetPasswordRequestV1Request) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprResetPasswordRequestV1Request) HasSEmailAddress ¶

func (o *SsprResetPasswordRequestV1Request) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*SsprResetPasswordRequestV1Request) HasSUserLoginname ¶

func (o *SsprResetPasswordRequestV1Request) HasSUserLoginname() bool

HasSUserLoginname returns a boolean if a field has been set.

func (SsprResetPasswordRequestV1Request) MarshalJSON ¶

func (o SsprResetPasswordRequestV1Request) MarshalJSON() ([]byte, error)

func (*SsprResetPasswordRequestV1Request) SetEUserTypeSSPR ¶

SetEUserTypeSSPR sets field value

func (*SsprResetPasswordRequestV1Request) SetFkiLanguageID ¶

func (o *SsprResetPasswordRequestV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*SsprResetPasswordRequestV1Request) SetPksCustomerCode ¶

func (o *SsprResetPasswordRequestV1Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*SsprResetPasswordRequestV1Request) SetSEmailAddress ¶

func (o *SsprResetPasswordRequestV1Request) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*SsprResetPasswordRequestV1Request) SetSUserLoginname ¶

func (o *SsprResetPasswordRequestV1Request) SetSUserLoginname(v string)

SetSUserLoginname gets a reference to the given string and assigns it to the SUserLoginname field.

type SsprResetPasswordV1Request ¶

type SsprResetPasswordV1Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32              `json:"fkiLanguageID"`
	EUserTypeSSPR FieldEUserTypeSSPR `json:"eUserTypeSSPR"`
	// The email address.
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Login name of the User.
	SUserLoginname *string `json:"sUserLoginname,omitempty"`
	// Hex Encoded Secret SSPR token
	BinUserSSPRtoken string `json:"binUserSSPRtoken"`
	// A Password.  Must meet complexity requirements
	SPassword string `json:"sPassword"`
}

SsprResetPasswordV1Request Request for the /1/module/sspr/resetPassword API Request

func NewSsprResetPasswordV1Request ¶

func NewSsprResetPasswordV1Request(pksCustomerCode string, fkiLanguageID int32, eUserTypeSSPR FieldEUserTypeSSPR, binUserSSPRtoken string, sPassword string) *SsprResetPasswordV1Request

NewSsprResetPasswordV1Request instantiates a new SsprResetPasswordV1Request 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 NewSsprResetPasswordV1RequestWithDefaults ¶

func NewSsprResetPasswordV1RequestWithDefaults() *SsprResetPasswordV1Request

NewSsprResetPasswordV1RequestWithDefaults instantiates a new SsprResetPasswordV1Request 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 (*SsprResetPasswordV1Request) GetBinUserSSPRtoken ¶

func (o *SsprResetPasswordV1Request) GetBinUserSSPRtoken() string

GetBinUserSSPRtoken returns the BinUserSSPRtoken field value

func (*SsprResetPasswordV1Request) GetBinUserSSPRtokenOk ¶

func (o *SsprResetPasswordV1Request) GetBinUserSSPRtokenOk() (*string, bool)

GetBinUserSSPRtokenOk returns a tuple with the BinUserSSPRtoken field value and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) GetEUserTypeSSPR ¶

func (o *SsprResetPasswordV1Request) GetEUserTypeSSPR() FieldEUserTypeSSPR

GetEUserTypeSSPR returns the EUserTypeSSPR field value

func (*SsprResetPasswordV1Request) GetEUserTypeSSPROk ¶

func (o *SsprResetPasswordV1Request) GetEUserTypeSSPROk() (*FieldEUserTypeSSPR, bool)

GetEUserTypeSSPROk returns a tuple with the EUserTypeSSPR field value and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) GetFkiLanguageID ¶

func (o *SsprResetPasswordV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*SsprResetPasswordV1Request) GetFkiLanguageIDOk ¶

func (o *SsprResetPasswordV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) GetPksCustomerCode ¶

func (o *SsprResetPasswordV1Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*SsprResetPasswordV1Request) GetPksCustomerCodeOk ¶

func (o *SsprResetPasswordV1Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) GetSEmailAddress ¶

func (o *SsprResetPasswordV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*SsprResetPasswordV1Request) GetSEmailAddressOk ¶

func (o *SsprResetPasswordV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) GetSPassword ¶

func (o *SsprResetPasswordV1Request) GetSPassword() string

GetSPassword returns the SPassword field value

func (*SsprResetPasswordV1Request) GetSPasswordOk ¶

func (o *SsprResetPasswordV1Request) GetSPasswordOk() (*string, bool)

GetSPasswordOk returns a tuple with the SPassword field value and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) GetSUserLoginname ¶

func (o *SsprResetPasswordV1Request) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value if set, zero value otherwise.

func (*SsprResetPasswordV1Request) GetSUserLoginnameOk ¶

func (o *SsprResetPasswordV1Request) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprResetPasswordV1Request) HasSEmailAddress ¶

func (o *SsprResetPasswordV1Request) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*SsprResetPasswordV1Request) HasSUserLoginname ¶

func (o *SsprResetPasswordV1Request) HasSUserLoginname() bool

HasSUserLoginname returns a boolean if a field has been set.

func (SsprResetPasswordV1Request) MarshalJSON ¶

func (o SsprResetPasswordV1Request) MarshalJSON() ([]byte, error)

func (*SsprResetPasswordV1Request) SetBinUserSSPRtoken ¶

func (o *SsprResetPasswordV1Request) SetBinUserSSPRtoken(v string)

SetBinUserSSPRtoken sets field value

func (*SsprResetPasswordV1Request) SetEUserTypeSSPR ¶

func (o *SsprResetPasswordV1Request) SetEUserTypeSSPR(v FieldEUserTypeSSPR)

SetEUserTypeSSPR sets field value

func (*SsprResetPasswordV1Request) SetFkiLanguageID ¶

func (o *SsprResetPasswordV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*SsprResetPasswordV1Request) SetPksCustomerCode ¶

func (o *SsprResetPasswordV1Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*SsprResetPasswordV1Request) SetSEmailAddress ¶

func (o *SsprResetPasswordV1Request) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*SsprResetPasswordV1Request) SetSPassword ¶

func (o *SsprResetPasswordV1Request) SetSPassword(v string)

SetSPassword sets field value

func (*SsprResetPasswordV1Request) SetSUserLoginname ¶

func (o *SsprResetPasswordV1Request) SetSUserLoginname(v string)

SetSUserLoginname gets a reference to the given string and assigns it to the SUserLoginname field.

type SsprSendUsernamesV1Request ¶

type SsprSendUsernamesV1Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32              `json:"fkiLanguageID"`
	EUserTypeSSPR FieldEUserTypeSSPR `json:"eUserTypeSSPR"`
	// The email address.
	SEmailAddress string `json:"sEmailAddress"`
}

SsprSendUsernamesV1Request Request for the /1/module/sspr/sendUsernames API Request

func NewSsprSendUsernamesV1Request ¶

func NewSsprSendUsernamesV1Request(pksCustomerCode string, fkiLanguageID int32, eUserTypeSSPR FieldEUserTypeSSPR, sEmailAddress string) *SsprSendUsernamesV1Request

NewSsprSendUsernamesV1Request instantiates a new SsprSendUsernamesV1Request 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 NewSsprSendUsernamesV1RequestWithDefaults ¶

func NewSsprSendUsernamesV1RequestWithDefaults() *SsprSendUsernamesV1Request

NewSsprSendUsernamesV1RequestWithDefaults instantiates a new SsprSendUsernamesV1Request 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 (*SsprSendUsernamesV1Request) GetEUserTypeSSPR ¶

func (o *SsprSendUsernamesV1Request) GetEUserTypeSSPR() FieldEUserTypeSSPR

GetEUserTypeSSPR returns the EUserTypeSSPR field value

func (*SsprSendUsernamesV1Request) GetEUserTypeSSPROk ¶

func (o *SsprSendUsernamesV1Request) GetEUserTypeSSPROk() (*FieldEUserTypeSSPR, bool)

GetEUserTypeSSPROk returns a tuple with the EUserTypeSSPR field value and a boolean to check if the value has been set.

func (*SsprSendUsernamesV1Request) GetFkiLanguageID ¶

func (o *SsprSendUsernamesV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*SsprSendUsernamesV1Request) GetFkiLanguageIDOk ¶

func (o *SsprSendUsernamesV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*SsprSendUsernamesV1Request) GetPksCustomerCode ¶

func (o *SsprSendUsernamesV1Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*SsprSendUsernamesV1Request) GetPksCustomerCodeOk ¶

func (o *SsprSendUsernamesV1Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*SsprSendUsernamesV1Request) GetSEmailAddress ¶

func (o *SsprSendUsernamesV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value

func (*SsprSendUsernamesV1Request) GetSEmailAddressOk ¶

func (o *SsprSendUsernamesV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value and a boolean to check if the value has been set.

func (SsprSendUsernamesV1Request) MarshalJSON ¶

func (o SsprSendUsernamesV1Request) MarshalJSON() ([]byte, error)

func (*SsprSendUsernamesV1Request) SetEUserTypeSSPR ¶

func (o *SsprSendUsernamesV1Request) SetEUserTypeSSPR(v FieldEUserTypeSSPR)

SetEUserTypeSSPR sets field value

func (*SsprSendUsernamesV1Request) SetFkiLanguageID ¶

func (o *SsprSendUsernamesV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*SsprSendUsernamesV1Request) SetPksCustomerCode ¶

func (o *SsprSendUsernamesV1Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*SsprSendUsernamesV1Request) SetSEmailAddress ¶

func (o *SsprSendUsernamesV1Request) SetSEmailAddress(v string)

SetSEmailAddress sets field value

type SsprUnlockAccountRequestV1Request ¶

type SsprUnlockAccountRequestV1Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32              `json:"fkiLanguageID"`
	EUserTypeSSPR FieldEUserTypeSSPR `json:"eUserTypeSSPR"`
	// The email address.
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Login name of the User.
	SUserLoginname *string `json:"sUserLoginname,omitempty"`
}

SsprUnlockAccountRequestV1Request Request for the /1/module/sspr/unlockAccountRequest API Request

func NewSsprUnlockAccountRequestV1Request ¶

func NewSsprUnlockAccountRequestV1Request(pksCustomerCode string, fkiLanguageID int32, eUserTypeSSPR FieldEUserTypeSSPR) *SsprUnlockAccountRequestV1Request

NewSsprUnlockAccountRequestV1Request instantiates a new SsprUnlockAccountRequestV1Request 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 NewSsprUnlockAccountRequestV1RequestWithDefaults ¶

func NewSsprUnlockAccountRequestV1RequestWithDefaults() *SsprUnlockAccountRequestV1Request

NewSsprUnlockAccountRequestV1RequestWithDefaults instantiates a new SsprUnlockAccountRequestV1Request 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 (*SsprUnlockAccountRequestV1Request) GetEUserTypeSSPR ¶

GetEUserTypeSSPR returns the EUserTypeSSPR field value

func (*SsprUnlockAccountRequestV1Request) GetEUserTypeSSPROk ¶

func (o *SsprUnlockAccountRequestV1Request) GetEUserTypeSSPROk() (*FieldEUserTypeSSPR, bool)

GetEUserTypeSSPROk returns a tuple with the EUserTypeSSPR field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountRequestV1Request) GetFkiLanguageID ¶

func (o *SsprUnlockAccountRequestV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*SsprUnlockAccountRequestV1Request) GetFkiLanguageIDOk ¶

func (o *SsprUnlockAccountRequestV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountRequestV1Request) GetPksCustomerCode ¶

func (o *SsprUnlockAccountRequestV1Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*SsprUnlockAccountRequestV1Request) GetPksCustomerCodeOk ¶

func (o *SsprUnlockAccountRequestV1Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountRequestV1Request) GetSEmailAddress ¶

func (o *SsprUnlockAccountRequestV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*SsprUnlockAccountRequestV1Request) GetSEmailAddressOk ¶

func (o *SsprUnlockAccountRequestV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprUnlockAccountRequestV1Request) GetSUserLoginname ¶

func (o *SsprUnlockAccountRequestV1Request) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value if set, zero value otherwise.

func (*SsprUnlockAccountRequestV1Request) GetSUserLoginnameOk ¶

func (o *SsprUnlockAccountRequestV1Request) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprUnlockAccountRequestV1Request) HasSEmailAddress ¶

func (o *SsprUnlockAccountRequestV1Request) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*SsprUnlockAccountRequestV1Request) HasSUserLoginname ¶

func (o *SsprUnlockAccountRequestV1Request) HasSUserLoginname() bool

HasSUserLoginname returns a boolean if a field has been set.

func (SsprUnlockAccountRequestV1Request) MarshalJSON ¶

func (o SsprUnlockAccountRequestV1Request) MarshalJSON() ([]byte, error)

func (*SsprUnlockAccountRequestV1Request) SetEUserTypeSSPR ¶

SetEUserTypeSSPR sets field value

func (*SsprUnlockAccountRequestV1Request) SetFkiLanguageID ¶

func (o *SsprUnlockAccountRequestV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*SsprUnlockAccountRequestV1Request) SetPksCustomerCode ¶

func (o *SsprUnlockAccountRequestV1Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*SsprUnlockAccountRequestV1Request) SetSEmailAddress ¶

func (o *SsprUnlockAccountRequestV1Request) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*SsprUnlockAccountRequestV1Request) SetSUserLoginname ¶

func (o *SsprUnlockAccountRequestV1Request) SetSUserLoginname(v string)

SetSUserLoginname gets a reference to the given string and assigns it to the SUserLoginname field.

type SsprUnlockAccountV1Request ¶

type SsprUnlockAccountV1Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32              `json:"fkiLanguageID"`
	EUserTypeSSPR FieldEUserTypeSSPR `json:"eUserTypeSSPR"`
	// The email address.
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Login name of the User.
	SUserLoginname *string `json:"sUserLoginname,omitempty"`
	// Hex Encoded Secret SSPR token
	BinUserSSPRtoken string `json:"binUserSSPRtoken"`
}

SsprUnlockAccountV1Request Request for the /1/module/sspr/unlockAccount API Request

func NewSsprUnlockAccountV1Request ¶

func NewSsprUnlockAccountV1Request(pksCustomerCode string, fkiLanguageID int32, eUserTypeSSPR FieldEUserTypeSSPR, binUserSSPRtoken string) *SsprUnlockAccountV1Request

NewSsprUnlockAccountV1Request instantiates a new SsprUnlockAccountV1Request 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 NewSsprUnlockAccountV1RequestWithDefaults ¶

func NewSsprUnlockAccountV1RequestWithDefaults() *SsprUnlockAccountV1Request

NewSsprUnlockAccountV1RequestWithDefaults instantiates a new SsprUnlockAccountV1Request 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 (*SsprUnlockAccountV1Request) GetBinUserSSPRtoken ¶

func (o *SsprUnlockAccountV1Request) GetBinUserSSPRtoken() string

GetBinUserSSPRtoken returns the BinUserSSPRtoken field value

func (*SsprUnlockAccountV1Request) GetBinUserSSPRtokenOk ¶

func (o *SsprUnlockAccountV1Request) GetBinUserSSPRtokenOk() (*string, bool)

GetBinUserSSPRtokenOk returns a tuple with the BinUserSSPRtoken field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountV1Request) GetEUserTypeSSPR ¶

func (o *SsprUnlockAccountV1Request) GetEUserTypeSSPR() FieldEUserTypeSSPR

GetEUserTypeSSPR returns the EUserTypeSSPR field value

func (*SsprUnlockAccountV1Request) GetEUserTypeSSPROk ¶

func (o *SsprUnlockAccountV1Request) GetEUserTypeSSPROk() (*FieldEUserTypeSSPR, bool)

GetEUserTypeSSPROk returns a tuple with the EUserTypeSSPR field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountV1Request) GetFkiLanguageID ¶

func (o *SsprUnlockAccountV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*SsprUnlockAccountV1Request) GetFkiLanguageIDOk ¶

func (o *SsprUnlockAccountV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountV1Request) GetPksCustomerCode ¶

func (o *SsprUnlockAccountV1Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*SsprUnlockAccountV1Request) GetPksCustomerCodeOk ¶

func (o *SsprUnlockAccountV1Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*SsprUnlockAccountV1Request) GetSEmailAddress ¶

func (o *SsprUnlockAccountV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*SsprUnlockAccountV1Request) GetSEmailAddressOk ¶

func (o *SsprUnlockAccountV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprUnlockAccountV1Request) GetSUserLoginname ¶

func (o *SsprUnlockAccountV1Request) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value if set, zero value otherwise.

func (*SsprUnlockAccountV1Request) GetSUserLoginnameOk ¶

func (o *SsprUnlockAccountV1Request) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprUnlockAccountV1Request) HasSEmailAddress ¶

func (o *SsprUnlockAccountV1Request) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*SsprUnlockAccountV1Request) HasSUserLoginname ¶

func (o *SsprUnlockAccountV1Request) HasSUserLoginname() bool

HasSUserLoginname returns a boolean if a field has been set.

func (SsprUnlockAccountV1Request) MarshalJSON ¶

func (o SsprUnlockAccountV1Request) MarshalJSON() ([]byte, error)

func (*SsprUnlockAccountV1Request) SetBinUserSSPRtoken ¶

func (o *SsprUnlockAccountV1Request) SetBinUserSSPRtoken(v string)

SetBinUserSSPRtoken sets field value

func (*SsprUnlockAccountV1Request) SetEUserTypeSSPR ¶

func (o *SsprUnlockAccountV1Request) SetEUserTypeSSPR(v FieldEUserTypeSSPR)

SetEUserTypeSSPR sets field value

func (*SsprUnlockAccountV1Request) SetFkiLanguageID ¶

func (o *SsprUnlockAccountV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*SsprUnlockAccountV1Request) SetPksCustomerCode ¶

func (o *SsprUnlockAccountV1Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*SsprUnlockAccountV1Request) SetSEmailAddress ¶

func (o *SsprUnlockAccountV1Request) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*SsprUnlockAccountV1Request) SetSUserLoginname ¶

func (o *SsprUnlockAccountV1Request) SetSUserLoginname(v string)

SetSUserLoginname gets a reference to the given string and assigns it to the SUserLoginname field.

type SsprValidateTokenV1Request ¶

type SsprValidateTokenV1Request struct {
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32              `json:"fkiLanguageID"`
	EUserTypeSSPR FieldEUserTypeSSPR `json:"eUserTypeSSPR"`
	// The email address.
	SEmailAddress *string `json:"sEmailAddress,omitempty"`
	// The Login name of the User.
	SUserLoginname *string `json:"sUserLoginname,omitempty"`
	// Hex Encoded Secret SSPR token
	BinUserSSPRtoken string `json:"binUserSSPRtoken"`
}

SsprValidateTokenV1Request Request for the /1/module/sspr/validateToken API Request

func NewSsprValidateTokenV1Request ¶

func NewSsprValidateTokenV1Request(pksCustomerCode string, fkiLanguageID int32, eUserTypeSSPR FieldEUserTypeSSPR, binUserSSPRtoken string) *SsprValidateTokenV1Request

NewSsprValidateTokenV1Request instantiates a new SsprValidateTokenV1Request 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 NewSsprValidateTokenV1RequestWithDefaults ¶

func NewSsprValidateTokenV1RequestWithDefaults() *SsprValidateTokenV1Request

NewSsprValidateTokenV1RequestWithDefaults instantiates a new SsprValidateTokenV1Request 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 (*SsprValidateTokenV1Request) GetBinUserSSPRtoken ¶

func (o *SsprValidateTokenV1Request) GetBinUserSSPRtoken() string

GetBinUserSSPRtoken returns the BinUserSSPRtoken field value

func (*SsprValidateTokenV1Request) GetBinUserSSPRtokenOk ¶

func (o *SsprValidateTokenV1Request) GetBinUserSSPRtokenOk() (*string, bool)

GetBinUserSSPRtokenOk returns a tuple with the BinUserSSPRtoken field value and a boolean to check if the value has been set.

func (*SsprValidateTokenV1Request) GetEUserTypeSSPR ¶

func (o *SsprValidateTokenV1Request) GetEUserTypeSSPR() FieldEUserTypeSSPR

GetEUserTypeSSPR returns the EUserTypeSSPR field value

func (*SsprValidateTokenV1Request) GetEUserTypeSSPROk ¶

func (o *SsprValidateTokenV1Request) GetEUserTypeSSPROk() (*FieldEUserTypeSSPR, bool)

GetEUserTypeSSPROk returns a tuple with the EUserTypeSSPR field value and a boolean to check if the value has been set.

func (*SsprValidateTokenV1Request) GetFkiLanguageID ¶

func (o *SsprValidateTokenV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*SsprValidateTokenV1Request) GetFkiLanguageIDOk ¶

func (o *SsprValidateTokenV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*SsprValidateTokenV1Request) GetPksCustomerCode ¶

func (o *SsprValidateTokenV1Request) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*SsprValidateTokenV1Request) GetPksCustomerCodeOk ¶

func (o *SsprValidateTokenV1Request) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*SsprValidateTokenV1Request) GetSEmailAddress ¶

func (o *SsprValidateTokenV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value if set, zero value otherwise.

func (*SsprValidateTokenV1Request) GetSEmailAddressOk ¶

func (o *SsprValidateTokenV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprValidateTokenV1Request) GetSUserLoginname ¶

func (o *SsprValidateTokenV1Request) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value if set, zero value otherwise.

func (*SsprValidateTokenV1Request) GetSUserLoginnameOk ¶

func (o *SsprValidateTokenV1Request) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SsprValidateTokenV1Request) HasSEmailAddress ¶

func (o *SsprValidateTokenV1Request) HasSEmailAddress() bool

HasSEmailAddress returns a boolean if a field has been set.

func (*SsprValidateTokenV1Request) HasSUserLoginname ¶

func (o *SsprValidateTokenV1Request) HasSUserLoginname() bool

HasSUserLoginname returns a boolean if a field has been set.

func (SsprValidateTokenV1Request) MarshalJSON ¶

func (o SsprValidateTokenV1Request) MarshalJSON() ([]byte, error)

func (*SsprValidateTokenV1Request) SetBinUserSSPRtoken ¶

func (o *SsprValidateTokenV1Request) SetBinUserSSPRtoken(v string)

SetBinUserSSPRtoken sets field value

func (*SsprValidateTokenV1Request) SetEUserTypeSSPR ¶

func (o *SsprValidateTokenV1Request) SetEUserTypeSSPR(v FieldEUserTypeSSPR)

SetEUserTypeSSPR sets field value

func (*SsprValidateTokenV1Request) SetFkiLanguageID ¶

func (o *SsprValidateTokenV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*SsprValidateTokenV1Request) SetPksCustomerCode ¶

func (o *SsprValidateTokenV1Request) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*SsprValidateTokenV1Request) SetSEmailAddress ¶

func (o *SsprValidateTokenV1Request) SetSEmailAddress(v string)

SetSEmailAddress gets a reference to the given string and assigns it to the SEmailAddress field.

func (*SsprValidateTokenV1Request) SetSUserLoginname ¶

func (o *SsprValidateTokenV1Request) SetSUserLoginname(v string)

SetSUserLoginname gets a reference to the given string and assigns it to the SUserLoginname field.

type UNUSEDEzsigndocumentEditObjectV1Request ¶

type UNUSEDEzsigndocumentEditObjectV1Request struct {
	ObjEzsigndocument *EzsigndocumentRequest `json:"objEzsigndocument,omitempty"`
}

UNUSEDEzsigndocumentEditObjectV1Request Request for the /1/object/ezsigndocument/editObject API Request

func NewUNUSEDEzsigndocumentEditObjectV1Request ¶

func NewUNUSEDEzsigndocumentEditObjectV1Request() *UNUSEDEzsigndocumentEditObjectV1Request

NewUNUSEDEzsigndocumentEditObjectV1Request instantiates a new UNUSEDEzsigndocumentEditObjectV1Request 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 NewUNUSEDEzsigndocumentEditObjectV1RequestWithDefaults ¶

func NewUNUSEDEzsigndocumentEditObjectV1RequestWithDefaults() *UNUSEDEzsigndocumentEditObjectV1Request

NewUNUSEDEzsigndocumentEditObjectV1RequestWithDefaults instantiates a new UNUSEDEzsigndocumentEditObjectV1Request 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 (*UNUSEDEzsigndocumentEditObjectV1Request) GetObjEzsigndocument ¶

GetObjEzsigndocument returns the ObjEzsigndocument field value if set, zero value otherwise.

func (*UNUSEDEzsigndocumentEditObjectV1Request) GetObjEzsigndocumentOk ¶

func (o *UNUSEDEzsigndocumentEditObjectV1Request) GetObjEzsigndocumentOk() (*EzsigndocumentRequest, bool)

GetObjEzsigndocumentOk returns a tuple with the ObjEzsigndocument field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsigndocumentEditObjectV1Request) HasObjEzsigndocument ¶

func (o *UNUSEDEzsigndocumentEditObjectV1Request) HasObjEzsigndocument() bool

HasObjEzsigndocument returns a boolean if a field has been set.

func (UNUSEDEzsigndocumentEditObjectV1Request) MarshalJSON ¶

func (o UNUSEDEzsigndocumentEditObjectV1Request) MarshalJSON() ([]byte, error)

func (*UNUSEDEzsigndocumentEditObjectV1Request) SetObjEzsigndocument ¶

SetObjEzsigndocument gets a reference to the given EzsigndocumentRequest and assigns it to the ObjEzsigndocument field.

type UNUSEDEzsigndocumentEditObjectV1Response ¶

type UNUSEDEzsigndocumentEditObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

UNUSEDEzsigndocumentEditObjectV1Response Response for the /1/object/ezsigndocument/editObject API Request

func NewUNUSEDEzsigndocumentEditObjectV1Response ¶

func NewUNUSEDEzsigndocumentEditObjectV1Response() *UNUSEDEzsigndocumentEditObjectV1Response

NewUNUSEDEzsigndocumentEditObjectV1Response instantiates a new UNUSEDEzsigndocumentEditObjectV1Response 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 NewUNUSEDEzsigndocumentEditObjectV1ResponseWithDefaults ¶

func NewUNUSEDEzsigndocumentEditObjectV1ResponseWithDefaults() *UNUSEDEzsigndocumentEditObjectV1Response

NewUNUSEDEzsigndocumentEditObjectV1ResponseWithDefaults instantiates a new UNUSEDEzsigndocumentEditObjectV1Response 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 (*UNUSEDEzsigndocumentEditObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*UNUSEDEzsigndocumentEditObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsigndocumentEditObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*UNUSEDEzsigndocumentEditObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsigndocumentEditObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*UNUSEDEzsigndocumentEditObjectV1Response) HasObjDebugPayload ¶

func (o *UNUSEDEzsigndocumentEditObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (UNUSEDEzsigndocumentEditObjectV1Response) MarshalJSON ¶

func (*UNUSEDEzsigndocumentEditObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*UNUSEDEzsigndocumentEditObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type UNUSEDEzsignfolderEditObjectV1Request ¶

type UNUSEDEzsignfolderEditObjectV1Request struct {
	ObjEzsignfolder *EzsignfolderRequest `json:"objEzsignfolder,omitempty"`
}

UNUSEDEzsignfolderEditObjectV1Request Request for the /1/object/ezsignfolder/editObject API Request

func NewUNUSEDEzsignfolderEditObjectV1Request ¶

func NewUNUSEDEzsignfolderEditObjectV1Request() *UNUSEDEzsignfolderEditObjectV1Request

NewUNUSEDEzsignfolderEditObjectV1Request instantiates a new UNUSEDEzsignfolderEditObjectV1Request 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 NewUNUSEDEzsignfolderEditObjectV1RequestWithDefaults ¶

func NewUNUSEDEzsignfolderEditObjectV1RequestWithDefaults() *UNUSEDEzsignfolderEditObjectV1Request

NewUNUSEDEzsignfolderEditObjectV1RequestWithDefaults instantiates a new UNUSEDEzsignfolderEditObjectV1Request 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 (*UNUSEDEzsignfolderEditObjectV1Request) GetObjEzsignfolder ¶

GetObjEzsignfolder returns the ObjEzsignfolder field value if set, zero value otherwise.

func (*UNUSEDEzsignfolderEditObjectV1Request) GetObjEzsignfolderOk ¶

func (o *UNUSEDEzsignfolderEditObjectV1Request) GetObjEzsignfolderOk() (*EzsignfolderRequest, bool)

GetObjEzsignfolderOk returns a tuple with the ObjEzsignfolder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignfolderEditObjectV1Request) HasObjEzsignfolder ¶

func (o *UNUSEDEzsignfolderEditObjectV1Request) HasObjEzsignfolder() bool

HasObjEzsignfolder returns a boolean if a field has been set.

func (UNUSEDEzsignfolderEditObjectV1Request) MarshalJSON ¶

func (o UNUSEDEzsignfolderEditObjectV1Request) MarshalJSON() ([]byte, error)

func (*UNUSEDEzsignfolderEditObjectV1Request) SetObjEzsignfolder ¶

SetObjEzsignfolder gets a reference to the given EzsignfolderRequest and assigns it to the ObjEzsignfolder field.

type UNUSEDEzsignfolderEditObjectV1Response ¶

type UNUSEDEzsignfolderEditObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

UNUSEDEzsignfolderEditObjectV1Response Response for the /1/object/ezsignfolder/editObject API Request

func NewUNUSEDEzsignfolderEditObjectV1Response ¶

func NewUNUSEDEzsignfolderEditObjectV1Response() *UNUSEDEzsignfolderEditObjectV1Response

NewUNUSEDEzsignfolderEditObjectV1Response instantiates a new UNUSEDEzsignfolderEditObjectV1Response 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 NewUNUSEDEzsignfolderEditObjectV1ResponseWithDefaults ¶

func NewUNUSEDEzsignfolderEditObjectV1ResponseWithDefaults() *UNUSEDEzsignfolderEditObjectV1Response

NewUNUSEDEzsignfolderEditObjectV1ResponseWithDefaults instantiates a new UNUSEDEzsignfolderEditObjectV1Response 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 (*UNUSEDEzsignfolderEditObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*UNUSEDEzsignfolderEditObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignfolderEditObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*UNUSEDEzsignfolderEditObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignfolderEditObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*UNUSEDEzsignfolderEditObjectV1Response) HasObjDebugPayload ¶

func (o *UNUSEDEzsignfolderEditObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (UNUSEDEzsignfolderEditObjectV1Response) MarshalJSON ¶

func (o UNUSEDEzsignfolderEditObjectV1Response) MarshalJSON() ([]byte, error)

func (*UNUSEDEzsignfolderEditObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*UNUSEDEzsignfolderEditObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type UNUSEDEzsignfoldersignerassociationEditObjectV1Request ¶

type UNUSEDEzsignfoldersignerassociationEditObjectV1Request struct {
	ObjEzsignfoldersignerassociation *EzsignfoldersignerassociationRequest `json:"objEzsignfoldersignerassociation,omitempty"`
}

UNUSEDEzsignfoldersignerassociationEditObjectV1Request Request for the /1/object/ezsignfoldersignerassociation/editObject API Request

func NewUNUSEDEzsignfoldersignerassociationEditObjectV1Request ¶

func NewUNUSEDEzsignfoldersignerassociationEditObjectV1Request() *UNUSEDEzsignfoldersignerassociationEditObjectV1Request

NewUNUSEDEzsignfoldersignerassociationEditObjectV1Request instantiates a new UNUSEDEzsignfoldersignerassociationEditObjectV1Request 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 NewUNUSEDEzsignfoldersignerassociationEditObjectV1RequestWithDefaults ¶

func NewUNUSEDEzsignfoldersignerassociationEditObjectV1RequestWithDefaults() *UNUSEDEzsignfoldersignerassociationEditObjectV1Request

NewUNUSEDEzsignfoldersignerassociationEditObjectV1RequestWithDefaults instantiates a new UNUSEDEzsignfoldersignerassociationEditObjectV1Request 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 (*UNUSEDEzsignfoldersignerassociationEditObjectV1Request) GetObjEzsignfoldersignerassociation ¶

GetObjEzsignfoldersignerassociation returns the ObjEzsignfoldersignerassociation field value if set, zero value otherwise.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Request) GetObjEzsignfoldersignerassociationOk ¶

GetObjEzsignfoldersignerassociationOk returns a tuple with the ObjEzsignfoldersignerassociation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Request) HasObjEzsignfoldersignerassociation ¶

func (o *UNUSEDEzsignfoldersignerassociationEditObjectV1Request) HasObjEzsignfoldersignerassociation() bool

HasObjEzsignfoldersignerassociation returns a boolean if a field has been set.

func (UNUSEDEzsignfoldersignerassociationEditObjectV1Request) MarshalJSON ¶

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Request) SetObjEzsignfoldersignerassociation ¶

SetObjEzsignfoldersignerassociation gets a reference to the given EzsignfoldersignerassociationRequest and assigns it to the ObjEzsignfoldersignerassociation field.

type UNUSEDEzsignfoldersignerassociationEditObjectV1Response ¶

type UNUSEDEzsignfoldersignerassociationEditObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

UNUSEDEzsignfoldersignerassociationEditObjectV1Response Response for the /1/object/ezsignfoldersignerassociation/editObject API Request

func NewUNUSEDEzsignfoldersignerassociationEditObjectV1Response ¶

func NewUNUSEDEzsignfoldersignerassociationEditObjectV1Response() *UNUSEDEzsignfoldersignerassociationEditObjectV1Response

NewUNUSEDEzsignfoldersignerassociationEditObjectV1Response instantiates a new UNUSEDEzsignfoldersignerassociationEditObjectV1Response 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 NewUNUSEDEzsignfoldersignerassociationEditObjectV1ResponseWithDefaults ¶

func NewUNUSEDEzsignfoldersignerassociationEditObjectV1ResponseWithDefaults() *UNUSEDEzsignfoldersignerassociationEditObjectV1Response

NewUNUSEDEzsignfoldersignerassociationEditObjectV1ResponseWithDefaults instantiates a new UNUSEDEzsignfoldersignerassociationEditObjectV1Response 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 (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) HasObjDebugPayload ¶

HasObjDebugPayload returns a boolean if a field has been set.

func (UNUSEDEzsignfoldersignerassociationEditObjectV1Response) MarshalJSON ¶

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*UNUSEDEzsignfoldersignerassociationEditObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type UNUSEDEzsignsignatureEditObjectV1Request ¶

type UNUSEDEzsignsignatureEditObjectV1Request struct {
	ObjEzsignsignature *EzsignsignatureRequest `json:"objEzsignsignature,omitempty"`
}

UNUSEDEzsignsignatureEditObjectV1Request Request for the /1/object/ezsignsignature/editObject API Request

func NewUNUSEDEzsignsignatureEditObjectV1Request ¶

func NewUNUSEDEzsignsignatureEditObjectV1Request() *UNUSEDEzsignsignatureEditObjectV1Request

NewUNUSEDEzsignsignatureEditObjectV1Request instantiates a new UNUSEDEzsignsignatureEditObjectV1Request 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 NewUNUSEDEzsignsignatureEditObjectV1RequestWithDefaults ¶

func NewUNUSEDEzsignsignatureEditObjectV1RequestWithDefaults() *UNUSEDEzsignsignatureEditObjectV1Request

NewUNUSEDEzsignsignatureEditObjectV1RequestWithDefaults instantiates a new UNUSEDEzsignsignatureEditObjectV1Request 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 (*UNUSEDEzsignsignatureEditObjectV1Request) GetObjEzsignsignature ¶

GetObjEzsignsignature returns the ObjEzsignsignature field value if set, zero value otherwise.

func (*UNUSEDEzsignsignatureEditObjectV1Request) GetObjEzsignsignatureOk ¶

func (o *UNUSEDEzsignsignatureEditObjectV1Request) GetObjEzsignsignatureOk() (*EzsignsignatureRequest, bool)

GetObjEzsignsignatureOk returns a tuple with the ObjEzsignsignature field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignsignatureEditObjectV1Request) HasObjEzsignsignature ¶

func (o *UNUSEDEzsignsignatureEditObjectV1Request) HasObjEzsignsignature() bool

HasObjEzsignsignature returns a boolean if a field has been set.

func (UNUSEDEzsignsignatureEditObjectV1Request) MarshalJSON ¶

func (*UNUSEDEzsignsignatureEditObjectV1Request) SetObjEzsignsignature ¶

SetObjEzsignsignature gets a reference to the given EzsignsignatureRequest and assigns it to the ObjEzsignsignature field.

type UNUSEDEzsignsignatureEditObjectV1Response ¶

type UNUSEDEzsignsignatureEditObjectV1Response struct {
	ObjDebugPayload *CommonResponseObjDebugPayload `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug        `json:"objDebug,omitempty"`
}

UNUSEDEzsignsignatureEditObjectV1Response Response for the /1/object/ezsignsignature/editObject API Request

func NewUNUSEDEzsignsignatureEditObjectV1Response ¶

func NewUNUSEDEzsignsignatureEditObjectV1Response() *UNUSEDEzsignsignatureEditObjectV1Response

NewUNUSEDEzsignsignatureEditObjectV1Response instantiates a new UNUSEDEzsignsignatureEditObjectV1Response 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 NewUNUSEDEzsignsignatureEditObjectV1ResponseWithDefaults ¶

func NewUNUSEDEzsignsignatureEditObjectV1ResponseWithDefaults() *UNUSEDEzsignsignatureEditObjectV1Response

NewUNUSEDEzsignsignatureEditObjectV1ResponseWithDefaults instantiates a new UNUSEDEzsignsignatureEditObjectV1Response 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 (*UNUSEDEzsignsignatureEditObjectV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*UNUSEDEzsignsignatureEditObjectV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignsignatureEditObjectV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*UNUSEDEzsignsignatureEditObjectV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UNUSEDEzsignsignatureEditObjectV1Response) HasObjDebug ¶

HasObjDebug returns a boolean if a field has been set.

func (*UNUSEDEzsignsignatureEditObjectV1Response) HasObjDebugPayload ¶

func (o *UNUSEDEzsignsignatureEditObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (UNUSEDEzsignsignatureEditObjectV1Response) MarshalJSON ¶

func (*UNUSEDEzsignsignatureEditObjectV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*UNUSEDEzsignsignatureEditObjectV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type UserCreateEzsignuserV1Request ¶

type UserCreateEzsignuserV1Request struct {
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32 `json:"fkiLanguageID"`
	// The First name of the user
	SUserFirstname string `json:"sUserFirstname"`
	// The Last name of the user
	SUserLastname string `json:"sUserLastname"`
	// The email address.
	SEmailAddress string `json:"sEmailAddress"`
	// The region of the phone number. (For a North America Number only)  The region is the \"514\" section in this sample phone number: (514) 990-1516 x123
	SPhoneRegion string `json:"sPhoneRegion"`
	// The exchange of the phone number. (For a North America Number only)  The exchange is the \"990\" section in this sample phone number: (514) 990-1516 x123
	SPhoneExchange string `json:"sPhoneExchange"`
	// The number of the phone number. (For a North America Number only)  The number is the \"1516\" section in this sample phone number: (514) 990-1516 x123
	SPhoneNumber string `json:"sPhoneNumber"`
	// The extension of the phone number.  The extension is the \"123\" section in this sample phone number: (514) 990-1516 x123.  It can also be used with international phone numbers
	SPhoneExtension *string `json:"sPhoneExtension,omitempty"`
}

UserCreateEzsignuserV1Request Request for the /1/module/user/createEzsignuser API Request

func NewUserCreateEzsignuserV1Request ¶

func NewUserCreateEzsignuserV1Request(fkiLanguageID int32, sUserFirstname string, sUserLastname string, sEmailAddress string, sPhoneRegion string, sPhoneExchange string, sPhoneNumber string) *UserCreateEzsignuserV1Request

NewUserCreateEzsignuserV1Request instantiates a new UserCreateEzsignuserV1Request 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 NewUserCreateEzsignuserV1RequestWithDefaults ¶

func NewUserCreateEzsignuserV1RequestWithDefaults() *UserCreateEzsignuserV1Request

NewUserCreateEzsignuserV1RequestWithDefaults instantiates a new UserCreateEzsignuserV1Request 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 (*UserCreateEzsignuserV1Request) GetFkiLanguageID ¶

func (o *UserCreateEzsignuserV1Request) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*UserCreateEzsignuserV1Request) GetFkiLanguageIDOk ¶

func (o *UserCreateEzsignuserV1Request) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSEmailAddress ¶

func (o *UserCreateEzsignuserV1Request) GetSEmailAddress() string

GetSEmailAddress returns the SEmailAddress field value

func (*UserCreateEzsignuserV1Request) GetSEmailAddressOk ¶

func (o *UserCreateEzsignuserV1Request) GetSEmailAddressOk() (*string, bool)

GetSEmailAddressOk returns a tuple with the SEmailAddress field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSPhoneExchange ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneExchange() string

GetSPhoneExchange returns the SPhoneExchange field value

func (*UserCreateEzsignuserV1Request) GetSPhoneExchangeOk ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneExchangeOk() (*string, bool)

GetSPhoneExchangeOk returns a tuple with the SPhoneExchange field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSPhoneExtension ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneExtension() string

GetSPhoneExtension returns the SPhoneExtension field value if set, zero value otherwise.

func (*UserCreateEzsignuserV1Request) GetSPhoneExtensionOk ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneExtensionOk() (*string, bool)

GetSPhoneExtensionOk returns a tuple with the SPhoneExtension field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSPhoneNumber ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneNumber() string

GetSPhoneNumber returns the SPhoneNumber field value

func (*UserCreateEzsignuserV1Request) GetSPhoneNumberOk ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneNumberOk() (*string, bool)

GetSPhoneNumberOk returns a tuple with the SPhoneNumber field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSPhoneRegion ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneRegion() string

GetSPhoneRegion returns the SPhoneRegion field value

func (*UserCreateEzsignuserV1Request) GetSPhoneRegionOk ¶

func (o *UserCreateEzsignuserV1Request) GetSPhoneRegionOk() (*string, bool)

GetSPhoneRegionOk returns a tuple with the SPhoneRegion field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSUserFirstname ¶

func (o *UserCreateEzsignuserV1Request) GetSUserFirstname() string

GetSUserFirstname returns the SUserFirstname field value

func (*UserCreateEzsignuserV1Request) GetSUserFirstnameOk ¶

func (o *UserCreateEzsignuserV1Request) GetSUserFirstnameOk() (*string, bool)

GetSUserFirstnameOk returns a tuple with the SUserFirstname field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) GetSUserLastname ¶

func (o *UserCreateEzsignuserV1Request) GetSUserLastname() string

GetSUserLastname returns the SUserLastname field value

func (*UserCreateEzsignuserV1Request) GetSUserLastnameOk ¶

func (o *UserCreateEzsignuserV1Request) GetSUserLastnameOk() (*string, bool)

GetSUserLastnameOk returns a tuple with the SUserLastname field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Request) HasSPhoneExtension ¶

func (o *UserCreateEzsignuserV1Request) HasSPhoneExtension() bool

HasSPhoneExtension returns a boolean if a field has been set.

func (UserCreateEzsignuserV1Request) MarshalJSON ¶

func (o UserCreateEzsignuserV1Request) MarshalJSON() ([]byte, error)

func (*UserCreateEzsignuserV1Request) SetFkiLanguageID ¶

func (o *UserCreateEzsignuserV1Request) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*UserCreateEzsignuserV1Request) SetSEmailAddress ¶

func (o *UserCreateEzsignuserV1Request) SetSEmailAddress(v string)

SetSEmailAddress sets field value

func (*UserCreateEzsignuserV1Request) SetSPhoneExchange ¶

func (o *UserCreateEzsignuserV1Request) SetSPhoneExchange(v string)

SetSPhoneExchange sets field value

func (*UserCreateEzsignuserV1Request) SetSPhoneExtension ¶

func (o *UserCreateEzsignuserV1Request) SetSPhoneExtension(v string)

SetSPhoneExtension gets a reference to the given string and assigns it to the SPhoneExtension field.

func (*UserCreateEzsignuserV1Request) SetSPhoneNumber ¶

func (o *UserCreateEzsignuserV1Request) SetSPhoneNumber(v string)

SetSPhoneNumber sets field value

func (*UserCreateEzsignuserV1Request) SetSPhoneRegion ¶

func (o *UserCreateEzsignuserV1Request) SetSPhoneRegion(v string)

SetSPhoneRegion sets field value

func (*UserCreateEzsignuserV1Request) SetSUserFirstname ¶

func (o *UserCreateEzsignuserV1Request) SetSUserFirstname(v string)

SetSUserFirstname sets field value

func (*UserCreateEzsignuserV1Request) SetSUserLastname ¶

func (o *UserCreateEzsignuserV1Request) SetSUserLastname(v string)

SetSUserLastname sets field value

type UserCreateEzsignuserV1Response ¶

type UserCreateEzsignuserV1Response struct {
	MPayload        UserCreateEzsignuserV1ResponseMPayload `json:"mPayload"`
	ObjDebugPayload *CommonResponseObjDebugPayload         `json:"objDebugPayload,omitempty"`
	ObjDebug        *CommonResponseObjDebug                `json:"objDebug,omitempty"`
}

UserCreateEzsignuserV1Response Response for the /1/module/user/createEzsignuser API Request

func NewUserCreateEzsignuserV1Response ¶

func NewUserCreateEzsignuserV1Response(mPayload UserCreateEzsignuserV1ResponseMPayload) *UserCreateEzsignuserV1Response

NewUserCreateEzsignuserV1Response instantiates a new UserCreateEzsignuserV1Response 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 NewUserCreateEzsignuserV1ResponseWithDefaults ¶

func NewUserCreateEzsignuserV1ResponseWithDefaults() *UserCreateEzsignuserV1Response

NewUserCreateEzsignuserV1ResponseWithDefaults instantiates a new UserCreateEzsignuserV1Response 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 (*UserCreateEzsignuserV1Response) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*UserCreateEzsignuserV1Response) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Response) GetObjDebug ¶

GetObjDebug returns the ObjDebug field value if set, zero value otherwise.

func (*UserCreateEzsignuserV1Response) GetObjDebugOk ¶

GetObjDebugOk returns a tuple with the ObjDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Response) GetObjDebugPayload ¶

GetObjDebugPayload returns the ObjDebugPayload field value if set, zero value otherwise.

func (*UserCreateEzsignuserV1Response) GetObjDebugPayloadOk ¶

GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1Response) HasObjDebug ¶

func (o *UserCreateEzsignuserV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

func (*UserCreateEzsignuserV1Response) HasObjDebugPayload ¶

func (o *UserCreateEzsignuserV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

func (UserCreateEzsignuserV1Response) MarshalJSON ¶

func (o UserCreateEzsignuserV1Response) MarshalJSON() ([]byte, error)

func (*UserCreateEzsignuserV1Response) SetMPayload ¶

SetMPayload sets field value

func (*UserCreateEzsignuserV1Response) SetObjDebug ¶

SetObjDebug gets a reference to the given CommonResponseObjDebug and assigns it to the ObjDebug field.

func (*UserCreateEzsignuserV1Response) SetObjDebugPayload ¶

SetObjDebugPayload gets a reference to the given CommonResponseObjDebugPayload and assigns it to the ObjDebugPayload field.

type UserCreateEzsignuserV1ResponseAllOf ¶

type UserCreateEzsignuserV1ResponseAllOf struct {
	MPayload UserCreateEzsignuserV1ResponseMPayload `json:"mPayload"`
}

UserCreateEzsignuserV1ResponseAllOf struct for UserCreateEzsignuserV1ResponseAllOf

func NewUserCreateEzsignuserV1ResponseAllOf ¶

func NewUserCreateEzsignuserV1ResponseAllOf(mPayload UserCreateEzsignuserV1ResponseMPayload) *UserCreateEzsignuserV1ResponseAllOf

NewUserCreateEzsignuserV1ResponseAllOf instantiates a new UserCreateEzsignuserV1ResponseAllOf 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 NewUserCreateEzsignuserV1ResponseAllOfWithDefaults ¶

func NewUserCreateEzsignuserV1ResponseAllOfWithDefaults() *UserCreateEzsignuserV1ResponseAllOf

NewUserCreateEzsignuserV1ResponseAllOfWithDefaults instantiates a new UserCreateEzsignuserV1ResponseAllOf 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 (*UserCreateEzsignuserV1ResponseAllOf) GetMPayload ¶

GetMPayload returns the MPayload field value

func (*UserCreateEzsignuserV1ResponseAllOf) GetMPayloadOk ¶

GetMPayloadOk returns a tuple with the MPayload field value and a boolean to check if the value has been set.

func (UserCreateEzsignuserV1ResponseAllOf) MarshalJSON ¶

func (o UserCreateEzsignuserV1ResponseAllOf) MarshalJSON() ([]byte, error)

func (*UserCreateEzsignuserV1ResponseAllOf) SetMPayload ¶

SetMPayload sets field value

type UserCreateEzsignuserV1ResponseMPayload ¶

type UserCreateEzsignuserV1ResponseMPayload struct {
	// An array of email addresses that succeeded.
	ASEmailAddressSuccess []string `json:"a_sEmailAddressSuccess"`
	// An array of email addresses that failed.
	ASEmailAddressFailure []string `json:"a_sEmailAddressFailure"`
}

UserCreateEzsignuserV1ResponseMPayload Payload for the /1/module/user/createEzsignuser API Request

func NewUserCreateEzsignuserV1ResponseMPayload ¶

func NewUserCreateEzsignuserV1ResponseMPayload(aSEmailAddressSuccess []string, aSEmailAddressFailure []string) *UserCreateEzsignuserV1ResponseMPayload

NewUserCreateEzsignuserV1ResponseMPayload instantiates a new UserCreateEzsignuserV1ResponseMPayload 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 NewUserCreateEzsignuserV1ResponseMPayloadWithDefaults ¶

func NewUserCreateEzsignuserV1ResponseMPayloadWithDefaults() *UserCreateEzsignuserV1ResponseMPayload

NewUserCreateEzsignuserV1ResponseMPayloadWithDefaults instantiates a new UserCreateEzsignuserV1ResponseMPayload 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 (*UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressFailure ¶

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressFailure() []string

GetASEmailAddressFailure returns the ASEmailAddressFailure field value

func (*UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressFailureOk ¶

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressFailureOk() (*[]string, bool)

GetASEmailAddressFailureOk returns a tuple with the ASEmailAddressFailure field value and a boolean to check if the value has been set.

func (*UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressSuccess ¶

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressSuccess() []string

GetASEmailAddressSuccess returns the ASEmailAddressSuccess field value

func (*UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressSuccessOk ¶

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressSuccessOk() (*[]string, bool)

GetASEmailAddressSuccessOk returns a tuple with the ASEmailAddressSuccess field value and a boolean to check if the value has been set.

func (UserCreateEzsignuserV1ResponseMPayload) MarshalJSON ¶

func (o UserCreateEzsignuserV1ResponseMPayload) MarshalJSON() ([]byte, error)

func (*UserCreateEzsignuserV1ResponseMPayload) SetASEmailAddressFailure ¶

func (o *UserCreateEzsignuserV1ResponseMPayload) SetASEmailAddressFailure(v []string)

SetASEmailAddressFailure sets field value

func (*UserCreateEzsignuserV1ResponseMPayload) SetASEmailAddressSuccess ¶

func (o *UserCreateEzsignuserV1ResponseMPayload) SetASEmailAddressSuccess(v []string)

SetASEmailAddressSuccess sets field value

type UserResponse ¶

type UserResponse struct {
	// The unique ID of the User
	PkiUserID int32 `json:"pkiUserID"`
	// The unique ID of the Language.  Valid values:  |Value|Description| |-|-| |1|French| |2|English|
	FkiLanguageID int32          `json:"fkiLanguageID"`
	EUserType     FieldEUserType `json:"eUserType"`
	// The First name of the user
	SUserFirstname string `json:"sUserFirstname"`
	// The Last name of the user
	SUserLastname string `json:"sUserLastname"`
	// The Login name of the User.
	SUserLoginname string      `json:"sUserLoginname"`
	ObjAudit       CommonAudit `json:"objAudit"`
}

UserResponse A User Object

func NewUserResponse ¶

func NewUserResponse(pkiUserID int32, fkiLanguageID int32, eUserType FieldEUserType, sUserFirstname string, sUserLastname string, sUserLoginname string, objAudit CommonAudit) *UserResponse

NewUserResponse instantiates a new UserResponse 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 NewUserResponseWithDefaults ¶

func NewUserResponseWithDefaults() *UserResponse

NewUserResponseWithDefaults instantiates a new UserResponse 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 (*UserResponse) GetEUserType ¶

func (o *UserResponse) GetEUserType() FieldEUserType

GetEUserType returns the EUserType field value

func (*UserResponse) GetEUserTypeOk ¶

func (o *UserResponse) GetEUserTypeOk() (*FieldEUserType, bool)

GetEUserTypeOk returns a tuple with the EUserType field value and a boolean to check if the value has been set.

func (*UserResponse) GetFkiLanguageID ¶

func (o *UserResponse) GetFkiLanguageID() int32

GetFkiLanguageID returns the FkiLanguageID field value

func (*UserResponse) GetFkiLanguageIDOk ¶

func (o *UserResponse) GetFkiLanguageIDOk() (*int32, bool)

GetFkiLanguageIDOk returns a tuple with the FkiLanguageID field value and a boolean to check if the value has been set.

func (*UserResponse) GetObjAudit ¶

func (o *UserResponse) GetObjAudit() CommonAudit

GetObjAudit returns the ObjAudit field value

func (*UserResponse) GetObjAuditOk ¶

func (o *UserResponse) GetObjAuditOk() (*CommonAudit, bool)

GetObjAuditOk returns a tuple with the ObjAudit field value and a boolean to check if the value has been set.

func (*UserResponse) GetPkiUserID ¶

func (o *UserResponse) GetPkiUserID() int32

GetPkiUserID returns the PkiUserID field value

func (*UserResponse) GetPkiUserIDOk ¶

func (o *UserResponse) GetPkiUserIDOk() (*int32, bool)

GetPkiUserIDOk returns a tuple with the PkiUserID field value and a boolean to check if the value has been set.

func (*UserResponse) GetSUserFirstname ¶

func (o *UserResponse) GetSUserFirstname() string

GetSUserFirstname returns the SUserFirstname field value

func (*UserResponse) GetSUserFirstnameOk ¶

func (o *UserResponse) GetSUserFirstnameOk() (*string, bool)

GetSUserFirstnameOk returns a tuple with the SUserFirstname field value and a boolean to check if the value has been set.

func (*UserResponse) GetSUserLastname ¶

func (o *UserResponse) GetSUserLastname() string

GetSUserLastname returns the SUserLastname field value

func (*UserResponse) GetSUserLastnameOk ¶

func (o *UserResponse) GetSUserLastnameOk() (*string, bool)

GetSUserLastnameOk returns a tuple with the SUserLastname field value and a boolean to check if the value has been set.

func (*UserResponse) GetSUserLoginname ¶

func (o *UserResponse) GetSUserLoginname() string

GetSUserLoginname returns the SUserLoginname field value

func (*UserResponse) GetSUserLoginnameOk ¶

func (o *UserResponse) GetSUserLoginnameOk() (*string, bool)

GetSUserLoginnameOk returns a tuple with the SUserLoginname field value and a boolean to check if the value has been set.

func (UserResponse) MarshalJSON ¶

func (o UserResponse) MarshalJSON() ([]byte, error)

func (*UserResponse) SetEUserType ¶

func (o *UserResponse) SetEUserType(v FieldEUserType)

SetEUserType sets field value

func (*UserResponse) SetFkiLanguageID ¶

func (o *UserResponse) SetFkiLanguageID(v int32)

SetFkiLanguageID sets field value

func (*UserResponse) SetObjAudit ¶

func (o *UserResponse) SetObjAudit(v CommonAudit)

SetObjAudit sets field value

func (*UserResponse) SetPkiUserID ¶

func (o *UserResponse) SetPkiUserID(v int32)

SetPkiUserID sets field value

func (*UserResponse) SetSUserFirstname ¶

func (o *UserResponse) SetSUserFirstname(v string)

SetSUserFirstname sets field value

func (*UserResponse) SetSUserLastname ¶

func (o *UserResponse) SetSUserLastname(v string)

SetSUserLastname sets field value

func (*UserResponse) SetSUserLoginname ¶

func (o *UserResponse) SetSUserLoginname(v string)

SetSUserLoginname sets field value

type WebhookEzsignDocumentCompleted ¶

type WebhookEzsignDocumentCompleted struct {
	ObjEzsigndocument EzsigndocumentResponse `json:"objEzsigndocument"`
	ObjWebhook        WebhookResponse        `json:"objWebhook"`
	// An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
	AObjAttempt []AttemptResponse `json:"a_objAttempt"`
}

WebhookEzsignDocumentCompleted This is the base Webhook object

func NewWebhookEzsignDocumentCompleted ¶

func NewWebhookEzsignDocumentCompleted(objEzsigndocument EzsigndocumentResponse, objWebhook WebhookResponse, aObjAttempt []AttemptResponse) *WebhookEzsignDocumentCompleted

NewWebhookEzsignDocumentCompleted instantiates a new WebhookEzsignDocumentCompleted 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 NewWebhookEzsignDocumentCompletedWithDefaults ¶

func NewWebhookEzsignDocumentCompletedWithDefaults() *WebhookEzsignDocumentCompleted

NewWebhookEzsignDocumentCompletedWithDefaults instantiates a new WebhookEzsignDocumentCompleted 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 (*WebhookEzsignDocumentCompleted) GetAObjAttempt ¶

func (o *WebhookEzsignDocumentCompleted) GetAObjAttempt() []AttemptResponse

GetAObjAttempt returns the AObjAttempt field value

func (*WebhookEzsignDocumentCompleted) GetAObjAttemptOk ¶

func (o *WebhookEzsignDocumentCompleted) GetAObjAttemptOk() (*[]AttemptResponse, bool)

GetAObjAttemptOk returns a tuple with the AObjAttempt field value and a boolean to check if the value has been set.

func (*WebhookEzsignDocumentCompleted) GetObjEzsigndocument ¶

func (o *WebhookEzsignDocumentCompleted) GetObjEzsigndocument() EzsigndocumentResponse

GetObjEzsigndocument returns the ObjEzsigndocument field value

func (*WebhookEzsignDocumentCompleted) GetObjEzsigndocumentOk ¶

func (o *WebhookEzsignDocumentCompleted) GetObjEzsigndocumentOk() (*EzsigndocumentResponse, bool)

GetObjEzsigndocumentOk returns a tuple with the ObjEzsigndocument field value and a boolean to check if the value has been set.

func (*WebhookEzsignDocumentCompleted) GetObjWebhook ¶

GetObjWebhook returns the ObjWebhook field value

func (*WebhookEzsignDocumentCompleted) GetObjWebhookOk ¶

func (o *WebhookEzsignDocumentCompleted) GetObjWebhookOk() (*WebhookResponse, bool)

GetObjWebhookOk returns a tuple with the ObjWebhook field value and a boolean to check if the value has been set.

func (WebhookEzsignDocumentCompleted) MarshalJSON ¶

func (o WebhookEzsignDocumentCompleted) MarshalJSON() ([]byte, error)

func (*WebhookEzsignDocumentCompleted) SetAObjAttempt ¶

func (o *WebhookEzsignDocumentCompleted) SetAObjAttempt(v []AttemptResponse)

SetAObjAttempt sets field value

func (*WebhookEzsignDocumentCompleted) SetObjEzsigndocument ¶

func (o *WebhookEzsignDocumentCompleted) SetObjEzsigndocument(v EzsigndocumentResponse)

SetObjEzsigndocument sets field value

func (*WebhookEzsignDocumentCompleted) SetObjWebhook ¶

func (o *WebhookEzsignDocumentCompleted) SetObjWebhook(v WebhookResponse)

SetObjWebhook sets field value

type WebhookEzsignDocumentCompletedAllOf ¶

type WebhookEzsignDocumentCompletedAllOf struct {
	ObjEzsigndocument EzsigndocumentResponse `json:"objEzsigndocument"`
}

WebhookEzsignDocumentCompletedAllOf struct for WebhookEzsignDocumentCompletedAllOf

func NewWebhookEzsignDocumentCompletedAllOf ¶

func NewWebhookEzsignDocumentCompletedAllOf(objEzsigndocument EzsigndocumentResponse) *WebhookEzsignDocumentCompletedAllOf

NewWebhookEzsignDocumentCompletedAllOf instantiates a new WebhookEzsignDocumentCompletedAllOf 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 NewWebhookEzsignDocumentCompletedAllOfWithDefaults ¶

func NewWebhookEzsignDocumentCompletedAllOfWithDefaults() *WebhookEzsignDocumentCompletedAllOf

NewWebhookEzsignDocumentCompletedAllOfWithDefaults instantiates a new WebhookEzsignDocumentCompletedAllOf 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 (*WebhookEzsignDocumentCompletedAllOf) GetObjEzsigndocument ¶

GetObjEzsigndocument returns the ObjEzsigndocument field value

func (*WebhookEzsignDocumentCompletedAllOf) GetObjEzsigndocumentOk ¶

func (o *WebhookEzsignDocumentCompletedAllOf) GetObjEzsigndocumentOk() (*EzsigndocumentResponse, bool)

GetObjEzsigndocumentOk returns a tuple with the ObjEzsigndocument field value and a boolean to check if the value has been set.

func (WebhookEzsignDocumentCompletedAllOf) MarshalJSON ¶

func (o WebhookEzsignDocumentCompletedAllOf) MarshalJSON() ([]byte, error)

func (*WebhookEzsignDocumentCompletedAllOf) SetObjEzsigndocument ¶

SetObjEzsigndocument sets field value

type WebhookEzsignFolderCompleted ¶

type WebhookEzsignFolderCompleted struct {
	ObjEzsignfolder EzsignfolderResponse `json:"objEzsignfolder"`
	ObjWebhook      WebhookResponse      `json:"objWebhook"`
	// An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
	AObjAttempt []AttemptResponse `json:"a_objAttempt"`
}

WebhookEzsignFolderCompleted This is the base Webhook object

func NewWebhookEzsignFolderCompleted ¶

func NewWebhookEzsignFolderCompleted(objEzsignfolder EzsignfolderResponse, objWebhook WebhookResponse, aObjAttempt []AttemptResponse) *WebhookEzsignFolderCompleted

NewWebhookEzsignFolderCompleted instantiates a new WebhookEzsignFolderCompleted 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 NewWebhookEzsignFolderCompletedWithDefaults ¶

func NewWebhookEzsignFolderCompletedWithDefaults() *WebhookEzsignFolderCompleted

NewWebhookEzsignFolderCompletedWithDefaults instantiates a new WebhookEzsignFolderCompleted 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 (*WebhookEzsignFolderCompleted) GetAObjAttempt ¶

func (o *WebhookEzsignFolderCompleted) GetAObjAttempt() []AttemptResponse

GetAObjAttempt returns the AObjAttempt field value

func (*WebhookEzsignFolderCompleted) GetAObjAttemptOk ¶

func (o *WebhookEzsignFolderCompleted) GetAObjAttemptOk() (*[]AttemptResponse, bool)

GetAObjAttemptOk returns a tuple with the AObjAttempt field value and a boolean to check if the value has been set.

func (*WebhookEzsignFolderCompleted) GetObjEzsignfolder ¶

func (o *WebhookEzsignFolderCompleted) GetObjEzsignfolder() EzsignfolderResponse

GetObjEzsignfolder returns the ObjEzsignfolder field value

func (*WebhookEzsignFolderCompleted) GetObjEzsignfolderOk ¶

func (o *WebhookEzsignFolderCompleted) GetObjEzsignfolderOk() (*EzsignfolderResponse, bool)

GetObjEzsignfolderOk returns a tuple with the ObjEzsignfolder field value and a boolean to check if the value has been set.

func (*WebhookEzsignFolderCompleted) GetObjWebhook ¶

func (o *WebhookEzsignFolderCompleted) GetObjWebhook() WebhookResponse

GetObjWebhook returns the ObjWebhook field value

func (*WebhookEzsignFolderCompleted) GetObjWebhookOk ¶

func (o *WebhookEzsignFolderCompleted) GetObjWebhookOk() (*WebhookResponse, bool)

GetObjWebhookOk returns a tuple with the ObjWebhook field value and a boolean to check if the value has been set.

func (WebhookEzsignFolderCompleted) MarshalJSON ¶

func (o WebhookEzsignFolderCompleted) MarshalJSON() ([]byte, error)

func (*WebhookEzsignFolderCompleted) SetAObjAttempt ¶

func (o *WebhookEzsignFolderCompleted) SetAObjAttempt(v []AttemptResponse)

SetAObjAttempt sets field value

func (*WebhookEzsignFolderCompleted) SetObjEzsignfolder ¶

func (o *WebhookEzsignFolderCompleted) SetObjEzsignfolder(v EzsignfolderResponse)

SetObjEzsignfolder sets field value

func (*WebhookEzsignFolderCompleted) SetObjWebhook ¶

func (o *WebhookEzsignFolderCompleted) SetObjWebhook(v WebhookResponse)

SetObjWebhook sets field value

type WebhookEzsignFolderCompletedAllOf ¶

type WebhookEzsignFolderCompletedAllOf struct {
	ObjEzsignfolder EzsignfolderResponse `json:"objEzsignfolder"`
}

WebhookEzsignFolderCompletedAllOf struct for WebhookEzsignFolderCompletedAllOf

func NewWebhookEzsignFolderCompletedAllOf ¶

func NewWebhookEzsignFolderCompletedAllOf(objEzsignfolder EzsignfolderResponse) *WebhookEzsignFolderCompletedAllOf

NewWebhookEzsignFolderCompletedAllOf instantiates a new WebhookEzsignFolderCompletedAllOf 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 NewWebhookEzsignFolderCompletedAllOfWithDefaults ¶

func NewWebhookEzsignFolderCompletedAllOfWithDefaults() *WebhookEzsignFolderCompletedAllOf

NewWebhookEzsignFolderCompletedAllOfWithDefaults instantiates a new WebhookEzsignFolderCompletedAllOf 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 (*WebhookEzsignFolderCompletedAllOf) GetObjEzsignfolder ¶

GetObjEzsignfolder returns the ObjEzsignfolder field value

func (*WebhookEzsignFolderCompletedAllOf) GetObjEzsignfolderOk ¶

func (o *WebhookEzsignFolderCompletedAllOf) GetObjEzsignfolderOk() (*EzsignfolderResponse, bool)

GetObjEzsignfolderOk returns a tuple with the ObjEzsignfolder field value and a boolean to check if the value has been set.

func (WebhookEzsignFolderCompletedAllOf) MarshalJSON ¶

func (o WebhookEzsignFolderCompletedAllOf) MarshalJSON() ([]byte, error)

func (*WebhookEzsignFolderCompletedAllOf) SetObjEzsignfolder ¶

SetObjEzsignfolder sets field value

type WebhookResponse ¶

type WebhookResponse struct {
	// The Webhook ID. This value is visible in the admin interface.
	PkiWebhookID int32 `json:"pkiWebhookID"`
	// The Module generating the Event.
	EWebhookModule string `json:"eWebhookModule"`
	// This Ezsign Event. This property will be set only if the Module is \"Ezsign\".
	EWebhookEzsignevent *string `json:"eWebhookEzsignevent,omitempty"`
	// The customer code assigned to your account
	PksCustomerCode string `json:"pksCustomerCode"`
	// The url being called
	SWebhookUrl string `json:"sWebhookUrl"`
	// The email that will receive the webhook in case all attempts fail.
	SWebhookEmailfailed string `json:"sWebhookEmailfailed"`
	// This Management Event. This property will be set only if the Module is \"Management\".
	EWebhookManagementevent *string `json:"eWebhookManagementevent,omitempty"`
}

WebhookResponse A webhook object

func NewWebhookResponse ¶

func NewWebhookResponse(pkiWebhookID int32, eWebhookModule string, pksCustomerCode string, sWebhookUrl string, sWebhookEmailfailed string) *WebhookResponse

NewWebhookResponse instantiates a new WebhookResponse 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 NewWebhookResponseWithDefaults ¶

func NewWebhookResponseWithDefaults() *WebhookResponse

NewWebhookResponseWithDefaults instantiates a new WebhookResponse 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 (*WebhookResponse) GetEWebhookEzsignevent ¶

func (o *WebhookResponse) GetEWebhookEzsignevent() string

GetEWebhookEzsignevent returns the EWebhookEzsignevent field value if set, zero value otherwise.

func (*WebhookResponse) GetEWebhookEzsigneventOk ¶

func (o *WebhookResponse) GetEWebhookEzsigneventOk() (*string, bool)

GetEWebhookEzsigneventOk returns a tuple with the EWebhookEzsignevent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WebhookResponse) GetEWebhookManagementevent ¶

func (o *WebhookResponse) GetEWebhookManagementevent() string

GetEWebhookManagementevent returns the EWebhookManagementevent field value if set, zero value otherwise.

func (*WebhookResponse) GetEWebhookManagementeventOk ¶

func (o *WebhookResponse) GetEWebhookManagementeventOk() (*string, bool)

GetEWebhookManagementeventOk returns a tuple with the EWebhookManagementevent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WebhookResponse) GetEWebhookModule ¶

func (o *WebhookResponse) GetEWebhookModule() string

GetEWebhookModule returns the EWebhookModule field value

func (*WebhookResponse) GetEWebhookModuleOk ¶

func (o *WebhookResponse) GetEWebhookModuleOk() (*string, bool)

GetEWebhookModuleOk returns a tuple with the EWebhookModule field value and a boolean to check if the value has been set.

func (*WebhookResponse) GetPkiWebhookID ¶

func (o *WebhookResponse) GetPkiWebhookID() int32

GetPkiWebhookID returns the PkiWebhookID field value

func (*WebhookResponse) GetPkiWebhookIDOk ¶

func (o *WebhookResponse) GetPkiWebhookIDOk() (*int32, bool)

GetPkiWebhookIDOk returns a tuple with the PkiWebhookID field value and a boolean to check if the value has been set.

func (*WebhookResponse) GetPksCustomerCode ¶

func (o *WebhookResponse) GetPksCustomerCode() string

GetPksCustomerCode returns the PksCustomerCode field value

func (*WebhookResponse) GetPksCustomerCodeOk ¶

func (o *WebhookResponse) GetPksCustomerCodeOk() (*string, bool)

GetPksCustomerCodeOk returns a tuple with the PksCustomerCode field value and a boolean to check if the value has been set.

func (*WebhookResponse) GetSWebhookEmailfailed ¶

func (o *WebhookResponse) GetSWebhookEmailfailed() string

GetSWebhookEmailfailed returns the SWebhookEmailfailed field value

func (*WebhookResponse) GetSWebhookEmailfailedOk ¶

func (o *WebhookResponse) GetSWebhookEmailfailedOk() (*string, bool)

GetSWebhookEmailfailedOk returns a tuple with the SWebhookEmailfailed field value and a boolean to check if the value has been set.

func (*WebhookResponse) GetSWebhookUrl ¶

func (o *WebhookResponse) GetSWebhookUrl() string

GetSWebhookUrl returns the SWebhookUrl field value

func (*WebhookResponse) GetSWebhookUrlOk ¶

func (o *WebhookResponse) GetSWebhookUrlOk() (*string, bool)

GetSWebhookUrlOk returns a tuple with the SWebhookUrl field value and a boolean to check if the value has been set.

func (*WebhookResponse) HasEWebhookEzsignevent ¶

func (o *WebhookResponse) HasEWebhookEzsignevent() bool

HasEWebhookEzsignevent returns a boolean if a field has been set.

func (*WebhookResponse) HasEWebhookManagementevent ¶

func (o *WebhookResponse) HasEWebhookManagementevent() bool

HasEWebhookManagementevent returns a boolean if a field has been set.

func (WebhookResponse) MarshalJSON ¶

func (o WebhookResponse) MarshalJSON() ([]byte, error)

func (*WebhookResponse) SetEWebhookEzsignevent ¶

func (o *WebhookResponse) SetEWebhookEzsignevent(v string)

SetEWebhookEzsignevent gets a reference to the given string and assigns it to the EWebhookEzsignevent field.

func (*WebhookResponse) SetEWebhookManagementevent ¶

func (o *WebhookResponse) SetEWebhookManagementevent(v string)

SetEWebhookManagementevent gets a reference to the given string and assigns it to the EWebhookManagementevent field.

func (*WebhookResponse) SetEWebhookModule ¶

func (o *WebhookResponse) SetEWebhookModule(v string)

SetEWebhookModule sets field value

func (*WebhookResponse) SetPkiWebhookID ¶

func (o *WebhookResponse) SetPkiWebhookID(v int32)

SetPkiWebhookID sets field value

func (*WebhookResponse) SetPksCustomerCode ¶

func (o *WebhookResponse) SetPksCustomerCode(v string)

SetPksCustomerCode sets field value

func (*WebhookResponse) SetSWebhookEmailfailed ¶

func (o *WebhookResponse) SetSWebhookEmailfailed(v string)

SetSWebhookEmailfailed sets field value

func (*WebhookResponse) SetSWebhookUrl ¶

func (o *WebhookResponse) SetSWebhookUrl(v string)

SetSWebhookUrl sets field value

type WebhookUserUserCreated ¶

type WebhookUserUserCreated struct {
	ObjUser    UserResponse    `json:"objUser"`
	ObjWebhook WebhookResponse `json:"objWebhook"`
	// An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
	AObjAttempt []AttemptResponse `json:"a_objAttempt"`
}

WebhookUserUserCreated This is the base Webhook object

func NewWebhookUserUserCreated ¶

func NewWebhookUserUserCreated(objUser UserResponse, objWebhook WebhookResponse, aObjAttempt []AttemptResponse) *WebhookUserUserCreated

NewWebhookUserUserCreated instantiates a new WebhookUserUserCreated 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 NewWebhookUserUserCreatedWithDefaults ¶

func NewWebhookUserUserCreatedWithDefaults() *WebhookUserUserCreated

NewWebhookUserUserCreatedWithDefaults instantiates a new WebhookUserUserCreated 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 (*WebhookUserUserCreated) GetAObjAttempt ¶

func (o *WebhookUserUserCreated) GetAObjAttempt() []AttemptResponse

GetAObjAttempt returns the AObjAttempt field value

func (*WebhookUserUserCreated) GetAObjAttemptOk ¶

func (o *WebhookUserUserCreated) GetAObjAttemptOk() (*[]AttemptResponse, bool)

GetAObjAttemptOk returns a tuple with the AObjAttempt field value and a boolean to check if the value has been set.

func (*WebhookUserUserCreated) GetObjUser ¶

func (o *WebhookUserUserCreated) GetObjUser() UserResponse

GetObjUser returns the ObjUser field value

func (*WebhookUserUserCreated) GetObjUserOk ¶

func (o *WebhookUserUserCreated) GetObjUserOk() (*UserResponse, bool)

GetObjUserOk returns a tuple with the ObjUser field value and a boolean to check if the value has been set.

func (*WebhookUserUserCreated) GetObjWebhook ¶

func (o *WebhookUserUserCreated) GetObjWebhook() WebhookResponse

GetObjWebhook returns the ObjWebhook field value

func (*WebhookUserUserCreated) GetObjWebhookOk ¶

func (o *WebhookUserUserCreated) GetObjWebhookOk() (*WebhookResponse, bool)

GetObjWebhookOk returns a tuple with the ObjWebhook field value and a boolean to check if the value has been set.

func (WebhookUserUserCreated) MarshalJSON ¶

func (o WebhookUserUserCreated) MarshalJSON() ([]byte, error)

func (*WebhookUserUserCreated) SetAObjAttempt ¶

func (o *WebhookUserUserCreated) SetAObjAttempt(v []AttemptResponse)

SetAObjAttempt sets field value

func (*WebhookUserUserCreated) SetObjUser ¶

func (o *WebhookUserUserCreated) SetObjUser(v UserResponse)

SetObjUser sets field value

func (*WebhookUserUserCreated) SetObjWebhook ¶

func (o *WebhookUserUserCreated) SetObjWebhook(v WebhookResponse)

SetObjWebhook sets field value

type WebhookUserUserCreatedAllOf ¶

type WebhookUserUserCreatedAllOf struct {
	ObjUser UserResponse `json:"objUser"`
}

WebhookUserUserCreatedAllOf struct for WebhookUserUserCreatedAllOf

func NewWebhookUserUserCreatedAllOf ¶

func NewWebhookUserUserCreatedAllOf(objUser UserResponse) *WebhookUserUserCreatedAllOf

NewWebhookUserUserCreatedAllOf instantiates a new WebhookUserUserCreatedAllOf 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 NewWebhookUserUserCreatedAllOfWithDefaults ¶

func NewWebhookUserUserCreatedAllOfWithDefaults() *WebhookUserUserCreatedAllOf

NewWebhookUserUserCreatedAllOfWithDefaults instantiates a new WebhookUserUserCreatedAllOf 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 (*WebhookUserUserCreatedAllOf) GetObjUser ¶

func (o *WebhookUserUserCreatedAllOf) GetObjUser() UserResponse

GetObjUser returns the ObjUser field value

func (*WebhookUserUserCreatedAllOf) GetObjUserOk ¶

func (o *WebhookUserUserCreatedAllOf) GetObjUserOk() (*UserResponse, bool)

GetObjUserOk returns a tuple with the ObjUser field value and a boolean to check if the value has been set.

func (WebhookUserUserCreatedAllOf) MarshalJSON ¶

func (o WebhookUserUserCreatedAllOf) MarshalJSON() ([]byte, error)

func (*WebhookUserUserCreatedAllOf) SetObjUser ¶

func (o *WebhookUserUserCreatedAllOf) SetObjUser(v UserResponse)

SetObjUser sets field value

type WebsiteRequest ¶

type WebsiteRequest struct {
	// The unique ID of the Websitetype.  Valid values:  |Value|Description| |-|-| |1|Website| |2|Twitter| |3|Facebook| |4|Survey|
	FkiWebsitetypeID int32 `json:"fkiWebsitetypeID"`
	// The URL of the website.
	SWebsiteAddress string `json:"sWebsiteAddress"`
}

WebsiteRequest A Website Object

func NewWebsiteRequest ¶

func NewWebsiteRequest(fkiWebsitetypeID int32, sWebsiteAddress string) *WebsiteRequest

NewWebsiteRequest instantiates a new WebsiteRequest 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 NewWebsiteRequestWithDefaults ¶

func NewWebsiteRequestWithDefaults() *WebsiteRequest

NewWebsiteRequestWithDefaults instantiates a new WebsiteRequest 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 (*WebsiteRequest) GetFkiWebsitetypeID ¶

func (o *WebsiteRequest) GetFkiWebsitetypeID() int32

GetFkiWebsitetypeID returns the FkiWebsitetypeID field value

func (*WebsiteRequest) GetFkiWebsitetypeIDOk ¶

func (o *WebsiteRequest) GetFkiWebsitetypeIDOk() (*int32, bool)

GetFkiWebsitetypeIDOk returns a tuple with the FkiWebsitetypeID field value and a boolean to check if the value has been set.

func (*WebsiteRequest) GetSWebsiteAddress ¶

func (o *WebsiteRequest) GetSWebsiteAddress() string

GetSWebsiteAddress returns the SWebsiteAddress field value

func (*WebsiteRequest) GetSWebsiteAddressOk ¶

func (o *WebsiteRequest) GetSWebsiteAddressOk() (*string, bool)

GetSWebsiteAddressOk returns a tuple with the SWebsiteAddress field value and a boolean to check if the value has been set.

func (WebsiteRequest) MarshalJSON ¶

func (o WebsiteRequest) MarshalJSON() ([]byte, error)

func (*WebsiteRequest) SetFkiWebsitetypeID ¶

func (o *WebsiteRequest) SetFkiWebsitetypeID(v int32)

SetFkiWebsitetypeID sets field value

func (*WebsiteRequest) SetSWebsiteAddress ¶

func (o *WebsiteRequest) SetSWebsiteAddress(v string)

SetSWebsiteAddress sets field value

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL