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.



3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
# 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