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
customerProfileId - (any)
customerPaymentProfileId - (any)
validationDirectResponse - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CreateCustomerPaymentProfileResponse.



3172
3173
3174
3175
3176
3177
3178
3179
# File 'lib/authorize_net/api/schema.rb', line 3172

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