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

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

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

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

The field that replaces it.

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

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