Class: AuthorizeNet::API::UpdateCustomerProfileRequest
- Inherits:
- 
      Object
      
        - Object
- AuthorizeNet::API::UpdateCustomerProfileRequest
 
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateCustomerProfileRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
profile - CustomerProfileExType
Instance Method Summary collapse
- 
  
    
      #initialize(merchantAuthentication = nil, refId = nil, profile = nil)  ⇒ UpdateCustomerProfileRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateCustomerProfileRequest. 
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, profile = nil) ⇒ UpdateCustomerProfileRequest
Returns a new instance of UpdateCustomerProfileRequest.
| 3032 3033 3034 3035 3036 | # File 'lib/authorize_net/api/schema.rb', line 3032 def initialize(merchantAuthentication = nil, refId = nil, profile = nil) @merchantAuthentication = merchantAuthentication @refId = refId @profile = profile end |