Skip to main content
Defined in: WAProto/index.d.ts:8532

Implements

Constructors

new ProductSnapshot()

new ProductSnapshot(p?): ProductSnapshot
Defined in: WAProto/index.d.ts:8533

Parameters

p?
IProductSnapshot

Returns

ProductSnapshot

Properties

currencyCode?

optional currencyCode: null | string
Defined in: WAProto/index.d.ts:8538

Implementation of

IProductSnapshot.currencyCode

description?

optional description: null | string
Defined in: WAProto/index.d.ts:8537

Implementation of

IProductSnapshot.description

firstImageId?

optional firstImageId: null | string
Defined in: WAProto/index.d.ts:8543

Implementation of

IProductSnapshot.firstImageId

priceAmount1000?

optional priceAmount1000: null | number | Long
Defined in: WAProto/index.d.ts:8539

Implementation of

IProductSnapshot.priceAmount1000

productId?

optional productId: null | string
Defined in: WAProto/index.d.ts:8535

Implementation of

IProductSnapshot.productId

productImage?

optional productImage: null | IImageMessage
Defined in: WAProto/index.d.ts:8534

Implementation of

IProductSnapshot.productImage

productImageCount?

optional productImageCount: null | number
Defined in: WAProto/index.d.ts:8542

Implementation of

IProductSnapshot.productImageCount

retailerId?

optional retailerId: null | string
Defined in: WAProto/index.d.ts:8540

Implementation of

IProductSnapshot.retailerId

salePriceAmount1000?

optional salePriceAmount1000: null | number | Long
Defined in: WAProto/index.d.ts:8544

Implementation of

IProductSnapshot.salePriceAmount1000

signedUrl?

optional signedUrl: null | string
Defined in: WAProto/index.d.ts:8545

Implementation of

IProductSnapshot.signedUrl

title?

optional title: null | string
Defined in: WAProto/index.d.ts:8536

Implementation of

IProductSnapshot.title

url?

optional url: null | string
Defined in: WAProto/index.d.ts:8541

Implementation of

IProductSnapshot.url

Methods

create()

static create(properties?): ProductSnapshot
Defined in: WAProto/index.d.ts:8546

Parameters

properties?
IProductSnapshot

Returns

ProductSnapshot

decode()

static decode(r, l?): ProductSnapshot
Defined in: WAProto/index.d.ts:8548

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

ProductSnapshot

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:8547

Parameters

m
IProductSnapshot
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): ProductSnapshot
Defined in: WAProto/index.d.ts:8549

Parameters

d

Returns

ProductSnapshot

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:8552

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:8551

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:8550

Parameters

m
ProductSnapshot
o?
IConversionOptions

Returns

object