class AuthorizeNet::API::CreateCustomerProfileRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
profile - CustomerProfileType
validationMode - ValidationModeEnum

Public Class Methods

new(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3369
def initialize(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @profile = profile
  @validationMode = validationMode
end