class ActiveNetsuite::ChangeEmail
{urn:core_2013_2.platform.webservices.netsuite.com}ChangeEmail
currentPassword - SOAP::SOAPString newEmail - SOAP::SOAPString newEmail2 - SOAP::SOAPString justThisAccount - SOAP::SOAPBoolean
Attributes
currentPassword[RW]
justThisAccount[RW]
newEmail[RW]
newEmail2[RW]
Public Class Methods
new(currentPassword = nil, newEmail = nil, newEmail2 = nil, justThisAccount = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 96 def initialize(currentPassword = nil, newEmail = nil, newEmail2 = nil, justThisAccount = nil) @currentPassword = currentPassword @newEmail = newEmail @newEmail2 = newEmail2 @justThisAccount = justThisAccount end