Class: AuthorizeNet::API::CustomerProfileInfoExType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfileInfoExType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileInfoExType
merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
customerProfileId - (any)
profileType - CustomerProfileTypeEnum
Instance Method Summary collapse
-
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, profileType = nil) ⇒ CustomerProfileInfoExType
constructor
A new instance of CustomerProfileInfoExType.
Constructor Details
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, profileType = nil) ⇒ CustomerProfileInfoExType
Returns a new instance of CustomerProfileInfoExType.
1451 1452 1453 1454 1455 1456 1457 |
# File 'lib/authorize_net/api/schema.rb', line 1451 def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, profileType = nil) @merchantCustomerId = merchantCustomerId @description = description @email = email @customerProfileId = customerProfileId @profileType = profileType end |