Class: AuthorizeNet::API::CustomerProfileInfoExType

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

Constructor Details

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

Returns a new instance of CustomerProfileInfoExType.



1283
1284
1285
1286
1287
1288
1289
# File 'lib/authorize_net/api/schema.rb', line 1283

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