Interface LabCost.UpdateStages.WithCurrencyCode

All Known Subinterfaces:
LabCost.Update
Enclosing interface:
LabCost.UpdateStages

public static interface LabCost.UpdateStages.WithCurrencyCode
The stage of the LabCost update allowing to specify currencyCode.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCurrencyCode(String currencyCode)
    Specifies the currencyCode property: The currency code of the cost..
  • Method Details

    • withCurrencyCode

      LabCost.Update withCurrencyCode(String currencyCode)
      Specifies the currencyCode property: The currency code of the cost..
      Parameters:
      currencyCode - The currency code of the cost.
      Returns:
      the next definition stage.