Sha256: 330da948d169148c1328fa3a40d2a82a4cd1a09feac6118d320d444965d8246d

Contents?: true

Size: 349 Bytes

Versions: 60

Compression:

Stored size: 349 Bytes

Contents

require 'spec_helper'

describe NetSuite::Records::CustomerRefundApply do
  let(:apply) { NetSuite::Records::CustomerRefundApply.new }

  it 'has all the right fields' do
    [
      :amount, :apply, :apply_date, :currency, :doc, :due, :line, :ref_num, :total, :type
    ].each do |field|
      expect(apply).to have_field(field)
    end
  end

end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
netsuite-0.9.3 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.9.2 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.9.1 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.9.0 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.12 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.11 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.10 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.9 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.8 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.7 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.6 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.5 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.4 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.3 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.2 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.1 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.8.0 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.7.9 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.7.8 spec/netsuite/records/customer_refund_apply_spec.rb
netsuite-0.7.7 spec/netsuite/records/customer_refund_apply_spec.rb