addProductAmount method

SSLCProductInitializer addProductAmount(
  1. double productAmount
)

Implementation

SSLCProductInitializer addProductAmount(double productAmount) {
  this.productAmount = productAmount;
  return this;
}