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.



2805
2806
2807
2808
2809
2810
# File 'lib/authorize_net/api/schema.rb', line 2805

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