class AuthorizeNet::API::ProfileTransactionType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransactionType

profileTransAuthCapture - ProfileTransAuthCaptureType
profileTransAuthOnly - ProfileTransAuthOnlyType
profileTransPriorAuthCapture - ProfileTransPriorAuthCaptureType
profileTransCaptureOnly - ProfileTransCaptureOnlyType
profileTransRefund - ProfileTransRefundType
profileTransVoid - ProfileTransVoidType

Public Class Methods

new(profileTransAuthCapture = nil, profileTransAuthOnly = nil, profileTransPriorAuthCapture = nil, profileTransCaptureOnly = nil, profileTransRefund = nil, profileTransVoid = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 1942
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