Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 562 Bytes

PaymentTerms.md

File metadata and controls

21 lines (14 loc) · 562 Bytes

DearInventoryRuby::PaymentTerms

Properties

Name Type Description Notes
total String Total [optional]
page String Page [optional]
payment_term_list Array<PaymentTerm> Array of PaymentTerms [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::PaymentTerms.new(total: nil,
                                 page: nil,
                                 payment_term_list: nil)