# 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 "Direct link to Fields")

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

The Paypal's order ID.

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

The Paypal's payer ID.

#### [`PaymentMethodPaypal.email`](#email) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#email "Direct link to email")

The Paypal's payer email.

#### [`PaymentMethodPaypal.name`](#name) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#name "Direct link to name")

The Paypal's payer name.

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

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