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

Implements

Constructors

new CustomPaymentMethodsAction()

new CustomPaymentMethodsAction(p?): CustomPaymentMethodsAction
Defined in: WAProto/index.d.ts:11899

Parameters

p?
ICustomPaymentMethodsAction

Returns

CustomPaymentMethodsAction

Properties

customPaymentMethods

customPaymentMethods: ICustomPaymentMethod[]
Defined in: WAProto/index.d.ts:11900

Implementation of

ICustomPaymentMethodsAction.customPaymentMethods

Methods

create()

static create(properties?): CustomPaymentMethodsAction
Defined in: WAProto/index.d.ts:11901

Parameters

properties?
ICustomPaymentMethodsAction

Returns

CustomPaymentMethodsAction

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

CustomPaymentMethodsAction

encode()

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

Parameters

m
ICustomPaymentMethodsAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): CustomPaymentMethodsAction
Defined in: WAProto/index.d.ts:11904

Parameters

d

Returns

CustomPaymentMethodsAction

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
CustomPaymentMethodsAction
o?
IConversionOptions

Returns

object