Class: OrderMessage
Defined in: WAProto/index.d.ts:7577
Implements
Constructors
new OrderMessage()
new OrderMessage(
p?):OrderMessage
Defined in: WAProto/index.d.ts:7578
Parameters
p?
Returns
Properties
catalogType?
optionalcatalogType:null|string
Defined in: WAProto/index.d.ts:7593
Implementation of
contextInfo?
optionalcontextInfo:null|IContextInfo
Defined in: WAProto/index.d.ts:7590
Implementation of
itemCount?
optionalitemCount:null|number
Defined in: WAProto/index.d.ts:7581
Implementation of
message?
optionalmessage:null|string
Defined in: WAProto/index.d.ts:7584
Implementation of
messageVersion?
optionalmessageVersion:null|number
Defined in: WAProto/index.d.ts:7591
Implementation of
orderId?
optionalorderId:null|string
Defined in: WAProto/index.d.ts:7579
Implementation of
orderRequestMessageId?
optionalorderRequestMessageId:null|IMessageKey
Defined in: WAProto/index.d.ts:7592
Implementation of
IOrderMessage.orderRequestMessageId
orderTitle?
optionalorderTitle:null|string
Defined in: WAProto/index.d.ts:7585
Implementation of
sellerJid?
optionalsellerJid:null|string
Defined in: WAProto/index.d.ts:7586
Implementation of
status?
optionalstatus:null|OrderStatus
Defined in: WAProto/index.d.ts:7582
Implementation of
surface?
optionalsurface:null|CATALOG
Defined in: WAProto/index.d.ts:7583
Implementation of
thumbnail?
optionalthumbnail:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7580
Implementation of
token?
optionaltoken:null|string
Defined in: WAProto/index.d.ts:7587
Implementation of
totalAmount1000?
optionaltotalAmount1000:null|number|Long
Defined in: WAProto/index.d.ts:7588
Implementation of
totalCurrencyCode?
optionaltotalCurrencyCode:null|string
Defined in: WAProto/index.d.ts:7589
Implementation of
IOrderMessage.totalCurrencyCode
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:7599
Returns
object
create()
staticcreate(properties?):OrderMessage
Defined in: WAProto/index.d.ts:7594
Parameters
properties?
Returns
decode()
staticdecode(r,l?):OrderMessage
Defined in: WAProto/index.d.ts:7596
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:7595
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):OrderMessage
Defined in: WAProto/index.d.ts:7597
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:7600
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:7598
Parameters
m
o?
IConversionOptions
Returns
object