Class: Etapper::API::Shipping
- Inherits:
-
Object
- Object
- Etapper::API::Shipping
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceShipping
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
campaign - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
final - SOAP::SOAPBoolean
fund - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
letter - SOAP::SOAPString
nonDeductibleAmount - SOAP::SOAPDouble
note - SOAP::SOAPString
offsettingRef - SOAP::SOAPString
receipt - SOAP::SOAPString
recognitionName - SOAP::SOAPString
recognitionType - SOAP::SOAPInt
ref - SOAP::SOAPString
segmentedTransactionRef - SOAP::SOAPString
softCredit - Etapper::API::SoftCredit
type - SOAP::SOAPInt
valuable - Etapper::API::Valuable
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#approach ⇒ Object
Returns the value of attribute approach.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#final ⇒ Object
Returns the value of attribute final.
-
#fund ⇒ Object
Returns the value of attribute fund.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#letter ⇒ Object
Returns the value of attribute letter.
-
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
-
#note ⇒ Object
Returns the value of attribute note.
-
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
-
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
-
#softCredit ⇒ Object
Returns the value of attribute softCredit.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valuable ⇒ Object
Returns the value of attribute valuable.
Instance Method Summary collapse
Constructor Details
#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, type = nil, valuable = nil) ⇒ Shipping
Returns a new instance of Shipping.
2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/etapper/api/service.rb', line 2892 def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, type = nil, valuable = nil) @accountName = accountName @accountRef = accountRef @amount = amount @approach = approach @attachments = @campaign = campaign @createdDate = createdDate @date = date @definedValues = definedValues @final = final @fund = fund @lastModifiedDate = lastModifiedDate @letter = letter @nonDeductibleAmount = nonDeductibleAmount @note = note @offsettingRef = offsettingRef @receipt = receipt @recognitionName = recognitionName @recognitionType = recognitionType @ref = ref @segmentedTransactionRef = segmentedTransactionRef @softCredit = softCredit @type = type @valuable = valuable end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
2867 2868 2869 |
# File 'lib/etapper/api/service.rb', line 2867 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2868 2869 2870 |
# File 'lib/etapper/api/service.rb', line 2868 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
2869 2870 2871 |
# File 'lib/etapper/api/service.rb', line 2869 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
2870 2871 2872 |
# File 'lib/etapper/api/service.rb', line 2870 def approach @approach end |
#attachments ⇒ Object
Returns the value of attribute attachments.
2871 2872 2873 |
# File 'lib/etapper/api/service.rb', line 2871 def @attachments end |
#campaign ⇒ Object
Returns the value of attribute campaign.
2872 2873 2874 |
# File 'lib/etapper/api/service.rb', line 2872 def campaign @campaign end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2873 2874 2875 |
# File 'lib/etapper/api/service.rb', line 2873 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
2874 2875 2876 |
# File 'lib/etapper/api/service.rb', line 2874 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
2875 2876 2877 |
# File 'lib/etapper/api/service.rb', line 2875 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
2876 2877 2878 |
# File 'lib/etapper/api/service.rb', line 2876 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
2877 2878 2879 |
# File 'lib/etapper/api/service.rb', line 2877 def fund @fund end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2878 2879 2880 |
# File 'lib/etapper/api/service.rb', line 2878 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
2879 2880 2881 |
# File 'lib/etapper/api/service.rb', line 2879 def letter @letter end |
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
2880 2881 2882 |
# File 'lib/etapper/api/service.rb', line 2880 def nonDeductibleAmount @nonDeductibleAmount end |
#note ⇒ Object
Returns the value of attribute note.
2881 2882 2883 |
# File 'lib/etapper/api/service.rb', line 2881 def note @note end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
2882 2883 2884 |
# File 'lib/etapper/api/service.rb', line 2882 def offsettingRef @offsettingRef end |
#receipt ⇒ Object
Returns the value of attribute receipt.
2883 2884 2885 |
# File 'lib/etapper/api/service.rb', line 2883 def receipt @receipt end |
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
2884 2885 2886 |
# File 'lib/etapper/api/service.rb', line 2884 def recognitionName @recognitionName end |
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
2885 2886 2887 |
# File 'lib/etapper/api/service.rb', line 2885 def recognitionType @recognitionType end |
#ref ⇒ Object
Returns the value of attribute ref.
2886 2887 2888 |
# File 'lib/etapper/api/service.rb', line 2886 def ref @ref end |
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
2887 2888 2889 |
# File 'lib/etapper/api/service.rb', line 2887 def segmentedTransactionRef @segmentedTransactionRef end |
#softCredit ⇒ Object
Returns the value of attribute softCredit.
2888 2889 2890 |
# File 'lib/etapper/api/service.rb', line 2888 def softCredit @softCredit end |
#type ⇒ Object
Returns the value of attribute type.
2889 2890 2891 |
# File 'lib/etapper/api/service.rb', line 2889 def type @type end |
#valuable ⇒ Object
Returns the value of attribute valuable.
2890 2891 2892 |
# File 'lib/etapper/api/service.rb', line 2890 def valuable @valuable end |