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



3068
3069
3070
3071
3072
3073
# File 'lib/authorize_net/api/schema.rb', line 3068

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