forked from LiveCarta/PayPal-PHP-Server-SDK
repo initialized with test cases
This commit is contained in:
23
doc/models/sepa-debit-authorization-details.md
Normal file
23
doc/models/sepa-debit-authorization-details.md
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# SEPA Debit Authorization Details
|
||||
|
||||
Authorization details.
|
||||
|
||||
## Structure
|
||||
|
||||
`SEPADebitAuthorizationDetails`
|
||||
|
||||
## Fields
|
||||
|
||||
| Name | Type | Tags | Description | Getter | Setter |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| `status` | [`?string(InstrumentAuthorizationStatus)`](../../doc/models/instrument-authorization-status.md) | Optional | The authorization status of the wallet instrument.<br>**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `100`, *Pattern*: `^[0-9A-Z_]+$` | getStatus(): ?string | setStatus(?string status): void |
|
||||
|
||||
## Example (as JSON)
|
||||
|
||||
```json
|
||||
{
|
||||
"status": "NOT_SUPPORTED"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user