Class: AuthorizeNet::API::CreateCustomerPaymentProfileResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerPaymentProfileResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerPaymentProfileResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
customerPaymentProfileId - (any)
validationDirectResponse - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) ⇒ CreateCustomerPaymentProfileResponse
constructor
A new instance of CreateCustomerPaymentProfileResponse.
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, = nil, sessionToken = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) @refId = refId @messages = @sessionToken = sessionToken @customerPaymentProfileId = customerPaymentProfileId @validationDirectResponse = validationDirectResponse end |