Class: Etapper::API::Tax
- Inherits:
-
Object
- Object
- Etapper::API::Tax
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceTax
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
taxRate - SOAP::SOAPDouble
taxRegion - SOAP::SOAPString
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.
-
#taxRate ⇒ Object
Returns the value of attribute taxRate.
-
#taxRegion ⇒ Object
Returns the value of attribute taxRegion.
-
#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, taxRate = nil, taxRegion = nil, type = nil, valuable = nil) ⇒ Tax
Returns a new instance of Tax.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/etapper/api/service.rb', line 2975 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, taxRate = nil, taxRegion = 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 @taxRate = taxRate @taxRegion = taxRegion @type = type @valuable = valuable end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
2948 2949 2950 |
# File 'lib/etapper/api/service.rb', line 2948 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2949 2950 2951 |
# File 'lib/etapper/api/service.rb', line 2949 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
2950 2951 2952 |
# File 'lib/etapper/api/service.rb', line 2950 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
2951 2952 2953 |
# File 'lib/etapper/api/service.rb', line 2951 def approach @approach end |
#attachments ⇒ Object
Returns the value of attribute attachments.
2952 2953 2954 |
# File 'lib/etapper/api/service.rb', line 2952 def @attachments end |
#campaign ⇒ Object
Returns the value of attribute campaign.
2953 2954 2955 |
# File 'lib/etapper/api/service.rb', line 2953 def campaign @campaign end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2954 2955 2956 |
# File 'lib/etapper/api/service.rb', line 2954 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
2955 2956 2957 |
# File 'lib/etapper/api/service.rb', line 2955 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
2956 2957 2958 |
# File 'lib/etapper/api/service.rb', line 2956 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
2957 2958 2959 |
# File 'lib/etapper/api/service.rb', line 2957 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
2958 2959 2960 |
# File 'lib/etapper/api/service.rb', line 2958 def fund @fund end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2959 2960 2961 |
# File 'lib/etapper/api/service.rb', line 2959 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
2960 2961 2962 |
# File 'lib/etapper/api/service.rb', line 2960 def letter @letter end |
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
2961 2962 2963 |
# File 'lib/etapper/api/service.rb', line 2961 def nonDeductibleAmount @nonDeductibleAmount end |
#note ⇒ Object
Returns the value of attribute note.
2962 2963 2964 |
# File 'lib/etapper/api/service.rb', line 2962 def note @note end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
2963 2964 2965 |
# File 'lib/etapper/api/service.rb', line 2963 def offsettingRef @offsettingRef end |
#receipt ⇒ Object
Returns the value of attribute receipt.
2964 2965 2966 |
# File 'lib/etapper/api/service.rb', line 2964 def receipt @receipt end |
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
2965 2966 2967 |
# File 'lib/etapper/api/service.rb', line 2965 def recognitionName @recognitionName end |
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
2966 2967 2968 |
# File 'lib/etapper/api/service.rb', line 2966 def recognitionType @recognitionType end |
#ref ⇒ Object
Returns the value of attribute ref.
2967 2968 2969 |
# File 'lib/etapper/api/service.rb', line 2967 def ref @ref end |
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
2968 2969 2970 |
# File 'lib/etapper/api/service.rb', line 2968 def segmentedTransactionRef @segmentedTransactionRef end |
#softCredit ⇒ Object
Returns the value of attribute softCredit.
2969 2970 2971 |
# File 'lib/etapper/api/service.rb', line 2969 def softCredit @softCredit end |
#taxRate ⇒ Object
Returns the value of attribute taxRate.
2970 2971 2972 |
# File 'lib/etapper/api/service.rb', line 2970 def taxRate @taxRate end |
#taxRegion ⇒ Object
Returns the value of attribute taxRegion.
2971 2972 2973 |
# File 'lib/etapper/api/service.rb', line 2971 def taxRegion @taxRegion end |
#type ⇒ Object
Returns the value of attribute type.
2972 2973 2974 |
# File 'lib/etapper/api/service.rb', line 2972 def type @type end |
#valuable ⇒ Object
Returns the value of attribute valuable.
2973 2974 2975 |
# File 'lib/etapper/api/service.rb', line 2973 def valuable @valuable end |