public interface Price
Price
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    Get amount
    ISO 4217 currency code
  • Method Details

    • getCurrencyId

      String getCurrencyId()
      ISO 4217 currency code
      Returns:
      currencyId
    • getAmount

      Float getAmount()
      Get amount
      Returns:
      amount
    • builder

      static Price.Builder builder()
      Getting builder
      Returns:
      New Builder instance