Class: AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest
- 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 - (any)
defaultPaymentProfile - SOAP::SOAPBoolean
defaultShippingAddress - SOAP::SOAPBoolean
profileType - CustomerProfileTypeEnum
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, transId = nil, customer = nil, customerProfileId = nil, defaultPaymentProfile = nil, defaultShippingAddress = nil, profileType = nil) ⇒ CreateCustomerProfileFromTransactionRequest
constructor
A new instance of CreateCustomerProfileFromTransactionRequest.
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.
3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 |
# 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 |