Sha256: 534c30e3de704cc505c47db4f284aa34a64c594db1a223a727f75cd4292dc243

Contents?: true

Size: 841 Bytes

Versions: 4

Compression:

Stored size: 841 Bytes

Contents

#
# Ruby classes automatically generated from java classes-- don't edit
#
module Killbill
  module Plugin
    module Model

      class Refund

        include com.ning.billing.payment.api.Refund

        attr_reader :id, :created_date, :updated_date, :payment_id, :is_adjusted, :refund_amount, :currency, :effective_date, :plugin_detail

        def initialize(id, created_date, updated_date, payment_id, is_adjusted, refund_amount, currency, effective_date, plugin_detail)
          @id = id
          @created_date = created_date
          @updated_date = updated_date
          @payment_id = payment_id
          @is_adjusted = is_adjusted
          @refund_amount = refund_amount
          @currency = currency
          @effective_date = effective_date
          @plugin_detail = plugin_detail
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
killbill-1.0.19 lib/killbill/gen/refund.rb
killbill-1.0.18 lib/killbill/gen/refund.rb
killbill-1.0.17 lib/killbill/gen/refund.rb
killbill-1.0.16 lib/killbill/gen/refund.rb