Class: Kaui::Invoice

Inherits:
KillBillClient::Model::Invoice
  • Object
show all
Defined in:
app/models/kaui/invoice.rb

Instance Method Summary collapse

Instance Method Details

#credit_adjustment_to_moneyObject



13
14
15
# File 'app/models/kaui/invoice.rb', line 13

def credit_adjustment_to_money
  Kaui::Base.to_money(credit_adj, currency)
end

#refund_adjustment_to_moneyObject



9
10
11
# File 'app/models/kaui/invoice.rb', line 9

def refund_adjustment_to_money
  Kaui::Base.to_money(refund_adj, currency)
end