Sha256: 9b748742d251c5aece2562b2bb0b2f1192f959da1e7924b24bde4d5a28781a53

Contents?: true

Size: 1.28 KB

Versions: 4

Compression:

Stored size: 1.28 KB

Contents

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

      class PaymentMethodPlugin

        include com.ning.billing.payment.api.PaymentMethodPlugin

        attr_reader :external_payment_method_id, :is_default_payment_method, :properties, :value_string, :type, :cc_name, :cc_type, :cc_expiration_month, :cc_expiration_year, :cc_last4, :address1, :address2, :city, :state, :zip, :country

        def initialize(external_payment_method_id, is_default_payment_method, properties, value_string, type, cc_name, cc_type, cc_expiration_month, cc_expiration_year, cc_last4, address1, address2, city, state, zip, country)
          @external_payment_method_id = external_payment_method_id
          @is_default_payment_method = is_default_payment_method
          @properties = properties
          @value_string = value_string
          @type = type
          @cc_name = cc_name
          @cc_type = cc_type
          @cc_expiration_month = cc_expiration_month
          @cc_expiration_year = cc_expiration_year
          @cc_last4 = cc_last4
          @address1 = address1
          @address2 = address2
          @city = city
          @state = state
          @zip = zip
          @country = country
        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_method_plugin.rb
killbill-1.0.18 lib/killbill/gen/payment_method_plugin.rb
killbill-1.0.17 lib/killbill/gen/payment_method_plugin.rb
killbill-1.0.16 lib/killbill/gen/payment_method_plugin.rb