Skip to main content

Class: PaymentBackground

Defined in: WAProto/index.d.ts:8696

Implements

Constructors

new PaymentBackground()

new PaymentBackground(p?): PaymentBackground

Defined in: WAProto/index.d.ts:8697

Parameters

p?

IPaymentBackground

Returns

PaymentBackground

Properties

fileLength?

optional fileLength: null | number | Long

Defined in: WAProto/index.d.ts:8699

Implementation of

IPaymentBackground.fileLength


height?

optional height: null | number

Defined in: WAProto/index.d.ts:8701

Implementation of

IPaymentBackground.height


id?

optional id: null | string

Defined in: WAProto/index.d.ts:8698

Implementation of

IPaymentBackground.id


mediaData?

optional mediaData: null | IMediaData

Defined in: WAProto/index.d.ts:8706

Implementation of

IPaymentBackground.mediaData


mimetype?

optional mimetype: null | string

Defined in: WAProto/index.d.ts:8702

Implementation of

IPaymentBackground.mimetype


placeholderArgb?

optional placeholderArgb: null | number

Defined in: WAProto/index.d.ts:8703

Implementation of

IPaymentBackground.placeholderArgb


subtextArgb?

optional subtextArgb: null | number

Defined in: WAProto/index.d.ts:8705

Implementation of

IPaymentBackground.subtextArgb


textArgb?

optional textArgb: null | number

Defined in: WAProto/index.d.ts:8704

Implementation of

IPaymentBackground.textArgb


type?

optional type: null | Type

Defined in: WAProto/index.d.ts:8707

Implementation of

IPaymentBackground.type


width?

optional width: null | number

Defined in: WAProto/index.d.ts:8700

Implementation of

IPaymentBackground.width

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:8713

Returns

object


create()

static create(properties?): PaymentBackground

Defined in: WAProto/index.d.ts:8708

Parameters

properties?

IPaymentBackground

Returns

PaymentBackground


decode()

static decode(r, l?): PaymentBackground

Defined in: WAProto/index.d.ts:8710

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PaymentBackground


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:8709

Parameters

m

IPaymentBackground

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PaymentBackground

Defined in: WAProto/index.d.ts:8711

Parameters

d

Returns

PaymentBackground


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:8714

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:8712

Parameters

m

PaymentBackground

o?

IConversionOptions

Returns

object