ContractQueryPositionmetricsSignatoryLocationsActionLocationsResponse.go 958 B

12345678910111213141516171819
  1. package common
  2. type ContractQueryPositionmetricsSignatoryLocationsActionLocationsResponse struct {
  3. // 【签署节点正文坐标位置总数】签署节点正文坐标位置总数
  4. CoordinateRect *int64 `json:"coordinateRect,omitempty"`
  5. // 【签署节点正文关键字位置总数】签署节点正文关键字位置总数
  6. KeywordRect *int64 `json:"keywordRect,omitempty"`
  7. // 【签署节点骑缝位置总数】签署节点骑缝位置总数
  8. AcrossRect *int64 `json:"acrossRect,omitempty"`
  9. // 【签署节点id】签署节点id
  10. Id string `json:"id,omitempty"`
  11. // 【签署节点类型】签署节点类型
  12. Type_ string `json:"type,omitempty"`
  13. // 【签署节点名称】签署节点名称
  14. Name string `json:"name,omitempty"`
  15. // 【多份签署文档位置信息】多份签署文档位置信息
  16. DocumentLocation []*ContractQueryPositionmetricsSignatoryLocationsActionLocationsDocumentLocationResponse `json:"documentLocation,omitempty"`
  17. }