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.



1897
1898
1899
1900
1901
1902
1903
1904
# File 'lib/authorize_net/api/schema.rb', line 1897

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