class AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}createCustomerProfileFromTransactionRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString transId - (any) customer - CustomerProfileBaseType customerProfileId - (any) defaultPaymentProfile - SOAP::SOAPBoolean defaultShippingAddress - SOAP::SOAPBoolean 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 3532 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