Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

File metadata and controls

20 lines (14 loc) · 524 Bytes

EzmaxApi::MultilingualBrandingDescription

Properties

Name Type Description Notes
s_branding_description1 String The description of the Branding in French [optional]
s_branding_description2 String The description of the Branding in English [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::MultilingualBrandingDescription.new(
  s_branding_description1: Compagnie X,
  s_branding_description2: Company X
)