Class: AuthorizeNet::API::CreateProfileResponse

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateProfileResponse

messages - MessagesType
customerProfileId - (any)
customerPaymentProfileIdList - ArrayOfNumericString
customerShippingAddressIdList - ArrayOfNumericString

Instance Method Summary collapse

Constructor Details

#initialize(messages = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil) ⇒ CreateProfileResponse

Returns a new instance of CreateProfileResponse.



2496
2497
2498
2499
2500
2501
# File 'lib/authorize_net/api/schema.rb', line 2496

def initialize(messages = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil)
  @messages = messages
  @customerProfileId = customerProfileId
  @customerPaymentProfileIdList = customerPaymentProfileIdList
  @customerShippingAddressIdList = customerShippingAddressIdList
end