class AuthorizeNet::API::AUDetailsType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}AUDetailsType
Public Class Methods
new(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 5078 def initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil) @customerProfileID = customerProfileID @customerPaymentProfileID = customerPaymentProfileID @firstName = firstName @lastName = lastName @updateTimeUTC = updateTimeUTC @auReasonCode = auReasonCode @reasonDescription = reasonDescription end