Class: ActiveNetsuite::VendorCreditApply

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

Overview

urn:purchases_2013_2urn:purchases_2013_2.transactionsurn:purchases_2013_2.transactions.webservicesurn:purchases_2013_2.transactions.webservices.netsuiteurn:purchases_2013_2.transactions.webservices.netsuite.comVendorCreditApply

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

Returns a new instance of VendorCreditApply.



57147
57148
57149
57150
57151
57152
57153
57154
57155
57156
57157
57158
# File 'lib/activenetsuite/soap/default.rb', line 57147

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

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



57145
57146
57147
# File 'lib/activenetsuite/soap/default.rb', line 57145

def amount
  @amount
end

#applyObject

Returns the value of attribute apply.



57136
57137
57138
# File 'lib/activenetsuite/soap/default.rb', line 57136

def apply
  @apply
end

#applyDateObject

Returns the value of attribute applyDate.



57137
57138
57139
# File 'lib/activenetsuite/soap/default.rb', line 57137

def applyDate
  @applyDate
end

#currencyObject

Returns the value of attribute currency.



57144
57145
57146
# File 'lib/activenetsuite/soap/default.rb', line 57144

def currency
  @currency
end

#docObject

Returns the value of attribute doc.



57138
57139
57140
# File 'lib/activenetsuite/soap/default.rb', line 57138

def doc
  @doc
end

#dueObject

Returns the value of attribute due.



57143
57144
57145
# File 'lib/activenetsuite/soap/default.rb', line 57143

def due
  @due
end

#lineObject

Returns the value of attribute line.



57139
57140
57141
# File 'lib/activenetsuite/soap/default.rb', line 57139

def line
  @line
end

#refNumObject

Returns the value of attribute refNum.



57141
57142
57143
# File 'lib/activenetsuite/soap/default.rb', line 57141

def refNum
  @refNum
end

#totalObject

Returns the value of attribute total.



57142
57143
57144
# File 'lib/activenetsuite/soap/default.rb', line 57142

def total
  @total
end

#typeObject

Returns the value of attribute type.



57140
57141
57142
# File 'lib/activenetsuite/soap/default.rb', line 57140

def type
  @type
end