Skip to content

RequestedPayerInput

Payload for a requested payer

Fields

address · String · The address of the requested payer
email · String · The email of the requested payer
id · ID · The ID of the requested payer
name · String · The graphql_name of the requested payer

Used By

Definition

"""
Payload for a requested payer
"""
input RequestedPayerInput {
"""
The address of the requested payer
"""
address: String
"""
The email of the requested payer
"""
email: String
"""
The ID of the requested payer
"""
id: ID
"""
The graphql_name of the requested payer
"""
name: String
}