Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 301 Bytes

LicensePatch.md

File metadata and controls

18 lines (12 loc) · 301 Bytes

Synctera::LicensePatch

Properties

Name Type Description Notes
license_number String The entity's license number

Example

require 'synctera'

instance = Synctera::LicensePatch.new(
  license_number: 10321
)