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