PurchaseOrderRecipient
Payee presented to the customer for an external purchase order.
externalIdstring
Recipient external identifier in the upstream merchant or provider system.
fullNamestring
Recipient display name shown to the customer.
typestring
Recipient classification for display.
Possible values: [CUSTOMER, MERCHANT]
PurchaseOrderRecipient
{
"externalId": "string",
"fullName": "string",
"type": "CUSTOMER"
}