Uses of Enum Class
it.auties.whatsapp.model.info.PaymentInfo.Currency
Packages that use PaymentInfo.Currency
-
Uses of PaymentInfo.Currency in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as PaymentInfo.CurrencyModifier and TypeFieldDescriptionprivate final PaymentInfo.CurrencyPaymentInfo.currencyDeprecatedDeprecated.private PaymentInfo.CurrencyPaymentInfoBuilder.currencyDeprecatedMethods in it.auties.whatsapp.model.info that return PaymentInfo.CurrencyModifier and TypeMethodDescriptionPaymentInfo.currencyDeprecated()Deprecated.static PaymentInfo.CurrencyReturns the enum constant of this class with the specified name.static PaymentInfo.Currency[]PaymentInfo.Currency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.info that return types with arguments of type PaymentInfo.CurrencyModifier and TypeMethodDescriptionstatic Optional<PaymentInfo.Currency> PaymentInfoCurrencySpec.decode(int index) Methods in it.auties.whatsapp.model.info with parameters of type PaymentInfo.CurrencyModifier and TypeMethodDescriptionPaymentInfoBuilder.currencyDeprecated(PaymentInfo.Currency currencyDeprecated) static IntegerPaymentInfoCurrencySpec.encode(PaymentInfo.Currency protoInputObject) Constructors in it.auties.whatsapp.model.info with parameters of type PaymentInfo.CurrencyModifierConstructorDescriptionPaymentInfo(PaymentInfo.Currency currencyDeprecated, long amount1000, Jid receiverJid, PaymentInfo.Status status, long transactionTimestampSeconds, ChatMessageKey requestMessageKey, long expiryTimestampSeconds, boolean futureProofed, String currency, PaymentInfo.TransactionStatus transactionStatus, boolean useNoviFormat, PaymentMoney primaryAmount, PaymentMoney exchangeAmount) Creates an instance of aPaymentInforecord class.