Class: AuthorizeNet::API::CreateProfileResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateProfileResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateProfileResponse
- MessagesType
customerProfileId - (any)
customerPaymentProfileIdList - ArrayOfNumericString
customerShippingAddressIdList - ArrayOfNumericString
Instance Method Summary collapse
-
#initialize(messages = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil) ⇒ CreateProfileResponse
constructor
A new instance of CreateProfileResponse.
Constructor Details
#initialize(messages = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil) ⇒ CreateProfileResponse
Returns a new instance of CreateProfileResponse.
2393 2394 2395 2396 2397 2398 |
# File 'lib/authorize_net/api/schema.rb', line 2393 def initialize( = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil) @messages = @customerProfileId = customerProfileId @customerPaymentProfileIdList = customerPaymentProfileIdList @customerShippingAddressIdList = customerShippingAddressIdList end |