Sha256: 4998b2c11b01ec4c2b6bb2698c52fe5d8a7f37d1db4b1eeee03a3cb60d9eb753

Contents?: true

Size: 543 Bytes

Versions: 15

Compression:

Stored size: 543 Bytes

Contents

module Killbill
  module Plugin

    class PaymentMethodResponseInternal

      attr_reader :kb_account_id,
                  :kb_payment_method_id,
                  :is_default,
                  :external_payment_method_id

      def initialize(kb_account_id, kb_payment_method_id, is_default, external_payment_method_id)
        @kb_account_id = kb_account_id
        @kb_payment_method_id = kb_payment_method_id
        @is_default = is_default
        @external_payment_method_id = external_payment_method_id
      end

    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
killbill-1.0.15 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.14 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.13 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.12 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.11 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.10 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.9 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.8 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.7 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.6 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.5 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.4 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.3 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.2 lib/killbill/response/payment_method_response_internal.rb
killbill-1.0.1 lib/killbill/response/payment_method_response_internal.rb