class AuthorizeNet::API::TransactionResponse::Errors::Error

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}error

errorCode - SOAP::SOAPString
errorText - SOAP::SOAPString

Public Class Methods

new(errorCode = nil, errorText = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 2544
def initialize(errorCode = nil, errorText = nil)
  @errorCode = errorCode
  @errorText = errorText
end