Class: AuthorizeNet::API::AUUpdateType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::AUUpdateType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdAUUpdateType
Instance Method Summary collapse
-
#initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, newCreditCard = nil, oldCreditCard = nil) ⇒ AUUpdateType
constructor
A new instance of AUUpdateType.
Constructor Details
#initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, newCreditCard = nil, oldCreditCard = nil) ⇒ AUUpdateType
Returns a new instance of AUUpdateType.
5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 |
# File 'lib/authorize_net/api/schema.rb', line 5049 def initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, newCreditCard = nil, oldCreditCard = nil) @customerProfileID = customerProfileID @customerPaymentProfileID = customerPaymentProfileID @firstName = firstName @lastName = lastName @updateTimeUTC = updateTimeUTC @auReasonCode = auReasonCode @reasonDescription = reasonDescription @newCreditCard = newCreditCard @oldCreditCard = oldCreditCard end |