Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 389 Bytes

File metadata and controls

18 lines (12 loc) · 389 Bytes

EzmaxApi::BillingentityexternalGenerateFederationTokenV1Request

Properties

Name Type Description Notes
fks_ezmaxcustomer_code String The Ezmaxcustomer code

Example

require 'Ezmaxapi'

instance = EzmaxApi::BillingentityexternalGenerateFederationTokenV1Request.new(
  fks_ezmaxcustomer_code: demo
)