Class: AuthorizeNet::API::CreateCustomerProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerProfileRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil) ⇒ CreateCustomerProfileRequest
constructor
A new instance of CreateCustomerProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil) ⇒ CreateCustomerProfileRequest
Returns a new instance of CreateCustomerProfileRequest.
2995 2996 2997 2998 2999 3000 |
# File 'lib/authorize_net/api/schema.rb', line 2995 def initialize(merchantAuthentication = nil, refId = nil, profile = nil, validationMode = nil) @merchantAuthentication = merchantAuthentication @refId = refId @profile = profile @validationMode = validationMode end |