Class: Billogram::InvoiceDefaults

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/invoice_defaults.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#automatic_reminders_minimum_principal_sumObject

Returns the value of attribute automatic_reminders_minimum_principal_sum.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def automatic_reminders_minimum_principal_sum
  @automatic_reminders_minimum_principal_sum
end

#automatic_writeoffObject

Returns the value of attribute automatic_writeoff.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def automatic_writeoff
  @automatic_writeoff
end

#default_interest_rateObject

Returns the value of attribute default_interest_rate.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def default_interest_rate
  @default_interest_rate
end

#default_invoice_feeObject

Returns the value of attribute default_invoice_fee.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def default_invoice_fee
  @default_invoice_fee
end

#default_messageObject

Returns the value of attribute default_message.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def default_message
  @default_message
end

#default_reminder_feeObject

Returns the value of attribute default_reminder_fee.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def default_reminder_fee
  @default_reminder_fee
end

#pdfObject

Returns the value of attribute pdf.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def pdf
  @pdf
end

#reminders_without_feeObject

Returns the value of attribute reminders_without_fee.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def reminders_without_fee
  @reminders_without_fee
end

#show_item_gross_pricesObject

Returns the value of attribute show_item_gross_prices.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def show_item_gross_prices
  @show_item_gross_prices
end

#show_new_account_noticeObject

Returns the value of attribute show_new_account_notice.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def 
  @show_new_account_notice
end

#use_automatic_reminders_partly_paidObject

Returns the value of attribute use_automatic_reminders_partly_paid.



5
6
7
# File 'lib/billogram/resources/invoice_defaults.rb', line 5

def use_automatic_reminders_partly_paid
  @use_automatic_reminders_partly_paid
end