EzmaxApi::SignatureRequest Properties Name Type Description Notes pki_signature_id Integer The unique ID of the Signature [optional] fki_font_id Integer The unique ID of the Font e_signature_preference FieldESignaturePreference t_signature_svg String The svg of the Signature [optional] t_signature_svginitials String The svg of the Initials [optional] Example require 'Ezmaxapi' instance = EzmaxApi::SignatureRequest.new( pki_signature_id: 12, fki_font_id: 1, e_signature_preference: null, t_signature_svg: {"$ref":"#/components/examples/Svg/value"}, t_signature_svginitials: {"$ref":"#/components/examples/Svg/value"} )