Class: AuthorizeNet::API::ProfileTransactionType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::ProfileTransactionType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdprofileTransactionType
profileTransAuthCapture - ProfileTransAuthCaptureType
profileTransAuthOnly - ProfileTransAuthOnlyType
profileTransPriorAuthCapture - ProfileTransPriorAuthCaptureType
profileTransCaptureOnly - ProfileTransCaptureOnlyType
profileTransRefund - ProfileTransRefundType
profileTransVoid - ProfileTransVoidType
Instance Method Summary collapse
-
#initialize(profileTransAuthCapture = nil, profileTransAuthOnly = nil, profileTransPriorAuthCapture = nil, profileTransCaptureOnly = nil, profileTransRefund = nil, profileTransVoid = nil) ⇒ ProfileTransactionType
constructor
A new instance of ProfileTransactionType.
Constructor Details
#initialize(profileTransAuthCapture = nil, profileTransAuthOnly = nil, profileTransPriorAuthCapture = nil, profileTransCaptureOnly = nil, profileTransRefund = nil, profileTransVoid = nil) ⇒ ProfileTransactionType
Returns a new instance of ProfileTransactionType.
1633 1634 1635 1636 1637 1638 1639 1640 |
# File 'lib/authorize_net/api/schema.rb', line 1633 def initialize(profileTransAuthCapture = nil, profileTransAuthOnly = nil, profileTransPriorAuthCapture = nil, profileTransCaptureOnly = nil, profileTransRefund = nil, profileTransVoid = nil) @profileTransAuthCapture = profileTransAuthCapture @profileTransAuthOnly = profileTransAuthOnly @profileTransPriorAuthCapture = profileTransPriorAuthCapture @profileTransCaptureOnly = profileTransCaptureOnly @profileTransRefund = profileTransRefund @profileTransVoid = profileTransVoid end |