Class: AuthorizeNet::API::CustomerProfileExType

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

Constructor Details

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

Returns a new instance of CustomerProfileExType.



1261
1262
1263
1264
1265
1266
# File 'lib/authorize_net/api/schema.rb', line 1261

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