Class: InstallPaymentInstructionResult

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

Overview

/InstallPaymentInstructionResult

tokenId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tokenId = nil) ⇒ InstallPaymentInstructionResult

Returns a new instance of InstallPaymentInstructionResult.



1347
1348
1349
# File 'lib/default.rb', line 1347

def initialize(tokenId = nil)
  @tokenId = tokenId
end

Instance Attribute Details

#tokenIdObject

Returns the value of attribute tokenId.



1345
1346
1347
# File 'lib/default.rb', line 1345

def tokenId
  @tokenId
end