CheckRecipient
Details of the recipient of the check
type CheckRecipient {
address: PhysicalAddress!
name: String!
}
Fields
CheckRecipient.address
● PhysicalAddress!
non-null object
CheckRecipient.name
● String!
non-null scalar
Member of
IssuedCheck
object