class AuthorizeNet::API::UpdateCustomerProfileRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}updateCustomerProfileRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
profile - CustomerProfileExType

Public Class Methods

new(merchantAuthentication = nil, refId = nil, profile = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3696
def initialize(merchantAuthentication = nil, refId = nil, profile = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @profile = profile
end