class AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
transId - (any)
customer - CustomerProfileBaseType
customerProfileId - NumericStringsType
profileType - CustomerProfileTypeEnum

Public Class Methods

new(merchantAuthentication = nil, refId = nil, transId = nil, customer = nil, customerProfileId = nil, defaultPaymentProfile = nil, defaultShippingAddress = nil, profileType = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3518
def initialize(merchantAuthentication = nil, refId = nil, transId = nil, customer = nil, customerProfileId = nil, defaultPaymentProfile = nil, defaultShippingAddress = nil, profileType = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @transId = transId
  @customer = customer
  @customerProfileId = customerProfileId
  @defaultPaymentProfile = defaultPaymentProfile
  @defaultShippingAddress = defaultShippingAddress
  @profileType = profileType
end