Sha256: 9ff6cfd0954006c833d233b51ccb0d3b1b89ee6c09020425a8ac280aefdad99e
Contents?: true
Size: 1.39 KB
Versions: 4
Compression:
Stored size: 1.39 KB
Contents
# # Ruby classes automatically generated from java classes-- don't edit # module Killbill module Plugin module Model class Payment include com.ning.billing.payment.api.Payment attr_reader :id, :created_date, :updated_date, :account_id, :invoice_id, :payment_method_id, :payment_number, :amount, :paid_amount, :effective_date, :currency, :payment_status, :attempts, :ext_first_payment_id_ref, :ext_second_payment_id_ref, :payment_info_plugin def initialize(id, created_date, updated_date, account_id, invoice_id, payment_method_id, payment_number, amount, paid_amount, effective_date, currency, payment_status, attempts, ext_first_payment_id_ref, ext_second_payment_id_ref, payment_info_plugin) @id = id @created_date = created_date @updated_date = updated_date @account_id = account_id @invoice_id = invoice_id @payment_method_id = payment_method_id @payment_number = payment_number @amount = amount @paid_amount = paid_amount @effective_date = effective_date @currency = currency @payment_status = payment_status @attempts = attempts @ext_first_payment_id_ref = ext_first_payment_id_ref @ext_second_payment_id_ref = ext_second_payment_id_ref @payment_info_plugin = payment_info_plugin end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
killbill-1.0.19 | lib/killbill/gen/payment.rb |
killbill-1.0.18 | lib/killbill/gen/payment.rb |
killbill-1.0.17 | lib/killbill/gen/payment.rb |
killbill-1.0.16 | lib/killbill/gen/payment.rb |