Class: Etapper::API::Tax

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

Overview

etapestryAPI/serviceTax

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
taxRate - SOAP::SOAPDouble
taxRegion - SOAP::SOAPString
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, 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, 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)
  @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
  @taxRate = taxRate
  @taxRegion = taxRegion
  @type = type
  @valuable = valuable
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



2948
2949
2950
# File 'lib/etapper/api/service.rb', line 2948

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2949
2950
2951
# File 'lib/etapper/api/service.rb', line 2949

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



2950
2951
2952
# File 'lib/etapper/api/service.rb', line 2950

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



2951
2952
2953
# File 'lib/etapper/api/service.rb', line 2951

def approach
  @approach
end

#attachmentsObject

Returns the value of attribute attachments.



2952
2953
2954
# File 'lib/etapper/api/service.rb', line 2952

def attachments
  @attachments
end

#campaignObject

Returns the value of attribute campaign.



2953
2954
2955
# File 'lib/etapper/api/service.rb', line 2953

def campaign
  @campaign
end

#createdDateObject

Returns the value of attribute createdDate.



2954
2955
2956
# File 'lib/etapper/api/service.rb', line 2954

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



2955
2956
2957
# File 'lib/etapper/api/service.rb', line 2955

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



2956
2957
2958
# File 'lib/etapper/api/service.rb', line 2956

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



2957
2958
2959
# File 'lib/etapper/api/service.rb', line 2957

def final
  @final
end

#fundObject

Returns the value of attribute fund.



2958
2959
2960
# File 'lib/etapper/api/service.rb', line 2958

def fund
  @fund
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2959
2960
2961
# File 'lib/etapper/api/service.rb', line 2959

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



2960
2961
2962
# File 'lib/etapper/api/service.rb', line 2960

def letter
  @letter
end

#nonDeductibleAmountObject

Returns the value of attribute nonDeductibleAmount.



2961
2962
2963
# File 'lib/etapper/api/service.rb', line 2961

def nonDeductibleAmount
  @nonDeductibleAmount
end

#noteObject

Returns the value of attribute note.



2962
2963
2964
# File 'lib/etapper/api/service.rb', line 2962

def note
  @note
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



2963
2964
2965
# File 'lib/etapper/api/service.rb', line 2963

def offsettingRef
  @offsettingRef
end

#receiptObject

Returns the value of attribute receipt.



2964
2965
2966
# File 'lib/etapper/api/service.rb', line 2964

def receipt
  @receipt
end

#recognitionNameObject

Returns the value of attribute recognitionName.



2965
2966
2967
# File 'lib/etapper/api/service.rb', line 2965

def recognitionName
  @recognitionName
end

#recognitionTypeObject

Returns the value of attribute recognitionType.



2966
2967
2968
# File 'lib/etapper/api/service.rb', line 2966

def recognitionType
  @recognitionType
end

#refObject

Returns the value of attribute ref.



2967
2968
2969
# File 'lib/etapper/api/service.rb', line 2967

def ref
  @ref
end

#segmentedTransactionRefObject

Returns the value of attribute segmentedTransactionRef.



2968
2969
2970
# File 'lib/etapper/api/service.rb', line 2968

def segmentedTransactionRef
  @segmentedTransactionRef
end

#softCreditObject

Returns the value of attribute softCredit.



2969
2970
2971
# File 'lib/etapper/api/service.rb', line 2969

def softCredit
  @softCredit
end

#taxRateObject

Returns the value of attribute taxRate.



2970
2971
2972
# File 'lib/etapper/api/service.rb', line 2970

def taxRate
  @taxRate
end

#taxRegionObject

Returns the value of attribute taxRegion.



2971
2972
2973
# File 'lib/etapper/api/service.rb', line 2971

def taxRegion
  @taxRegion
end

#typeObject

Returns the value of attribute type.



2972
2973
2974
# File 'lib/etapper/api/service.rb', line 2972

def type
  @type
end

#valuableObject

Returns the value of attribute valuable.



2973
2974
2975
# File 'lib/etapper/api/service.rb', line 2973

def valuable
  @valuable
end