Class: ApiBanking::SinglePayment::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/json/singlePayment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorCodeObject

Returns the value of attribute errorCode

Returns:

  • (Object)

    the current value of errorCode



13
14
15
# File 'lib/api_banking/json/singlePayment.rb', line 13

def errorCode
  @errorCode
end

#errorDescriptionObject

Returns the value of attribute errorDescription

Returns:

  • (Object)

    the current value of errorDescription



13
14
15
# File 'lib/api_banking/json/singlePayment.rb', line 13

def errorDescription
  @errorDescription
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/api_banking/json/singlePayment.rb', line 13

def status
  @status
end