added api docs
This commit is contained in:
12
interface/external/payment_state.yaml
vendored
Normal file
12
interface/external/payment_state.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
components:
|
||||
schemas:
|
||||
PaymentState:
|
||||
type: string
|
||||
enum:
|
||||
- payment_state_unspecified
|
||||
- payment_state_accepted
|
||||
- payment_state_funds_reserved
|
||||
- payment_state_submitted
|
||||
- payment_state_settled
|
||||
- payment_state_failed
|
||||
- payment_state_cancelled
|
||||
Reference in New Issue
Block a user