# PaymentMethodPaypal

Details from Paypal order used as payment method at the time of the transaction.

```
type PaymentMethodPaypal {

  orderId: ID

  payerId: ID

  email: String

  name: String

}
```

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

#### [`PaymentMethodPaypal.orderId`](#order-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#order-id "Enlace directo al order-id")

The Paypal's order ID.

#### [`PaymentMethodPaypal.payerId`](#payer-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#payer-id "Enlace directo al payer-id")

The Paypal's payer ID.

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

The Paypal's payer email.

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

The Paypal's payer name.

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

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