Implements
Constructors
new PaymentInfo()
new PaymentInfo(Defined in: WAProto/index.d.ts:10211p?):PaymentInfo
Parameters
p?
IPaymentInfo
Returns
PaymentInfo
Properties
amount1000?
Defined in: WAProto/index.d.ts:10213optionalamount1000:null|number|Long
Implementation of
IPaymentInfo.amount1000
currency?
Defined in: WAProto/index.d.ts:10220optionalcurrency:null|string
Implementation of
IPaymentInfo.currency
currencyDeprecated?
Defined in: WAProto/index.d.ts:10212optionalcurrencyDeprecated:null|Currency
Implementation of
IPaymentInfo.currencyDeprecated
exchangeAmount?
Defined in: WAProto/index.d.ts:10224optionalexchangeAmount:null|IMoney
Implementation of
IPaymentInfo.exchangeAmount
expiryTimestamp?
Defined in: WAProto/index.d.ts:10218optionalexpiryTimestamp:null|number|Long
Implementation of
IPaymentInfo.expiryTimestamp
futureproofed?
Defined in: WAProto/index.d.ts:10219optionalfutureproofed:null|boolean
Implementation of
IPaymentInfo.futureproofed
primaryAmount?
Defined in: WAProto/index.d.ts:10223optionalprimaryAmount:null|IMoney
Implementation of
IPaymentInfo.primaryAmount
receiverJid?
Defined in: WAProto/index.d.ts:10214optionalreceiverJid:null|string
Implementation of
IPaymentInfo.receiverJid
requestMessageKey?
Defined in: WAProto/index.d.ts:10217optionalrequestMessageKey:null|IMessageKey
Implementation of
IPaymentInfo.requestMessageKey
status?
Defined in: WAProto/index.d.ts:10215optionalstatus:null|Status
Implementation of
IPaymentInfo.status
transactionTimestamp?
Defined in: WAProto/index.d.ts:10216optionaltransactionTimestamp:null|number|Long
Implementation of
IPaymentInfo.transactionTimestamp
txnStatus?
Defined in: WAProto/index.d.ts:10221optionaltxnStatus:null|TxnStatus
Implementation of
IPaymentInfo.txnStatus
useNoviFiatFormat?
Defined in: WAProto/index.d.ts:10222optionaluseNoviFiatFormat:null|boolean
Implementation of
IPaymentInfo.useNoviFiatFormat
Methods
create()
Defined in: WAProto/index.d.ts:10225staticcreate(properties?):PaymentInfo
Parameters
properties?
IPaymentInfo
Returns
PaymentInfo
decode()
Defined in: WAProto/index.d.ts:10227staticdecode(r,l?):PaymentInfo
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
PaymentInfo
encode()
Defined in: WAProto/index.d.ts:10226staticencode(m,w?):Writer
Parameters
m
IPaymentInfo
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:10228staticfromObject(d):PaymentInfo
Parameters
d
Returns
PaymentInfo
getTypeUrl()
Defined in: WAProto/index.d.ts:10231staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:10230
Returns
object
toObject()
Defined in: WAProto/index.d.ts:10229statictoObject(m,o?):object
Parameters
m
PaymentInfo
o?
IConversionOptions
Returns
object