Class: ActiveNetsuite::CustomerPaymentCredit

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.comCustomerPaymentCredit

apply - SOAP::SOAPBoolean
doc - SOAP::SOAPLong
line - SOAP::SOAPLong
creditDate - SOAP::SOAPDateTime
type - SOAP::SOAPString
refNum - SOAP::SOAPString
appliedTo - SOAP::SOAPString
total - SOAP::SOAPDouble
due - 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, creditDate = nil, type = nil, refNum = nil, appliedTo = nil, total = nil, due = nil, currency = nil, amount = nil) ⇒ CustomerPaymentCredit

Returns a new instance of CustomerPaymentCredit.



57763
57764
57765
57766
57767
57768
57769
57770
57771
57772
57773
57774
57775
# File 'lib/activenetsuite/soap/default.rb', line 57763

def initialize(apply = nil, doc = nil, line = nil, creditDate = nil, type = nil, refNum = nil, appliedTo = nil, total = nil, due = nil, currency = nil, amount = nil)
  @apply = apply
  @doc = doc
  @line = line
  @creditDate = creditDate
  @type = type
  @refNum = refNum
  @appliedTo = appliedTo
  @total = total
  @due = due
  @currency = currency
  @amount = amount
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



57761
57762
57763
# File 'lib/activenetsuite/soap/default.rb', line 57761

def amount
  @amount
end

#appliedToObject

Returns the value of attribute appliedTo.



57757
57758
57759
# File 'lib/activenetsuite/soap/default.rb', line 57757

def appliedTo
  @appliedTo
end

#applyObject

Returns the value of attribute apply.



57751
57752
57753
# File 'lib/activenetsuite/soap/default.rb', line 57751

def apply
  @apply
end

#creditDateObject

Returns the value of attribute creditDate.



57754
57755
57756
# File 'lib/activenetsuite/soap/default.rb', line 57754

def creditDate
  @creditDate
end

#currencyObject

Returns the value of attribute currency.



57760
57761
57762
# File 'lib/activenetsuite/soap/default.rb', line 57760

def currency
  @currency
end

#docObject

Returns the value of attribute doc.



57752
57753
57754
# File 'lib/activenetsuite/soap/default.rb', line 57752

def doc
  @doc
end

#dueObject

Returns the value of attribute due.



57759
57760
57761
# File 'lib/activenetsuite/soap/default.rb', line 57759

def due
  @due
end

#lineObject

Returns the value of attribute line.



57753
57754
57755
# File 'lib/activenetsuite/soap/default.rb', line 57753

def line
  @line
end

#refNumObject

Returns the value of attribute refNum.



57756
57757
57758
# File 'lib/activenetsuite/soap/default.rb', line 57756

def refNum
  @refNum
end

#totalObject

Returns the value of attribute total.



57758
57759
57760
# File 'lib/activenetsuite/soap/default.rb', line 57758

def total
  @total
end

#typeObject

Returns the value of attribute type.



57755
57756
57757
# File 'lib/activenetsuite/soap/default.rb', line 57755

def type
  @type
end