Sha256: 645a30c6cd8e86defa8bd004b627ab92a16c9becd6bb3b905e48312d1240a7c1

Contents?: true

Size: 220 Bytes

Versions: 21

Compression:

Stored size: 220 Bytes

Contents

module Zuora
  class PaymentMethod < ZObject

    exclude_query_attributes :achAccountNumber, :creditCardNumber, :creditCardSecurityCode

    def account
      @account ||= Account.find(self.accountId)
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
active_zuora-1.5.2 lib/active_zuora/payment_method.rb
active_zuora-1.5.1 lib/active_zuora/payment_method.rb
active_zuora-1.5.0 lib/active_zuora/payment_method.rb
active_zuora-1.4.21 lib/active_zuora/payment_method.rb
active_zuora-1.4.20 lib/active_zuora/payment_method.rb
active_zuora-1.4.19 lib/active_zuora/payment_method.rb
active_zuora-1.4.18 lib/active_zuora/payment_method.rb
active_zuora-1.4.17 lib/active_zuora/payment_method.rb
active_zuora-1.4.16 lib/active_zuora/payment_method.rb
active_zuora-1.4.15 lib/active_zuora/payment_method.rb
active_zuora-1.4.13 lib/active_zuora/payment_method.rb
active_zuora-1.4.12 lib/active_zuora/payment_method.rb
active_zuora-1.4.11 lib/active_zuora/payment_method.rb
active_zuora-1.4.8 lib/active_zuora/payment_method.rb
active_zuora-1.4.7 lib/active_zuora/payment_method.rb
active_zuora-1.4.6 lib/active_zuora/payment_method.rb
active_zuora-1.4.5 lib/active_zuora/payment_method.rb
active_zuora-1.4.4 lib/active_zuora/payment_method.rb
active_zuora-1.4.2 lib/active_zuora/payment_method.rb
active_zuora-1.4.1 lib/active_zuora/payment_method.rb