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
customerProfileId - (any)
customerPaymentProfileId - (any)
validationDirectResponse - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) ⇒ CreateCustomerPaymentProfileResponse
constructor
A new instance of CreateCustomerPaymentProfileResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) ⇒ CreateCustomerPaymentProfileResponse
Returns a new instance of CreateCustomerPaymentProfileResponse.
3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/authorize_net/api/schema.rb', line 3071 def initialize(refId = nil, = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileId = nil, validationDirectResponse = nil) @refId = refId @messages = @sessionToken = sessionToken @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId @validationDirectResponse = validationDirectResponse end |