Class: Etapper::API::OrderInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceOrderInfo

billingAddress - SOAP::SOAPString
billingCity - SOAP::SOAPString
billingCountry - SOAP::SOAPString
billingEmail - SOAP::SOAPString
billingName - SOAP::SOAPString
billingPhone - SOAP::SOAPString
billingPostalCode - SOAP::SOAPString
billingState - SOAP::SOAPString
shippingAddress - SOAP::SOAPString
shippingCity - SOAP::SOAPString
shippingCountry - SOAP::SOAPString
shippingName - SOAP::SOAPString
shippingPostalCode - SOAP::SOAPString
shippingState - SOAP::SOAPString
shippingType - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(billingAddress = nil, billingCity = nil, billingCountry = nil, billingEmail = nil, billingName = nil, billingPhone = nil, billingPostalCode = nil, billingState = nil, shippingAddress = nil, shippingCity = nil, shippingCountry = nil, shippingName = nil, shippingPostalCode = nil, shippingState = nil, shippingType = nil) ⇒ OrderInfo

Returns a new instance of OrderInfo.



333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'lib/etapper/api/service.rb', line 333

def initialize(billingAddress = nil, billingCity = nil, billingCountry = nil, billingEmail = nil, billingName = nil, billingPhone = nil, billingPostalCode = nil, billingState = nil, shippingAddress = nil, shippingCity = nil, shippingCountry = nil, shippingName = nil, shippingPostalCode = nil, shippingState = nil, shippingType = nil)
  @billingAddress = billingAddress
  @billingCity = billingCity
  @billingCountry = billingCountry
  @billingEmail = billingEmail
  @billingName = billingName
  @billingPhone = billingPhone
  @billingPostalCode = billingPostalCode
  @billingState = billingState
  @shippingAddress = shippingAddress
  @shippingCity = shippingCity
  @shippingCountry = shippingCountry
  @shippingName = shippingName
  @shippingPostalCode = shippingPostalCode
  @shippingState = shippingState
  @shippingType = shippingType
end

Instance Attribute Details

#billingAddressObject

Returns the value of attribute billingAddress.



317
318
319
# File 'lib/etapper/api/service.rb', line 317

def billingAddress
  @billingAddress
end

#billingCityObject

Returns the value of attribute billingCity.



318
319
320
# File 'lib/etapper/api/service.rb', line 318

def billingCity
  @billingCity
end

#billingCountryObject

Returns the value of attribute billingCountry.



319
320
321
# File 'lib/etapper/api/service.rb', line 319

def billingCountry
  @billingCountry
end

#billingEmailObject

Returns the value of attribute billingEmail.



320
321
322
# File 'lib/etapper/api/service.rb', line 320

def billingEmail
  @billingEmail
end

#billingNameObject

Returns the value of attribute billingName.



321
322
323
# File 'lib/etapper/api/service.rb', line 321

def billingName
  @billingName
end

#billingPhoneObject

Returns the value of attribute billingPhone.



322
323
324
# File 'lib/etapper/api/service.rb', line 322

def billingPhone
  @billingPhone
end

#billingPostalCodeObject

Returns the value of attribute billingPostalCode.



323
324
325
# File 'lib/etapper/api/service.rb', line 323

def billingPostalCode
  @billingPostalCode
end

#billingStateObject

Returns the value of attribute billingState.



324
325
326
# File 'lib/etapper/api/service.rb', line 324

def billingState
  @billingState
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



325
326
327
# File 'lib/etapper/api/service.rb', line 325

def shippingAddress
  @shippingAddress
end

#shippingCityObject

Returns the value of attribute shippingCity.



326
327
328
# File 'lib/etapper/api/service.rb', line 326

def shippingCity
  @shippingCity
end

#shippingCountryObject

Returns the value of attribute shippingCountry.



327
328
329
# File 'lib/etapper/api/service.rb', line 327

def shippingCountry
  @shippingCountry
end

#shippingNameObject

Returns the value of attribute shippingName.



328
329
330
# File 'lib/etapper/api/service.rb', line 328

def shippingName
  @shippingName
end

#shippingPostalCodeObject

Returns the value of attribute shippingPostalCode.



329
330
331
# File 'lib/etapper/api/service.rb', line 329

def shippingPostalCode
  @shippingPostalCode
end

#shippingStateObject

Returns the value of attribute shippingState.



330
331
332
# File 'lib/etapper/api/service.rb', line 330

def shippingState
  @shippingState
end

#shippingTypeObject

Returns the value of attribute shippingType.



331
332
333
# File 'lib/etapper/api/service.rb', line 331

def shippingType
  @shippingType
end