Class: AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerProfileFromTransactionRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, transId = nil, customer = nil, customerProfileId = nil, defaultPaymentProfile = nil, defaultShippingAddress = nil, profileType = nil) ⇒ CreateCustomerProfileFromTransactionRequest

Returns a new instance of CreateCustomerProfileFromTransactionRequest.



3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/authorize_net/api/schema.rb', line 3245

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