Skip to main content

Class: MerchantPaymentPartnerAction

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

Implements

Constructors

new MerchantPaymentPartnerAction()

new MerchantPaymentPartnerAction(p?): MerchantPaymentPartnerAction

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

Parameters

p?

IMerchantPaymentPartnerAction

Returns

MerchantPaymentPartnerAction

Properties

country

country: string

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

Implementation of

IMerchantPaymentPartnerAction.country


credentialId?

optional credentialId: null | string

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

Implementation of

IMerchantPaymentPartnerAction.credentialId


gatewayName?

optional gatewayName: null | string

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

Implementation of

IMerchantPaymentPartnerAction.gatewayName


status

status: Status

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

Implementation of

IMerchantPaymentPartnerAction.status

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): MerchantPaymentPartnerAction

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

Parameters

properties?

IMerchantPaymentPartnerAction

Returns

MerchantPaymentPartnerAction


decode()

static decode(r, l?): MerchantPaymentPartnerAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

MerchantPaymentPartnerAction


encode()

static encode(m, w?): Writer

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

Parameters

m

IMerchantPaymentPartnerAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): MerchantPaymentPartnerAction

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

Parameters

d

Returns

MerchantPaymentPartnerAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

MerchantPaymentPartnerAction

o?

IConversionOptions

Returns

object