Name | Type | Description | Notes |
---|---|---|---|
total | String | Total | [optional] |
page | String | Page | [optional] |
payment_term_list | Array<PaymentTerm> | Array of PaymentTerms | [optional] |
require 'DearInventoryRuby'
instance = DearInventoryRuby::PaymentTerms.new(total: nil,
page: nil,
payment_term_list: nil)