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

#default_interest_rateObject

Returns the value of attribute default_interest_rate.



3
4
5
# File 'lib/billogram/resources/invoice_defaults.rb', line 3

def default_interest_rate
  @default_interest_rate
end

#default_invoice_feeObject

Returns the value of attribute default_invoice_fee.



3
4
5
# File 'lib/billogram/resources/invoice_defaults.rb', line 3

def default_invoice_fee
  @default_invoice_fee
end

#default_messageObject

Returns the value of attribute default_message.



3
4
5
# File 'lib/billogram/resources/invoice_defaults.rb', line 3

def default_message
  @default_message
end

#default_reminder_feeObject

Returns the value of attribute default_reminder_fee.



3
4
5
# File 'lib/billogram/resources/invoice_defaults.rb', line 3

def default_reminder_fee
  @default_reminder_fee
end