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.



2784
2785
2786
2787
2788
2789
2790
# File 'lib/authorize_net/api/schema.rb', line 2784

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