Implements
Constructors
new ProductSnapshot()
new ProductSnapshot(Defined in: WAProto/index.d.ts:8533p?):ProductSnapshot
Parameters
p?
IProductSnapshot
Returns
ProductSnapshot
Properties
currencyCode?
Defined in: WAProto/index.d.ts:8538optionalcurrencyCode:null|string
Implementation of
IProductSnapshot.currencyCode
description?
Defined in: WAProto/index.d.ts:8537optionaldescription:null|string
Implementation of
IProductSnapshot.description
firstImageId?
Defined in: WAProto/index.d.ts:8543optionalfirstImageId:null|string
Implementation of
IProductSnapshot.firstImageId
priceAmount1000?
Defined in: WAProto/index.d.ts:8539optionalpriceAmount1000:null|number|Long
Implementation of
IProductSnapshot.priceAmount1000
productId?
Defined in: WAProto/index.d.ts:8535optionalproductId:null|string
Implementation of
IProductSnapshot.productId
productImage?
Defined in: WAProto/index.d.ts:8534optionalproductImage:null|IImageMessage
Implementation of
IProductSnapshot.productImage
productImageCount?
Defined in: WAProto/index.d.ts:8542optionalproductImageCount:null|number
Implementation of
IProductSnapshot.productImageCount
retailerId?
Defined in: WAProto/index.d.ts:8540optionalretailerId:null|string
Implementation of
IProductSnapshot.retailerId
salePriceAmount1000?
Defined in: WAProto/index.d.ts:8544optionalsalePriceAmount1000:null|number|Long
Implementation of
IProductSnapshot.salePriceAmount1000
signedUrl?
Defined in: WAProto/index.d.ts:8545optionalsignedUrl:null|string
Implementation of
IProductSnapshot.signedUrl
title?
Defined in: WAProto/index.d.ts:8536optionaltitle:null|string
Implementation of
IProductSnapshot.title
url?
Defined in: WAProto/index.d.ts:8541optionalurl:null|string
Implementation of
IProductSnapshot.url
Methods
create()
Defined in: WAProto/index.d.ts:8546staticcreate(properties?):ProductSnapshot
Parameters
properties?
IProductSnapshot
Returns
ProductSnapshot
decode()
Defined in: WAProto/index.d.ts:8548staticdecode(r,l?):ProductSnapshot
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
ProductSnapshot
encode()
Defined in: WAProto/index.d.ts:8547staticencode(m,w?):Writer
Parameters
m
IProductSnapshot
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:8549staticfromObject(d):ProductSnapshot
Parameters
d
Returns
ProductSnapshot
getTypeUrl()
Defined in: WAProto/index.d.ts:8552staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:8551
Returns
object
toObject()
Defined in: WAProto/index.d.ts:8550statictoObject(m,o?):object
Parameters
m
ProductSnapshot
o?
IConversionOptions
Returns
object