Class: AuthorizeNet::API::ProfileTransactionType

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(profileTransAuthCapture = nil, profileTransAuthOnly = nil, profileTransPriorAuthCapture = nil, profileTransCaptureOnly = nil, profileTransRefund = nil, profileTransVoid = nil) ⇒ ProfileTransactionType

Returns a new instance of ProfileTransactionType.



1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/authorize_net/api/schema.rb', line 1706

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