WalletConstants.TotalPriceStatus

  • WalletConstants.TotalPriceStatus is an annotation used to indicate the status of the total price in TransactionInfo.

  • It has three available options: TOTAL_PRICE_STATUS_NOT_CURRENTLY_KNOWN, TOTAL_PRICE_STATUS_ESTIMATED, and TOTAL_PRICE_STATUS_FINAL.

  • It inherits standard annotation methods like annotationType(), equals(), hashCode(), and toString().

public static abstract @interface WalletConstants.TotalPriceStatus implements Annotation

Inherited Method Summary