Class: Etapper::API::Shipping

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

Overview

etapestryAPI/serviceShipping

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
attachments - 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

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, 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)
  @accountName = accountName
  @accountRef = accountRef
  @amount = amount
  @approach = approach
  @attachments = 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

#accountNameObject

Returns the value of attribute accountName.



2867
2868
2869
# File 'lib/etapper/api/service.rb', line 2867

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2868
2869
2870
# File 'lib/etapper/api/service.rb', line 2868

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



2869
2870
2871
# File 'lib/etapper/api/service.rb', line 2869

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



2870
2871
2872
# File 'lib/etapper/api/service.rb', line 2870

def approach
  @approach
end

#attachmentsObject

Returns the value of attribute attachments.



2871
2872
2873
# File 'lib/etapper/api/service.rb', line 2871

def attachments
  @attachments
end

#campaignObject

Returns the value of attribute campaign.



2872
2873
2874
# File 'lib/etapper/api/service.rb', line 2872

def campaign
  @campaign
end

#createdDateObject

Returns the value of attribute createdDate.



2873
2874
2875
# File 'lib/etapper/api/service.rb', line 2873

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



2874
2875
2876
# File 'lib/etapper/api/service.rb', line 2874

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



2875
2876
2877
# File 'lib/etapper/api/service.rb', line 2875

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



2876
2877
2878
# File 'lib/etapper/api/service.rb', line 2876

def final
  @final
end

#fundObject

Returns the value of attribute fund.



2877
2878
2879
# File 'lib/etapper/api/service.rb', line 2877

def fund
  @fund
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2878
2879
2880
# File 'lib/etapper/api/service.rb', line 2878

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



2879
2880
2881
# File 'lib/etapper/api/service.rb', line 2879

def letter
  @letter
end

#nonDeductibleAmountObject

Returns the value of attribute nonDeductibleAmount.



2880
2881
2882
# File 'lib/etapper/api/service.rb', line 2880

def nonDeductibleAmount
  @nonDeductibleAmount
end

#noteObject

Returns the value of attribute note.



2881
2882
2883
# File 'lib/etapper/api/service.rb', line 2881

def note
  @note
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



2882
2883
2884
# File 'lib/etapper/api/service.rb', line 2882

def offsettingRef
  @offsettingRef
end

#receiptObject

Returns the value of attribute receipt.



2883
2884
2885
# File 'lib/etapper/api/service.rb', line 2883

def receipt
  @receipt
end

#recognitionNameObject

Returns the value of attribute recognitionName.



2884
2885
2886
# File 'lib/etapper/api/service.rb', line 2884

def recognitionName
  @recognitionName
end

#recognitionTypeObject

Returns the value of attribute recognitionType.



2885
2886
2887
# File 'lib/etapper/api/service.rb', line 2885

def recognitionType
  @recognitionType
end

#refObject

Returns the value of attribute ref.



2886
2887
2888
# File 'lib/etapper/api/service.rb', line 2886

def ref
  @ref
end

#segmentedTransactionRefObject

Returns the value of attribute segmentedTransactionRef.



2887
2888
2889
# File 'lib/etapper/api/service.rb', line 2887

def segmentedTransactionRef
  @segmentedTransactionRef
end

#softCreditObject

Returns the value of attribute softCredit.



2888
2889
2890
# File 'lib/etapper/api/service.rb', line 2888

def softCredit
  @softCredit
end

#typeObject

Returns the value of attribute type.



2889
2890
2891
# File 'lib/etapper/api/service.rb', line 2889

def type
  @type
end

#valuableObject

Returns the value of attribute valuable.



2890
2891
2892
# File 'lib/etapper/api/service.rb', line 2890

def valuable
  @valuable
end