Class: AuthorizeNet::API::CustomerProfileSummaryType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfileSummaryType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileSummaryType
merchantCustomerId - SOAP::SOAPString
email - SOAP::SOAPString
customerProfileId - SOAP::SOAPString
description - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(merchantCustomerId = nil, email = nil, customerProfileId = nil, description = nil) ⇒ CustomerProfileSummaryType
constructor
A new instance of CustomerProfileSummaryType.
Constructor Details
#initialize(merchantCustomerId = nil, email = nil, customerProfileId = nil, description = nil) ⇒ CustomerProfileSummaryType
Returns a new instance of CustomerProfileSummaryType.
2512 2513 2514 2515 2516 2517 |
# File 'lib/authorize_net/api/schema.rb', line 2512 def initialize(merchantCustomerId = nil, email = nil, customerProfileId = nil, description = nil) @merchantCustomerId = merchantCustomerId @email = email @customerProfileId = customerProfileId @description = description end |