Class: AuthorizeNet::API::AUDeleteType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::AUDeleteType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdAUDeleteType
Instance Method Summary collapse
-
#initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, creditCard = nil) ⇒ AUDeleteType
constructor
A new instance of AUDeleteType.
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.
5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/authorize_net/api/schema.rb', line 5074 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 |