class AuthorizeNet::API::CustomerProfileExType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType

merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
customerProfileId - (any)

Public Class Methods

new(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 1429
def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil)
  @merchantCustomerId = merchantCustomerId
  @description = description
  @email = email
  @customerProfileId = customerProfileId
end