# PaymentMethodBizum

Details about the Bizum account used as payment method at the time of the transaction.

```
type PaymentMethodBizum {

  phoneNumber: String

  integrationType: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`PaymentMethodBizum.phoneNumber`](#phone-number) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#phone-number "Enlace directo al phone-number")

Phone number in E.164 format used to pay with `bizum`.

#### [`PaymentMethodBizum.integrationType`](#integration-type) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#integration-type "Enlace directo al integration-type")

Integration mode used to capture the Bizum payment (e.g. redirect, embedded).

### Member Of[​](#member-of "Enlace directo al Member Of")

[`PaymentMethod`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment-method/.md) object
