Sha256: 843138f2ccfffe3bc7aa31f7087c7e1f7982714c9d2245aef4508307fa0d2b90

Contents?: true

Size: 265 Bytes

Versions: 22

Compression:

Stored size: 265 Bytes

Contents

module NetSuite
  module Records
    class DepositPaymentList < Support::Sublist
      include Namespaces::TranBank

      sublist :deposit_payment, DepositPayment

      # legacy support
      def payments
        self.deposit_payment
      end

    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
netsuite-0.7.1 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.7.0 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.9 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.8 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.7 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.6 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.5 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.4 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.3 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.2 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.1 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.6.0 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.9 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.8 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.7 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.6 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.5 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.4 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.3 lib/netsuite/records/deposit_payment_list.rb
netsuite-0.5.2 lib/netsuite/records/deposit_payment_list.rb