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