class ActiveNetsuite::PaymentMethod

{urn:accounting_2013_2.lists.webservices.netsuite.com}PaymentMethod

nullFieldList - ActiveNetsuite::NullField
name - SOAP::SOAPString
creditCard - SOAP::SOAPBoolean
undepFunds - SOAP::SOAPBoolean
account - ActiveNetsuite::RecordRef
isInactive - SOAP::SOAPBoolean
isOnline - SOAP::SOAPBoolean
isDebitCard - SOAP::SOAPBoolean
merchantAccountsList - ActiveNetsuite::RecordRefList
payPalEmailAddress - SOAP::SOAPString
expressCheckoutArrangement - SOAP::SOAPString
useExpressCheckout - SOAP::SOAPBoolean
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

account[RW]
creditCard[RW]
expressCheckoutArrangement[RW]
isDebitCard[RW]
isInactive[RW]
isOnline[RW]
merchantAccountsList[RW]
name[RW]
nullFieldList[RW]
payPalEmailAddress[RW]
undepFunds[RW]
useExpressCheckout[RW]

Public Class Methods

new(nullFieldList = nil, name = nil, creditCard = nil, undepFunds = nil, account = nil, isInactive = nil, isOnline = nil, isDebitCard = nil, merchantAccountsList = nil, payPalEmailAddress = nil, expressCheckoutArrangement = nil, useExpressCheckout = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 3795
def initialize(nullFieldList = nil, name = nil, creditCard = nil, undepFunds = nil, account = nil, isInactive = nil, isOnline = nil, isDebitCard = nil, merchantAccountsList = nil, payPalEmailAddress = nil, expressCheckoutArrangement = nil, useExpressCheckout = nil)
  @nullFieldList = nullFieldList
  @name = name
  @creditCard = creditCard
  @undepFunds = undepFunds
  @account = account
  @isInactive = isInactive
  @isOnline = isOnline
  @isDebitCard = isDebitCard
  @merchantAccountsList = merchantAccountsList
  @payPalEmailAddress = payPalEmailAddress
  @expressCheckoutArrangement = expressCheckoutArrangement
  @useExpressCheckout = useExpressCheckout
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 3775
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 3787
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 3791
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 3779
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 3783
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end