Class: AuthorizeNet::API::CustomerProfileExType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfileExType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileExType
merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
customerProfileId - (any)
Instance Method Summary collapse
-
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil) ⇒ CustomerProfileExType
constructor
A new instance of CustomerProfileExType.
Constructor Details
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil) ⇒ CustomerProfileExType
Returns a new instance of CustomerProfileExType.
1429 1430 1431 1432 1433 1434 |
# File 'lib/authorize_net/api/schema.rb', line 1429 def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil) @merchantCustomerId = merchantCustomerId @description = description @email = email @customerProfileId = customerProfileId end |