class DaisybillApi::Models::Bill

Public Instance Methods

write_off() click to toggle source
# File lib/daisybill_api/models/bill.rb, line 44
def write_off
  @written_off = send_data :post, write_off_path
end

Private Instance Methods

write_off_path() click to toggle source
# File lib/daisybill_api/models/bill.rb, line 50
def write_off_path
  "#{show_path}/write_off"
end