# paymentEmailPreview

DEPRECATED

Use `previewPaymentEmail`. Will be removed in a future release.

No description

```
paymentEmailPreview(

  paymentId: ID!

  emailType: PaymentEmailType

  language: String

): String @deprecated
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`paymentEmailPreview.paymentId`](#payment-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#payment-id "Enlace directo al payment-id")

#### [`paymentEmailPreview.emailType`](#email-type) ● [`PaymentEmailType`](https://docs.monei.com/es/es/apis/graphql/types/enums/payment-email-type/.md) enum[​](#email-type "Enlace directo al email-type")

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

### Type[​](#type "Enlace directo al Type")

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

The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
