# PaymentMethodPaypalInput

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

```
input PaymentMethodPaypalInput {

  orderId: ID

  payerId: ID

  email: String

  name: String

}
```

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

#### [`PaymentMethodPaypalInput.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.

#### [`PaymentMethodPaypalInput.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.

#### [`PaymentMethodPaypalInput.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.

#### [`PaymentMethodPaypalInput.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")

[`PaymentMethodInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-input/.md) input
