class AuthorizeNet::API::CreateCustomerPaymentProfileResponse

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}createCustomerPaymentProfileResponse

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

Public Class Methods

new(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3456
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