Class: Etapper::API::SegmentedOrder

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

Overview

etapestryAPI/serviceSegmentedOrder

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
final - SOAP::SOAPBoolean
lastModifiedDate - SOAP::SOAPDateTime
offsettingRef - SOAP::SOAPString
orderInfo - Etapper::API::OrderInfo
ref - SOAP::SOAPString
segments - Etapper::API::ArrayOfanyType
totalAmount - SOAP::SOAPDouble
totalNonDeductibleAmount - SOAP::SOAPDouble
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, orderInfo = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil) ⇒ SegmentedOrder

Returns a new instance of SegmentedOrder.



2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
# File 'lib/etapper/api/service.rb', line 2775

def initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, orderInfo = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil)
  @accountName = accountName
  @accountRef = accountRef
  @createdDate = createdDate
  @date = date
  @final = final
  @lastModifiedDate = lastModifiedDate
  @offsettingRef = offsettingRef
  @orderInfo = orderInfo
  @ref = ref
  @segments = segments
  @totalAmount = totalAmount
  @totalNonDeductibleAmount = totalNonDeductibleAmount
  @type = type
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



2761
2762
2763
# File 'lib/etapper/api/service.rb', line 2761

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2762
2763
2764
# File 'lib/etapper/api/service.rb', line 2762

def accountRef
  @accountRef
end

#createdDateObject

Returns the value of attribute createdDate.



2763
2764
2765
# File 'lib/etapper/api/service.rb', line 2763

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



2764
2765
2766
# File 'lib/etapper/api/service.rb', line 2764

def date
  @date
end

#finalObject

Returns the value of attribute final.



2765
2766
2767
# File 'lib/etapper/api/service.rb', line 2765

def final
  @final
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2766
2767
2768
# File 'lib/etapper/api/service.rb', line 2766

def lastModifiedDate
  @lastModifiedDate
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



2767
2768
2769
# File 'lib/etapper/api/service.rb', line 2767

def offsettingRef
  @offsettingRef
end

#orderInfoObject

Returns the value of attribute orderInfo.



2768
2769
2770
# File 'lib/etapper/api/service.rb', line 2768

def orderInfo
  @orderInfo
end

#refObject

Returns the value of attribute ref.



2769
2770
2771
# File 'lib/etapper/api/service.rb', line 2769

def ref
  @ref
end

#segmentsObject

Returns the value of attribute segments.



2770
2771
2772
# File 'lib/etapper/api/service.rb', line 2770

def segments
  @segments
end

#totalAmountObject

Returns the value of attribute totalAmount.



2771
2772
2773
# File 'lib/etapper/api/service.rb', line 2771

def totalAmount
  @totalAmount
end

#totalNonDeductibleAmountObject

Returns the value of attribute totalNonDeductibleAmount.



2772
2773
2774
# File 'lib/etapper/api/service.rb', line 2772

def totalNonDeductibleAmount
  @totalNonDeductibleAmount
end

#typeObject

Returns the value of attribute type.



2773
2774
2775
# File 'lib/etapper/api/service.rb', line 2773

def type
  @type
end