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

Implements

Constructors

new SubscriptionAction()

new SubscriptionAction(p?): SubscriptionAction
Defined in: WAProto/index.d.ts:12809

Parameters

p?
ISubscriptionAction

Returns

SubscriptionAction

Properties

expirationDate?

optional expirationDate: null | number | Long
Defined in: WAProto/index.d.ts:12812

Implementation of

ISubscriptionAction.expirationDate

isAutoRenewing?

optional isAutoRenewing: null | boolean
Defined in: WAProto/index.d.ts:12811

Implementation of

ISubscriptionAction.isAutoRenewing

isDeactivated?

optional isDeactivated: null | boolean
Defined in: WAProto/index.d.ts:12810

Implementation of

ISubscriptionAction.isDeactivated

Methods

create()

static create(properties?): SubscriptionAction
Defined in: WAProto/index.d.ts:12813

Parameters

properties?
ISubscriptionAction

Returns

SubscriptionAction

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

SubscriptionAction

encode()

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

Parameters

m
ISubscriptionAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): SubscriptionAction
Defined in: WAProto/index.d.ts:12816

Parameters

d

Returns

SubscriptionAction

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
SubscriptionAction
o?
IConversionOptions

Returns

object