Class: AuthorizeNet::API::UpdateCustomerProfileRequest

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, profile = nil) ⇒ UpdateCustomerProfileRequest

Returns a new instance of UpdateCustomerProfileRequest.



2977
2978
2979
2980
2981
# File 'lib/authorize_net/api/schema.rb', line 2977

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