Sha256: e31daf3569667d6549c8b7de79fc0f32f571e5d27dc7766948b7998f8906e2c2

Contents?: true

Size: 772 Bytes

Versions: 4

Compression:

Stored size: 772 Bytes

Contents

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

      class RefundInfoPlugin

        include com.ning.billing.payment.plugin.api.RefundInfoPlugin

        attr_reader :amount, :created_date, :effective_date, :status, :gateway_error, :gateway_error_code, :reference_id

        def initialize(amount, created_date, effective_date, status, gateway_error, gateway_error_code, reference_id)
          @amount = amount
          @created_date = created_date
          @effective_date = effective_date
          @status = status
          @gateway_error = gateway_error
          @gateway_error_code = gateway_error_code
          @reference_id = reference_id
        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_info_plugin.rb
killbill-1.0.18 lib/killbill/gen/refund_info_plugin.rb
killbill-1.0.17 lib/killbill/gen/refund_info_plugin.rb
killbill-1.0.16 lib/killbill/gen/refund_info_plugin.rb