Class: ActiveNetsuite::CustomerPaymentApplyList

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

apply - ActiveNetsuite::CustomerPaymentApply
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apply = []) ⇒ CustomerPaymentApplyList

Returns a new instance of CustomerPaymentApplyList.



57732
57733
57734
57735
# File 'lib/activenetsuite/soap/default.rb', line 57732

def initialize(apply = [])
  @apply = apply
  @__xmlattr = {}
end

Instance Attribute Details

#applyObject

Returns the value of attribute apply.



57718
57719
57720
# File 'lib/activenetsuite/soap/default.rb', line 57718

def apply
  @apply
end

Instance Method Details

#__xmlattrObject



57720
57721
57722
# File 'lib/activenetsuite/soap/default.rb', line 57720

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



57724
57725
57726
# File 'lib/activenetsuite/soap/default.rb', line 57724

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



57728
57729
57730
# File 'lib/activenetsuite/soap/default.rb', line 57728

def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end