Class: AuthorizeNet::API::AUDeleteType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdAUDeleteType

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AUDeleteType.



4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
# File 'lib/authorize_net/api/schema.rb', line 4759

def initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, creditCard = nil)
  @customerProfileID = customerProfileID
  @customerPaymentProfileID = customerPaymentProfileID
  @firstName = firstName
  @lastName = lastName
  @updateTimeUTC = updateTimeUTC
  @auReasonCode = auReasonCode
  @reasonDescription = reasonDescription
  @creditCard = creditCard
end