Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 412 Bytes

File metadata and controls

20 lines (14 loc) · 412 Bytes

EzmaxApi::DomainRequestCompound

Properties

Name Type Description Notes
pki_domain_id Integer The unique ID of the Domain [optional]
s_domain_name String The name of the Domain

Example

require 'Ezmaxapi'

instance = EzmaxApi::DomainRequestCompound.new(
  pki_domain_id: 96,
  s_domain_name: ezsign.ca
)