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.



2624
2625
2626
2627
2628
2629
# File 'lib/authorize_net/api/schema.rb', line 2624

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