PaymentInfo
amiudmodz / proto / PaymentInfo
Class: PaymentInfo
Defined in: WAProto/index.d.ts:11382
Implements
Constructors
new PaymentInfo()
new PaymentInfo(
p?):PaymentInfo
Defined in: WAProto/index.d.ts:11383
Parameters
p?
Returns
Properties
amount1000?
optionalamount1000:null|number|Long
Defined in: WAProto/index.d.ts:11385
Implementation of
currency?
optionalcurrency:null|string
Defined in: WAProto/index.d.ts:11392
Implementation of
currencyDeprecated?
optionalcurrencyDeprecated:null|Currency
Defined in: WAProto/index.d.ts:11384
Implementation of
IPaymentInfo.currencyDeprecated
exchangeAmount?
optionalexchangeAmount:null|IMoney
Defined in: WAProto/index.d.ts:11396
Implementation of
expiryTimestamp?
optionalexpiryTimestamp:null|number|Long
Defined in: WAProto/index.d.ts:11390
Implementation of
futureproofed?
optionalfutureproofed:null|boolean
Defined in: WAProto/index.d.ts:11391
Implementation of
primaryAmount?
optionalprimaryAmount:null|IMoney
Defined in: WAProto/index.d.ts:11395
Implementation of
receiverJid?
optionalreceiverJid:null|string
Defined in: WAProto/index.d.ts:11386
Implementation of
requestMessageKey?
optionalrequestMessageKey:null|IMessageKey
Defined in: WAProto/index.d.ts:11389
Implementation of
IPaymentInfo.requestMessageKey
status?
optionalstatus:null|Status
Defined in: WAProto/index.d.ts:11387
Implementation of
transactionTimestamp?
optionaltransactionTimestamp:null|number|Long
Defined in: WAProto/index.d.ts:11388
Implementation of
IPaymentInfo.transactionTimestamp
txnStatus?
optionaltxnStatus:null|TxnStatus
Defined in: WAProto/index.d.ts:11393
Implementation of
useNoviFiatFormat?
optionaluseNoviFiatFormat:null|boolean
Defined in: WAProto/index.d.ts:11394
Implementation of
IPaymentInfo.useNoviFiatFormat
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:11402
Returns
object
create()
staticcreate(properties?):PaymentInfo
Defined in: WAProto/index.d.ts:11397
Parameters
properties?
Returns
decode()
staticdecode(r,l?):PaymentInfo
Defined in: WAProto/index.d.ts:11399
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:11398
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):PaymentInfo
Defined in: WAProto/index.d.ts:11400
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:11403
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:11401
Parameters
m
o?
IConversionOptions
Returns
object