Class: Etapper::API::SegmentedOrder
- Inherits:
-
Object
- Object
- Etapper::API::SegmentedOrder
- 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
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#final ⇒ Object
Returns the value of attribute final.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
-
#orderInfo ⇒ Object
Returns the value of attribute orderInfo.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#segments ⇒ Object
Returns the value of attribute segments.
-
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
-
#totalNonDeductibleAmount ⇒ Object
Returns the value of attribute totalNonDeductibleAmount.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#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
constructor
A new instance of SegmentedOrder.
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
#accountName ⇒ Object
Returns the value of attribute accountName.
2761 2762 2763 |
# File 'lib/etapper/api/service.rb', line 2761 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2762 2763 2764 |
# File 'lib/etapper/api/service.rb', line 2762 def accountRef @accountRef end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2763 2764 2765 |
# File 'lib/etapper/api/service.rb', line 2763 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
2764 2765 2766 |
# File 'lib/etapper/api/service.rb', line 2764 def date @date end |
#final ⇒ Object
Returns the value of attribute final.
2765 2766 2767 |
# File 'lib/etapper/api/service.rb', line 2765 def final @final end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2766 2767 2768 |
# File 'lib/etapper/api/service.rb', line 2766 def lastModifiedDate @lastModifiedDate end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
2767 2768 2769 |
# File 'lib/etapper/api/service.rb', line 2767 def offsettingRef @offsettingRef end |
#orderInfo ⇒ Object
Returns the value of attribute orderInfo.
2768 2769 2770 |
# File 'lib/etapper/api/service.rb', line 2768 def orderInfo @orderInfo end |
#ref ⇒ Object
Returns the value of attribute ref.
2769 2770 2771 |
# File 'lib/etapper/api/service.rb', line 2769 def ref @ref end |
#segments ⇒ Object
Returns the value of attribute segments.
2770 2771 2772 |
# File 'lib/etapper/api/service.rb', line 2770 def segments @segments end |
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
2771 2772 2773 |
# File 'lib/etapper/api/service.rb', line 2771 def totalAmount @totalAmount end |
#totalNonDeductibleAmount ⇒ Object
Returns the value of attribute totalNonDeductibleAmount.
2772 2773 2774 |
# File 'lib/etapper/api/service.rb', line 2772 def totalNonDeductibleAmount @totalNonDeductibleAmount end |
#type ⇒ Object
Returns the value of attribute type.
2773 2774 2775 |
# File 'lib/etapper/api/service.rb', line 2773 def type @type end |