2023-11-20 21:57:04 +00:00
|
|
|
{
|
2023-11-20 21:57:59 +00:00
|
|
|
"title": "Please Select a Payment Option",
|
2023-11-20 21:57:04 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2023-11-20 21:57:17 +00:00
|
|
|
"payment_type": {
|
2023-11-20 22:04:11 +00:00
|
|
|
"type": "string",
|
2023-11-20 21:57:25 +00:00
|
|
|
"title": "Select Payment Type",
|
2023-11-20 22:05:04 +00:00
|
|
|
"enum": [
|
|
|
|
"credit",
|
|
|
|
"paypal"
|
|
|
|
]
|
2023-11-20 21:57:04 +00:00
|
|
|
}
|
|
|
|
}
|
2023-11-20 22:07:53 +00:00
|
|
|
}}
|