Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 556 Bytes

EzsignfoldersignerassociationRequestPatch.md

File metadata and controls

26 lines (16 loc) · 556 Bytes

EzmaxApi::EzsignfoldersignerassociationRequestPatch

Properties

Name Type Description Notes
t_ezsignfoldersignerassociation_message String A custom text message that will be added to the email sent. [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignfoldersignerassociationRequestPatch.new(
  t_ezsignfoldersignerassociation_message: Hi John,

This is the document I need you to review.

Could you sign it before Monday please.

Best Regards.

Mary
)