forked from LiveCarta/PayPal-PHP-Server-SDK
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
16 lines
335 B
Markdown
16 lines
335 B
Markdown
|
|
# Store in Vault Instruction
|
|
|
|
Defines how and when the payment source gets vaulted.
|
|
|
|
## Enumeration
|
|
|
|
`StoreInVaultInstruction`
|
|
|
|
## Fields
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| `ON_SUCCESS` | Defines that the payment_source will be vaulted only when at least one authorization or capture using that payment_source is successful. |
|
|
|