Class: AuthorizeNet::API::AUResponseType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::AUResponseType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdAUResponseType
Instance Method Summary collapse
-
#initialize(auReasonCode = nil, profileCount = nil, reasonDescription = nil) ⇒ AUResponseType
constructor
A new instance of AUResponseType.
Constructor Details
#initialize(auReasonCode = nil, profileCount = nil, reasonDescription = nil) ⇒ AUResponseType
Returns a new instance of AUResponseType.
5019 5020 5021 5022 5023 |
# File 'lib/authorize_net/api/schema.rb', line 5019 def initialize(auReasonCode = nil, profileCount = nil, reasonDescription = nil) @auReasonCode = auReasonCode @profileCount = profileCount @reasonDescription = reasonDescription end |