Class: InstallPaymentInstruction

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

Overview

/InstallPaymentInstruction

paymentInstruction - SOAP::SOAPString
tokenFriendlyName - SOAP::SOAPString
callerReference - SOAP::SOAPString
tokenType - TokenType
paymentReason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentInstruction = nil, tokenFriendlyName = nil, callerReference = nil, tokenType = nil, paymentReason = nil) ⇒ InstallPaymentInstruction

Returns a new instance of InstallPaymentInstruction.



906
907
908
909
910
911
912
# File 'lib/default.rb', line 906

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

Instance Attribute Details

#callerReferenceObject

Returns the value of attribute callerReference.



902
903
904
# File 'lib/default.rb', line 902

def callerReference
  @callerReference
end

#paymentInstructionObject

Returns the value of attribute paymentInstruction.



900
901
902
# File 'lib/default.rb', line 900

def paymentInstruction
  @paymentInstruction
end

#paymentReasonObject

Returns the value of attribute paymentReason.



904
905
906
# File 'lib/default.rb', line 904

def paymentReason
  @paymentReason
end

#tokenFriendlyNameObject

Returns the value of attribute tokenFriendlyName.



901
902
903
# File 'lib/default.rb', line 901

def tokenFriendlyName
  @tokenFriendlyName
end

#tokenTypeObject

Returns the value of attribute tokenType.



903
904
905
# File 'lib/default.rb', line 903

def tokenType
  @tokenType
end