Name | Type | Description | Notes |
---|---|---|---|
day | Integer | Day of Month (0-31) | [optional] |
type | PaymentTermType | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Bill.new(day: null,
type: null)
Name | Type | Description | Notes |
---|---|---|---|
day | Integer | Day of Month (0-31) | [optional] |
type | PaymentTermType | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Bill.new(day: null,
type: null)