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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CreateCustomerProfileFromTransactionRequest.



3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'lib/authorize_net/api/schema.rb', line 3129

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