Uses of Enum Class
it.auties.whatsapp.model.info.PaymentInfo.TransactionStatus
Packages that use PaymentInfo.TransactionStatus
-
Uses of PaymentInfo.TransactionStatus in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as PaymentInfo.TransactionStatusModifier and TypeFieldDescriptionprivate final PaymentInfo.TransactionStatusPaymentInfo.transactionStatusThe field for thetransactionStatusrecord component.private PaymentInfo.TransactionStatusPaymentInfoBuilder.transactionStatusMethods in it.auties.whatsapp.model.info that return PaymentInfo.TransactionStatusModifier and TypeMethodDescriptionPaymentInfo.transactionStatus()Returns the value of thetransactionStatusrecord component.Returns the enum constant of this class with the specified name.static PaymentInfo.TransactionStatus[]PaymentInfo.TransactionStatus.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.TransactionStatusMethods in it.auties.whatsapp.model.info with parameters of type PaymentInfo.TransactionStatusModifier and TypeMethodDescriptionstatic IntegerPaymentInfoTransactionStatusSpec.encode(PaymentInfo.TransactionStatus protoInputObject) PaymentInfoBuilder.transactionStatus(PaymentInfo.TransactionStatus transactionStatus) Constructors in it.auties.whatsapp.model.info with parameters of type PaymentInfo.TransactionStatusModifierConstructorDescriptionPaymentInfo(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.