class FedexWebServices::Soap::Close::CloseWithDocumentsReply

{fedex.com/ws/close/v4}CloseWithDocumentsReply

highestSeverity - FedexWebServices::Soap::Close::NotificationSeverityType
notifications - FedexWebServices::Soap::Close::Notification
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
documents - FedexWebServices::Soap::Close::CloseDocument

Attributes

documents[RW]
highestSeverity[RW]
notifications[RW]
transactionDetail[RW]
version[RW]

Public Class Methods

new(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, documents = []) click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 151
def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, documents = [])
  @highestSeverity = highestSeverity
  @notifications = notifications
  @transactionDetail = transactionDetail
  @version = version
  @documents = documents
end