You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Cities find it useful to know in what way a payment for parking was made (e.g. mobile app, cash, credit card, etc.), but CDS does not currently have a way for providers to communicate that information.
Describe the solution you'd like
Add a conditionally required payment_method text field to the CDS Event payload. We should recommend a few enumerated options such as:
mobile_app
cash
credit_card
There may be others that folks can recommend based on their operations.
Is this a breaking change
No, not breaking
Impacted Spec
For which spec is this feature being requested?
Events
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
This makes sense, I actually had to look because I thought something like this was already in there. If you can make a PR for this we can work to include it in 1.1 and discuss with the working group.
Cities are often interested in how their curb users are paying for their
time at the curb, for example the breakdown between cash, cards, mobile, etc.
This adds a payment_type field to the Curb Event model and includes a list
of potential payment types.
Closesopenmobilityfoundation#157.
Is your feature request related to a problem? Please describe.
Cities find it useful to know in what way a payment for parking was made (e.g. mobile app, cash, credit card, etc.), but CDS does not currently have a way for providers to communicate that information.
Describe the solution you'd like
Add a conditionally required
payment_method
text field to the CDS Event payload. We should recommend a few enumerated options such as:mobile_app
cash
credit_card
There may be others that folks can recommend based on their operations.
Is this a breaking change
Impacted Spec
For which spec is this feature being requested?
Events
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: