# PaymentRuleFieldAlias

A path retired by a rename. Rules created before it may still carry `path`; new rules must use `aliasOf` instead, and a rule submitted with the retired path is rejected.

```
type PaymentRuleFieldAlias {

  path: String!

  aliasOf: String!

}
```

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

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

The retired path, as it still appears in older rules.

#### [`PaymentRuleFieldAlias.aliasOf`](#alias-of) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#alias-of "Enlace directo al alias-of")

The field that replaces it.

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

[`PaymentRuleFieldRegistry`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment-rule-field-registry/.md) object
