Uses of Record Class
it.auties.whatsapp.model.payment.PaymentMoney
Packages that use PaymentMoney
Package
Description
-
Uses of PaymentMoney in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as PaymentMoneyModifier and TypeFieldDescriptionprivate final PaymentMoneyPaymentInfo.exchangeAmountThe field for theexchangeAmountrecord component.private PaymentMoneyPaymentInfoBuilder.exchangeAmountprivate final PaymentMoneyPaymentInfo.primaryAmountThe field for theprimaryAmountrecord component.private PaymentMoneyPaymentInfoBuilder.primaryAmountMethods in it.auties.whatsapp.model.info that return PaymentMoneyModifier and TypeMethodDescriptionPaymentInfo.exchangeAmount()Returns the value of theexchangeAmountrecord component.PaymentInfo.primaryAmount()Returns the value of theprimaryAmountrecord component.Methods in it.auties.whatsapp.model.info with parameters of type PaymentMoneyModifier and TypeMethodDescriptionPaymentInfoBuilder.exchangeAmount(PaymentMoney exchangeAmount) PaymentInfoBuilder.primaryAmount(PaymentMoney primaryAmount) Constructors in it.auties.whatsapp.model.info with parameters of type PaymentMoneyModifierConstructorDescriptionPaymentInfo(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. -
Uses of PaymentMoney in it.auties.whatsapp.model.message.payment
Fields in it.auties.whatsapp.model.message.payment declared as PaymentMoneyModifier and TypeFieldDescriptionprivate final PaymentMoneyRequestPaymentMessage.amountThe field for theamountrecord component.private PaymentMoneyRequestPaymentMessageBuilder.amountMethods in it.auties.whatsapp.model.message.payment that return PaymentMoneyModifier and TypeMethodDescriptionRequestPaymentMessage.amount()Returns the value of theamountrecord component.Methods in it.auties.whatsapp.model.message.payment with parameters of type PaymentMoneyConstructors in it.auties.whatsapp.model.message.payment with parameters of type PaymentMoneyModifierConstructorDescriptionRequestPaymentMessage(String currency, long amount1000, Jid requestFrom, Optional<MessageContainer> noteMessage, long expiryTimestampSeconds, PaymentMoney amount, Optional<PaymentBackground> background) Creates an instance of aRequestPaymentMessagerecord class. -
Uses of PaymentMoney in it.auties.whatsapp.model.payment
Methods in it.auties.whatsapp.model.payment that return PaymentMoneyModifier and TypeMethodDescriptionPaymentMoneyBuilder.build()static PaymentMoneyPaymentMoneySpec.decode(byte[] input) Methods in it.auties.whatsapp.model.payment with parameters of type PaymentMoneyModifier and TypeMethodDescriptionstatic byte[]PaymentMoneySpec.encode(PaymentMoney protoInputObject)