Sha256: 93313efe406ff6b9b12ca6ad36f1fb3485953ce609dea0a4f35011f76fcfdaf4

Contents?: true

Size: 256 Bytes

Versions: 11

Compression:

Stored size: 256 Bytes

Contents

module Billogram
  class InvoiceDefaults < Resource
    attr_accessor :default_message, :default_interest_rate, :default_reminder_fee,
      :default_invoice_fee

    relation :automatic_reminders, :many
    relation :automatic_collection, :many
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
billogram-0.6.5 lib/billogram/resources/invoice_defaults.rb
billogram-0.6.4 lib/billogram/resources/invoice_defaults.rb
billogram-0.6.3 lib/billogram/resources/invoice_defaults.rb
billogram-0.6.2 lib/billogram/resources/invoice_defaults.rb
billogram-0.6.1 lib/billogram/resources/invoice_defaults.rb
billogram-0.6.0 lib/billogram/resources/invoice_defaults.rb
billogram-0.5.6 lib/billogram/resources/invoice_defaults.rb
billogram-0.5.5 lib/billogram/resources/invoice_defaults.rb
billogram-0.5.4 lib/billogram/resources/invoice_defaults.rb
billogram-0.5.3 lib/billogram/resources/invoice_defaults.rb
billogram-0.5.2 lib/billogram/resources/invoice_defaults.rb