forked from LiveCarta/PayPal-PHP-Server-SDK
606 B
606 B
Payment Supplementary Data
The supplementary data.
Structure
PaymentSupplementaryData
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
relatedIds |
?RelatedIdentifiers |
Optional | Identifiers related to a specific resource. | getRelatedIds(): ?RelatedIdentifiers | setRelatedIds(?RelatedIdentifiers relatedIds): void |
Example (as JSON)
{
"related_ids": {
"order_id": "order_id2",
"authorization_id": "authorization_id0",
"capture_id": "capture_id0"
}
}