Skip to content

Commit

Permalink
Update OpenAPI Specification (swagger.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
konfig-bot[bot] authored Dec 5, 2024
1 parent 5d63d31 commit f937fff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1699,11 +1699,25 @@
"properties": {
"InstallmentPlanNumber": {
"type": "string"
},
"PaymentInfo": {
"$ref": "#/definitions/PaymentInfo"
}
}
}
]
},
"PaymentInfo": {
"type": "object",
"properties": {
"CardBin": {
"type": "string"
},
"CardType": {
"$ref": "#/definitions/CardType"
}
}
},
"InstallmentPlanInitiateRequest": {
"type": "object",
"properties": {
Expand Down

0 comments on commit f937fff

Please sign in to comment.