Method: AuthorizeNet::API::BatchDetailsType#initialize

Defined in:
lib/authorize_net/api/schema.rb

#initialize(batchId = nil, settlementTimeUTC = nil, settlementTimeLocal = nil, settlementState = nil, paymentMethod = nil, marketType = nil, product = nil, statistics = nil) ⇒ BatchDetailsType

Returns a new instance of BatchDetailsType.



1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
# File 'lib/authorize_net/api/schema.rb', line 1829

def initialize(batchId = nil, settlementTimeUTC = nil, settlementTimeLocal = nil, settlementState = nil, paymentMethod = nil, marketType = nil, product = nil, statistics = nil)
  @batchId = batchId
  @settlementTimeUTC = settlementTimeUTC
  @settlementTimeLocal = settlementTimeLocal
  @settlementState = settlementState
  @paymentMethod = paymentMethod
  @marketType = marketType
  @product = product
  @statistics = statistics
end