Class: AuthorizeNet::API::AUDetailsType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdAUDetailsType

Instance Method Summary collapse

Constructor Details

#initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil) ⇒ AUDetailsType

Returns a new instance of AUDetailsType.



5097
5098
5099
5100
5101
5102
5103
5104
5105
# File 'lib/authorize_net/api/schema.rb', line 5097

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