Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 929 Bytes

PaymenttermRequest.md

File metadata and controls

28 lines (22 loc) · 929 Bytes

EzmaxApi::PaymenttermRequest

Properties

Name Type Description Notes
pki_paymentterm_id Integer The unique ID of the Paymentterm [optional]
s_paymentterm_code String The code of the Paymentterm
e_paymentterm_type FieldEPaymenttermType
i_paymentterm_day Integer The day of the Paymentterm
obj_paymentterm_description MultilingualPaymenttermDescription
b_paymentterm_isactive Boolean Whether the Paymentterm is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::PaymenttermRequest.new(
  pki_paymentterm_id: 46,
  s_paymentterm_code: 0030,
  e_paymentterm_type: null,
  i_paymentterm_day: 30,
  obj_paymentterm_description: null,
  b_paymentterm_isactive: true
)