Class: AuthorizeNet::API::CustomerProfileSummaryType

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(merchantCustomerId = nil, email = nil, customerProfileId = nil, description = nil) ⇒ CustomerProfileSummaryType

Returns a new instance of CustomerProfileSummaryType.



2316
2317
2318
2319
2320
2321
# File 'lib/authorize_net/api/schema.rb', line 2316

def initialize(merchantCustomerId = nil, email = nil, customerProfileId = nil, description = nil)
  @merchantCustomerId = merchantCustomerId
  @email = email
  @customerProfileId = customerProfileId
  @description = description
end