class AuthorizeNet::API::CreateProfileResponse

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

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

Public Class Methods

new(messages = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 2393
def initialize(messages = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil)
  @messages = messages
  @customerProfileId = customerProfileId
  @customerPaymentProfileIdList = customerPaymentProfileIdList
  @customerShippingAddressIdList = customerShippingAddressIdList
end