class AuthorizeNet::API::CustomerProfileInfoExType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileInfoExType
merchantCustomerId - SOAP::SOAPString description - SOAP::SOAPString email - SOAP::SOAPString customerProfileId - (any) profileType - CustomerProfileTypeEnum
Public Class Methods
new(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, profileType = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 1440 def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, profileType = nil) @merchantCustomerId = merchantCustomerId @description = description @email = email @customerProfileId = customerProfileId @profileType = profileType end