Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
147 lines (76 loc) · 3.06 KB

File metadata and controls

147 lines (76 loc) · 3.06 KB

QIWI SDK / Modules / index / <internal> / WalletNicknameApi

Class: WalletNicknameApi

index..WalletNicknameApi

Получение своего ника

Не документированное

Export

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new WalletNicknameApi(options)

Creates an instance of OptionsWrapper.

Memberof

OptionsWrapper

Parameters

Name Type
options WalletApiOptions

Inherited from

WalletApi.constructor

Defined in

apis/options-wrapper.ts:23

Properties

_options

Protected Readonly _options: WalletApiOptions

Memberof

OptionsWrapper

Inherited from

WalletApi._options

Defined in

apis/options-wrapper.ts:16

Accessors

http

Protected get http(): SimpleJsonHttp

Memberof

ApiSubclass

Returns

SimpleJsonHttp

Inherited from

WalletApi.http

Defined in

apis/api.ts:55


walletId

Protected get walletId(): string

Memberof

WalletApi

Returns

string

Inherited from

WalletApi.walletId

Defined in

apis/wallet/api.ts:17

Methods

getCurrent

getCurrent(): Promise<NicknameData>

Получение своего ника

Этот метод требует наличия валидного walletId (номера телефона привязанного к кошельку) в конфигурации API.

Memberof

WalletNicknameApi

Returns

Promise<NicknameData>

Promise

Defined in

apis/wallet/nickname.api.ts:22