class CrvApiClient::Api::Reproduction::ProductAmount

{ws.crvholding.com/productTypes/}productAmount

productCd - SOAP::SOAPString
batchNr - SOAP::SOAPString
amount - SOAP::SOAPString

Attributes

amount[RW]
batchNr[RW]
productCd[RW]

Public Class Methods

new(productCd = nil, batchNr = nil, amount = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2605
def initialize(productCd = nil, batchNr = nil, amount = nil)
  @productCd = productCd
  @batchNr = batchNr
  @amount = amount
end