Saltar al contenido principal

KeyValueItem

Generic key/value pair (e.g. for metadata).

type KeyValueItem {
key: String!
value: String
}

Fields

KeyValueItem.key ● String! non-null scalar

Key.

KeyValueItem.value ● String scalar

Value. May be null.

Member Of

Charge object ● ChargeEventObject object ● Payment object ● Store object ● Subscription object ● SubscriptionEventObject object