class AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}createCustomerProfileFromTransactionRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString transId - (any) customer - CustomerProfileBaseType customerProfileId - NumericStringsType
Public Class Methods
new(merchantAuthentication = nil, refId = nil, transId = nil, customer = nil, customerProfileId = nil, defaultPaymentProfile = nil, defaultShippingAddress = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3142 def initialize(merchantAuthentication = nil, refId = nil, transId = nil, customer = nil, customerProfileId = nil, defaultPaymentProfile = nil, defaultShippingAddress = nil) @merchantAuthentication = merchantAuthentication @refId = refId @transId = transId @customer = customer @customerProfileId = customerProfileId @defaultPaymentProfile = defaultPaymentProfile @defaultShippingAddress = defaultShippingAddress end