Class: AuthorizeNet::API::CreateCustomerPaymentProfileResponse

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerPaymentProfileResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString
customerPaymentProfileId - (any)
validationDirectResponse - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(refId = nil, messages = nil, sessionToken = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) ⇒ CreateCustomerPaymentProfileResponse

Returns a new instance of CreateCustomerPaymentProfileResponse.



2842
2843
2844
2845
2846
2847
2848
# File 'lib/authorize_net/api/schema.rb', line 2842

def initialize(refId = nil, messages = nil, sessionToken = nil, customerPaymentProfileId = nil, validationDirectResponse = nil)
  @refId = refId
  @messages = messages
  @sessionToken = sessionToken
  @customerPaymentProfileId = customerPaymentProfileId
  @validationDirectResponse = validationDirectResponse
end