[QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/p2p](../modules/apis_p2p.md) / BillPaySource

# Enumeration: BillPaySource

[apis/p2p](../modules/apis_p2p.md).BillPaySource

## Table of contents

### Enumeration Members

- [Card](apis_p2p.BillPaySource.md#card)
- [Mobile](apis_p2p.BillPaySource.md#mobile)
- [QIWI](apis_p2p.BillPaySource.md#qiwi)

## Enumeration Members

### Card

• **Card** = ``"card"``

#### Defined in

[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/p2p/p2p.types.ts#L25)

___

### Mobile

• **Mobile** = ``"mobile"``

#### Defined in

[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/p2p/p2p.types.ts#L26)

___

### QIWI

• **QIWI** = ``"qw"``

#### Defined in

[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/p2p/p2p.types.ts#L24)
