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.



3408
3409
3410
3411
3412
# File 'lib/authorize_net/api/schema.rb', line 3408

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