Class: AuthorizeNet::API::CreateCustomerProfileRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerProfileRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil) ⇒ CreateCustomerProfileRequest

Returns a new instance of CreateCustomerProfileRequest.



3096
3097
3098
3099
3100
3101
# File 'lib/authorize_net/api/schema.rb', line 3096

def initialize(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @profile = profile
  @validationMode = validationMode
end