# PaymentMethodBizum

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

```
type PaymentMethodBizum {

  phoneNumber: String

  integrationType: String

}
```

### Fields[​](#fields "Direct link to Fields")

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

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

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

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

### Member Of[​](#member-of "Direct link to Member Of")

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