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.
3281 3282 3283 3284 3285 |
# File 'lib/authorize_net/api/schema.rb', line 3281 def initialize(merchantAuthentication = nil, refId = nil, profile = nil) @merchantAuthentication = merchantAuthentication @refId = refId @profile = profile end |