Class: InvoiceMessage
Defined in: WAProto/index.d.ts:7041
Implements
Constructors
new InvoiceMessage()
new InvoiceMessage(
p?):InvoiceMessage
Defined in: WAProto/index.d.ts:7042
Parameters
p?
Returns
Properties
attachmentDirectPath?
optionalattachmentDirectPath:null|string
Defined in: WAProto/index.d.ts:7051
Implementation of
IInvoiceMessage.attachmentDirectPath
attachmentFileEncSha256?
optionalattachmentFileEncSha256:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7050
Implementation of
IInvoiceMessage.attachmentFileEncSha256
attachmentFileSha256?
optionalattachmentFileSha256:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7049
Implementation of
IInvoiceMessage.attachmentFileSha256
attachmentJpegThumbnail?
optionalattachmentJpegThumbnail:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7052
Implementation of
IInvoiceMessage.attachmentJpegThumbnail
attachmentMediaKey?
optionalattachmentMediaKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7047
Implementation of
IInvoiceMessage.attachmentMediaKey
attachmentMediaKeyTimestamp?
optionalattachmentMediaKeyTimestamp:null|number|Long
Defined in: WAProto/index.d.ts:7048
Implementation of
IInvoiceMessage.attachmentMediaKeyTimestamp
attachmentMimetype?
optionalattachmentMimetype:null|string
Defined in: WAProto/index.d.ts:7046
Implementation of
IInvoiceMessage.attachmentMimetype
attachmentType?
optionalattachmentType:null|AttachmentType
Defined in: WAProto/index.d.ts:7045
Implementation of
IInvoiceMessage.attachmentType
note?
optionalnote:null|string
Defined in: WAProto/index.d.ts:7043
Implementation of
token?
optionaltoken:null|string
Defined in: WAProto/index.d.ts:7044
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:7058
Returns
object
create()
staticcreate(properties?):InvoiceMessage
Defined in: WAProto/index.d.ts:7053
Parameters
properties?
Returns
decode()
staticdecode(r,l?):InvoiceMessage
Defined in: WAProto/index.d.ts:7055
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:7054
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):InvoiceMessage
Defined in: WAProto/index.d.ts:7056
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:7059
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:7057
Parameters
m
o?
IConversionOptions
Returns
object