Implements
Constructors
new RequestPaymentMessage()
new RequestPaymentMessage(Defined in: WAProto/index.d.ts:8701p?):RequestPaymentMessage
Parameters
p?
IRequestPaymentMessage
Returns
RequestPaymentMessage
Properties
amount?
Defined in: WAProto/index.d.ts:8707optionalamount:null|IMoney
Implementation of
IRequestPaymentMessage.amount
amount1000?
Defined in: WAProto/index.d.ts:8704optionalamount1000:null|number|Long
Implementation of
IRequestPaymentMessage.amount1000
background?
Defined in: WAProto/index.d.ts:8708optionalbackground:null|IPaymentBackground
Implementation of
IRequestPaymentMessage.background
currencyCodeIso4217?
Defined in: WAProto/index.d.ts:8703optionalcurrencyCodeIso4217:null|string
Implementation of
IRequestPaymentMessage.currencyCodeIso4217
expiryTimestamp?
Defined in: WAProto/index.d.ts:8706optionalexpiryTimestamp:null|number|Long
Implementation of
IRequestPaymentMessage.expiryTimestamp
noteMessage?
Defined in: WAProto/index.d.ts:8702optionalnoteMessage:null|IMessage
Implementation of
IRequestPaymentMessage.noteMessage
requestFrom?
Defined in: WAProto/index.d.ts:8705optionalrequestFrom:null|string
Implementation of
IRequestPaymentMessage.requestFrom
Methods
create()
Defined in: WAProto/index.d.ts:8709staticcreate(properties?):RequestPaymentMessage
Parameters
properties?
IRequestPaymentMessage
Returns
RequestPaymentMessage
decode()
Defined in: WAProto/index.d.ts:8711staticdecode(r,l?):RequestPaymentMessage
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
RequestPaymentMessage
encode()
Defined in: WAProto/index.d.ts:8710staticencode(m,w?):Writer
Parameters
m
IRequestPaymentMessage
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:8712staticfromObject(d):RequestPaymentMessage
Parameters
d
Returns
RequestPaymentMessage
getTypeUrl()
Defined in: WAProto/index.d.ts:8715staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:8714
Returns
object
toObject()
Defined in: WAProto/index.d.ts:8713statictoObject(m,o?):object
Parameters
m
RequestPaymentMessage
o?
IConversionOptions
Returns
object