1
0
Files
PayPal-PHP-Server-SDK/doc/models/blik-one-click-payment-object.md
Dani Kirby de24c9e488 Automated commit message (#9)
Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2024-10-22 09:41:42 -05:00

24 lines
678 B
Markdown

# Blik One Click Payment Object
Information used to pay using BLIK one-click flow.
## Structure
`BlikOneClickPaymentObject`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `consumerReference` | `?string` | Optional | The merchant generated, unique reference serving as a primary identifier for accounts connected between Blik and a merchant.<br>**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `64`, *Pattern*: `^[ -~]{3,64}$` | getConsumerReference(): ?string | setConsumerReference(?string consumerReference): void |
## Example (as JSON)
```json
{
"consumer_reference": "consumer_reference0"
}
```