Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 429 Bytes

Bill.md

File metadata and controls

19 lines (12 loc) · 429 Bytes

XeroRuby::Accounting::Bill

Properties

Name Type Description Notes
day Integer Day of Month (0-31) [optional]
type PaymentTermType [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Bill.new(day: null,
                                 type: null)