Class: ApiBanking::PrepaidCardService::VerifyPIN::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/prepaidCardService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appIDObject

Returns the value of attribute appID

Returns:

  • (Object)

    the current value of appID



71
72
73
# File 'lib/api_banking/soap/prepaidCardService.rb', line 71

def appID
  @appID
end

#mobileNoObject

Returns the value of attribute mobileNo

Returns:

  • (Object)

    the current value of mobileNo



71
72
73
# File 'lib/api_banking/soap/prepaidCardService.rb', line 71

def mobileNo
  @mobileNo
end

#pinBlockObject

Returns the value of attribute pinBlock

Returns:

  • (Object)

    the current value of pinBlock



71
72
73
# File 'lib/api_banking/soap/prepaidCardService.rb', line 71

def pinBlock
  @pinBlock
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



71
72
73
# File 'lib/api_banking/soap/prepaidCardService.rb', line 71

def version
  @version
end