forked from LiveCarta/PayPal-PHP-Server-SDK
Beta Release 0.5.0 (#3)
* Automated commit message * Automated commit message * Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
27
doc/models/payment-supplementary-data.md
Normal file
27
doc/models/payment-supplementary-data.md
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
# Payment Supplementary Data
|
||||
|
||||
The supplementary data.
|
||||
|
||||
## Structure
|
||||
|
||||
`PaymentSupplementaryData`
|
||||
|
||||
## Fields
|
||||
|
||||
| Name | Type | Tags | Description | Getter | Setter |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| `relatedIds` | [`?RelatedIdentifiers`](../../doc/models/related-identifiers.md) | Optional | Identifiers related to a specific resource. | getRelatedIds(): ?RelatedIdentifiers | setRelatedIds(?RelatedIdentifiers relatedIds): void |
|
||||
|
||||
## Example (as JSON)
|
||||
|
||||
```json
|
||||
{
|
||||
"related_ids": {
|
||||
"order_id": "order_id2",
|
||||
"authorization_id": "authorization_id0",
|
||||
"capture_id": "capture_id0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user