Class: ActiveNetsuite::CustomerPaymentDeposit

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comCustomerPaymentDeposit

apply - SOAP::SOAPBoolean
doc - SOAP::SOAPLong
line - SOAP::SOAPLong
depositDate - SOAP::SOAPDateTime
refNum - SOAP::SOAPString
total - SOAP::SOAPDouble
remaining - SOAP::SOAPDouble
currency - SOAP::SOAPString
amount - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apply = nil, doc = nil, line = nil, depositDate = nil, refNum = nil, total = nil, remaining = nil, currency = nil, amount = nil) ⇒ CustomerPaymentDeposit

Returns a new instance of CustomerPaymentDeposit.



57825
57826
57827
57828
57829
57830
57831
57832
57833
57834
57835
# File 'lib/activenetsuite/soap/default.rb', line 57825

def initialize(apply = nil, doc = nil, line = nil, depositDate = nil, refNum = nil, total = nil, remaining = nil, currency = nil, amount = nil)
  @apply = apply
  @doc = doc
  @line = line
  @depositDate = depositDate
  @refNum = refNum
  @total = total
  @remaining = remaining
  @currency = currency
  @amount = amount
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



57823
57824
57825
# File 'lib/activenetsuite/soap/default.rb', line 57823

def amount
  @amount
end

#applyObject

Returns the value of attribute apply.



57815
57816
57817
# File 'lib/activenetsuite/soap/default.rb', line 57815

def apply
  @apply
end

#currencyObject

Returns the value of attribute currency.



57822
57823
57824
# File 'lib/activenetsuite/soap/default.rb', line 57822

def currency
  @currency
end

#depositDateObject

Returns the value of attribute depositDate.



57818
57819
57820
# File 'lib/activenetsuite/soap/default.rb', line 57818

def depositDate
  @depositDate
end

#docObject

Returns the value of attribute doc.



57816
57817
57818
# File 'lib/activenetsuite/soap/default.rb', line 57816

def doc
  @doc
end

#lineObject

Returns the value of attribute line.



57817
57818
57819
# File 'lib/activenetsuite/soap/default.rb', line 57817

def line
  @line
end

#refNumObject

Returns the value of attribute refNum.



57819
57820
57821
# File 'lib/activenetsuite/soap/default.rb', line 57819

def refNum
  @refNum
end

#remainingObject

Returns the value of attribute remaining.



57821
57822
57823
# File 'lib/activenetsuite/soap/default.rb', line 57821

def remaining
  @remaining
end

#totalObject

Returns the value of attribute total.



57820
57821
57822
# File 'lib/activenetsuite/soap/default.rb', line 57820

def total
  @total
end