java.lang.Object
com.samsung.android.sdk.samsungpay.v2.payment.sheet.AmountConstants

public class AmountConstants extends Object
This class contains constants for AmountControlBox.
Since:
API Level 1.3
  • Field Details

    • FORMAT_TOTAL_PRICE_ONLY

      public static final String FORMAT_TOTAL_PRICE_ONLY
      This is an option to display price value only for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_ESTIMATED_AMOUNT

      public static final String FORMAT_TOTAL_ESTIMATED_AMOUNT
      This is an option to display "Total (Estimated amount)" with price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_ESTIMATED_CHARGE

      public static final String FORMAT_TOTAL_ESTIMATED_CHARGE
      This is an option to display "Total (Estimated charge)" with price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_ESTIMATED_FARE

      public static final String FORMAT_TOTAL_ESTIMATED_FARE
      This is an option to display "Total (Estimated fare)" with price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_FREE_TEXT_ONLY

      public static final String FORMAT_TOTAL_FREE_TEXT_ONLY
      This is an option to display "Free" instead of price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_AMOUNT_PENDING

      public static final String FORMAT_TOTAL_AMOUNT_PENDING
      This is an option to display "Total (Amount pending)" with price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_AMOUNT_PENDING_TEXT_ONLY

      public static final String FORMAT_TOTAL_AMOUNT_PENDING_TEXT_ONLY
      This is an option to display "Amount pending" instead of price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_PENDING

      public static final String FORMAT_TOTAL_PENDING
      This is an option to display "Total (Pending)" with price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_PENDING_TEXT_ONLY

      public static final String FORMAT_TOTAL_PENDING_TEXT_ONLY
      This is an option to display "Pending" instead of price value for AmountTotal on custom payment sheet.
      Since:
      API Level 1.3
      See Also:
    • FORMAT_TOTAL_UP_TO_AMOUNT

      public static final String FORMAT_TOTAL_UP_TO_AMOUNT
      This is an option to display "Total (Up to amount)" with price value for AmountTotal on custom payment sheet.
      Since:
      API Level 2.6
      See Also:
  • Constructor Details

    • AmountConstants

      public AmountConstants()