Class: AuthorizeNet::API::BatchStatisticType

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdbatchStatisticType

accountType - SOAP::SOAPString
chargeAmount - SOAP::SOAPDecimal
chargeCount - SOAP::SOAPInt
refundAmount - SOAP::SOAPDecimal
refundCount - SOAP::SOAPInt
voidCount - SOAP::SOAPInt
declineCount - SOAP::SOAPInt
errorCount - SOAP::SOAPInt
returnedItemAmount - SOAP::SOAPDecimal
returnedItemCount - SOAP::SOAPInt
chargebackAmount - SOAP::SOAPDecimal
chargebackCount - SOAP::SOAPInt
correctionNoticeCount - SOAP::SOAPInt
chargeChargeBackAmount - SOAP::SOAPDecimal
chargeChargeBackCount - SOAP::SOAPInt
refundChargeBackAmount - SOAP::SOAPDecimal
refundChargeBackCount - SOAP::SOAPInt
chargeReturnedItemsAmount - SOAP::SOAPDecimal
chargeReturnedItemsCount - SOAP::SOAPInt
refundReturnedItemsAmount - SOAP::SOAPDecimal
refundReturnedItemsCount - SOAP::SOAPInt

Instance Method Summary collapse

Constructor Details

#initialize(accountType = nil, chargeAmount = nil, chargeCount = nil, refundAmount = nil, refundCount = nil, voidCount = nil, declineCount = nil, errorCount = nil, returnedItemAmount = nil, returnedItemCount = nil, chargebackAmount = nil, chargebackCount = nil, correctionNoticeCount = nil, chargeChargeBackAmount = nil, chargeChargeBackCount = nil, refundChargeBackAmount = nil, refundChargeBackCount = nil, chargeReturnedItemsAmount = nil, chargeReturnedItemsCount = nil, refundReturnedItemsAmount = nil, refundReturnedItemsCount = nil) ⇒ BatchStatisticType

Returns a new instance of BatchStatisticType.



1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/authorize_net/api/schema.rb', line 1883

def initialize(accountType = nil, chargeAmount = nil, chargeCount = nil, refundAmount = nil, refundCount = nil, voidCount = nil, declineCount = nil, errorCount = nil, returnedItemAmount = nil, returnedItemCount = nil, chargebackAmount = nil, chargebackCount = nil, correctionNoticeCount = nil, chargeChargeBackAmount = nil, chargeChargeBackCount = nil, refundChargeBackAmount = nil, refundChargeBackCount = nil, chargeReturnedItemsAmount = nil, chargeReturnedItemsCount = nil, refundReturnedItemsAmount = nil, refundReturnedItemsCount = nil)
  @accountType = accountType
  @chargeAmount = chargeAmount
  @chargeCount = chargeCount
  @refundAmount = refundAmount
  @refundCount = refundCount
  @voidCount = voidCount
  @declineCount = declineCount
  @errorCount = errorCount
  @returnedItemAmount = returnedItemAmount
  @returnedItemCount = returnedItemCount
  @chargebackAmount = chargebackAmount
  @chargebackCount = chargebackCount
  @correctionNoticeCount = correctionNoticeCount
  @chargeChargeBackAmount = chargeChargeBackAmount
  @chargeChargeBackCount = chargeChargeBackCount
  @refundChargeBackAmount = refundChargeBackAmount
  @refundChargeBackCount = refundChargeBackCount
  @chargeReturnedItemsAmount = chargeReturnedItemsAmount
  @chargeReturnedItemsCount = chargeReturnedItemsCount
  @refundReturnedItemsAmount = refundReturnedItemsAmount
  @refundReturnedItemsCount = refundReturnedItemsCount
end