Skip to main content

PaymentInfo

amiudmodz


amiudmodz / proto / PaymentInfo

Class: PaymentInfo

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

Implements

Constructors

new PaymentInfo()

new PaymentInfo(p?): PaymentInfo

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

Parameters

p?

IPaymentInfo

Returns

PaymentInfo

Properties

amount1000?

optional amount1000: null | number | Long

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

Implementation of

IPaymentInfo.amount1000


currency?

optional currency: null | string

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

Implementation of

IPaymentInfo.currency


currencyDeprecated?

optional currencyDeprecated: null | Currency

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

Implementation of

IPaymentInfo.currencyDeprecated


exchangeAmount?

optional exchangeAmount: null | IMoney

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

Implementation of

IPaymentInfo.exchangeAmount


expiryTimestamp?

optional expiryTimestamp: null | number | Long

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

Implementation of

IPaymentInfo.expiryTimestamp


futureproofed?

optional futureproofed: null | boolean

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

Implementation of

IPaymentInfo.futureproofed


primaryAmount?

optional primaryAmount: null | IMoney

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

Implementation of

IPaymentInfo.primaryAmount


receiverJid?

optional receiverJid: null | string

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

Implementation of

IPaymentInfo.receiverJid


requestMessageKey?

optional requestMessageKey: null | IMessageKey

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

Implementation of

IPaymentInfo.requestMessageKey


status?

optional status: null | Status

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

Implementation of

IPaymentInfo.status


transactionTimestamp?

optional transactionTimestamp: null | number | Long

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

Implementation of

IPaymentInfo.transactionTimestamp


txnStatus?

optional txnStatus: null | TxnStatus

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

Implementation of

IPaymentInfo.txnStatus


useNoviFiatFormat?

optional useNoviFiatFormat: null | boolean

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

Implementation of

IPaymentInfo.useNoviFiatFormat

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): PaymentInfo

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

Parameters

properties?

IPaymentInfo

Returns

PaymentInfo


decode()

static decode(r, l?): PaymentInfo

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PaymentInfo


encode()

static encode(m, w?): Writer

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

Parameters

m

IPaymentInfo

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PaymentInfo

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

Parameters

d

Returns

PaymentInfo


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

PaymentInfo

o?

IConversionOptions

Returns

object