Class: AuthorizeNet::API::CustomerProfileBaseType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfileBaseType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileBaseType
merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(merchantCustomerId = nil, description = nil, email = nil) ⇒ CustomerProfileBaseType
constructor
A new instance of CustomerProfileBaseType.
Constructor Details
#initialize(merchantCustomerId = nil, description = nil, email = nil) ⇒ CustomerProfileBaseType
Returns a new instance of CustomerProfileBaseType.
1384 1385 1386 1387 1388 |
# File 'lib/authorize_net/api/schema.rb', line 1384 def initialize(merchantCustomerId = nil, description = nil, email = nil) @merchantCustomerId = merchantCustomerId @description = description @email = email end |