Sha256: 6114c3648cb855e21ddc20114c3dca553382997cdf749d2714518ab1d03afa52

Contents?: true

Size: 958 Bytes

Versions: 4

Compression:

Stored size: 958 Bytes

Contents

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

      class PaymentInfoPlugin

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

        attr_reader :amount, :created_date, :effective_date, :status, :gateway_error, :gateway_error_code, :first_payment_reference_id, :second_payment_reference_id

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