forked from LiveCarta/PayPal-PHP-Server-SDK
Automated commit message
This commit is contained in:
23
doc/models/blik-one-click-payment-object.md
Normal file
23
doc/models/blik-one-click-payment-object.md
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# 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"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user