class ActiveNetsuite::VendorPaymentApply

{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorPaymentApply

apply - SOAP::SOAPBoolean
doc - SOAP::SOAPLong
line - SOAP::SOAPLong
job - SOAP::SOAPString
applyDate - SOAP::SOAPDateTime
type - SOAP::SOAPString
refNum - SOAP::SOAPString
total - SOAP::SOAPDouble
due - SOAP::SOAPDouble
currency - SOAP::SOAPString
discDate - SOAP::SOAPDateTime
discAmt - SOAP::SOAPDouble
disc - SOAP::SOAPDouble
amount - SOAP::SOAPDouble

Attributes

amount[RW]
apply[RW]
applyDate[RW]
currency[RW]
disc[RW]
discAmt[RW]
discDate[RW]
doc[RW]
due[RW]
job[RW]
line[RW]
refNum[RW]
total[RW]
type[RW]

Public Class Methods

new(apply = nil, doc = nil, line = nil, job = nil, applyDate = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, discDate = nil, discAmt = nil, disc = nil, amount = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56787
def initialize(apply = nil, doc = nil, line = nil, job = nil, applyDate = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, discDate = nil, discAmt = nil, disc = nil, amount = nil)
  @apply = apply
  @doc = doc
  @line = line
  @job = job
  @applyDate = applyDate
  @type = type
  @refNum = refNum
  @total = total
  @due = due
  @currency = currency
  @discDate = discDate
  @discAmt = discAmt
  @disc = disc
  @amount = amount
end