@@ -3921,6 +3921,7 @@ def initialize(customerProfileSummaryType = nil, paymentSimpleType = nil, accoun
3921
3921
# payment - PaymentType
3922
3922
# profile - CustomerProfilePaymentType
3923
3923
# solution - SolutionType
3924
+ # callId - SOAP::SOAPString
3924
3925
# authCode - SOAP::SOAPString
3925
3926
# refTransId - SOAP::SOAPString
3926
3927
# splitTenderId - SOAP::SOAPString
@@ -3947,6 +3948,7 @@ class TransactionRequestType
3947
3948
xml_accessor :payment , :as => PaymentType
3948
3949
xml_accessor :profile , :as => CustomerProfilePaymentType
3949
3950
xml_accessor :solution , :as => SolutionType
3951
+ xml_accessor :callId
3950
3952
xml_accessor :authCode
3951
3953
xml_accessor :refTransId
3952
3954
xml_accessor :splitTenderId
@@ -3966,13 +3968,14 @@ class TransactionRequestType
3966
3968
xml_accessor :transactionSettings , :as => Settings
3967
3969
xml_accessor :userFields , :as => UserFields
3968
3970
3969
- def initialize ( transactionType = nil , amount = nil , currencyCode = nil , payment = nil , profile = nil , solution = nil , authCode = nil , refTransId = nil , splitTenderId = nil , order = nil , lineItems = nil , tax = nil , duty = nil , shipping = nil , taxExempt = nil , poNumber = nil , customer = nil , billTo = nil , shipTo = nil , customerIP = nil , cardholderAuthentication = nil , retail = nil , transactionSettings = nil , userFields = nil )
3971
+ def initialize ( transactionType = nil , amount = nil , currencyCode = nil , payment = nil , profile = nil , solution = nil , callId = nil , authCode = nil , refTransId = nil , splitTenderId = nil , order = nil , lineItems = nil , tax = nil , duty = nil , shipping = nil , taxExempt = nil , poNumber = nil , customer = nil , billTo = nil , shipTo = nil , customerIP = nil , cardholderAuthentication = nil , retail = nil , transactionSettings = nil , userFields = nil )
3970
3972
@transactionType = transactionType
3971
3973
@amount = amount
3972
3974
@currencyCode = currencyCode
3973
3975
@payment = payment
3974
3976
@profile = profile
3975
3977
@solution = solution
3978
+ @callId = callId
3976
3979
@authCode = authCode
3977
3980
@refTransId = refTransId
3978
3981
@splitTenderId = splitTenderId
0 commit comments