Class: GetPaymentInstructionResult

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

/GetPaymentInstructionResult

token - Token
paymentInstruction - SOAP::SOAPString
callerReference - SOAP::SOAPString
tokenFriendlyName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(token = nil, paymentInstruction = nil, callerReference = nil, tokenFriendlyName = nil) ⇒ GetPaymentInstructionResult

Returns a new instance of GetPaymentInstructionResult.



1334
1335
1336
1337
1338
1339
# File 'lib/default.rb', line 1334

def initialize(token = nil, paymentInstruction = nil, callerReference = nil, tokenFriendlyName = nil)
  @token = token
  @paymentInstruction = paymentInstruction
  @callerReference = callerReference
  @tokenFriendlyName = tokenFriendlyName
end

Instance Attribute Details

#callerReferenceObject

Returns the value of attribute callerReference.



1331
1332
1333
# File 'lib/default.rb', line 1331

def callerReference
  @callerReference
end

#paymentInstructionObject

Returns the value of attribute paymentInstruction.



1330
1331
1332
# File 'lib/default.rb', line 1330

def paymentInstruction
  @paymentInstruction
end

#tokenObject

Returns the value of attribute token.



1329
1330
1331
# File 'lib/default.rb', line 1329

def token
  @token
end

#tokenFriendlyNameObject

Returns the value of attribute tokenFriendlyName.



1332
1333
1334
# File 'lib/default.rb', line 1332

def tokenFriendlyName
  @tokenFriendlyName
end