Payment: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | { | ||
"title": "Payment Method", | "title": "Payment Method", | ||
"x-input": " | "x-input": "OO.ui.ButtonSelectWidget", | ||
"oneOf": [ | "oneOf": [ | ||
{ | { | ||
| Line 9: | Line 9: | ||
"method": { | "method": { | ||
"type": "string", | "type": "string", | ||
"x-hidden": true, | |||
"enum": [ | "enum": [ | ||
"none" | "none" | ||
] | ] | ||
} | } | ||
}, | }, | ||
| Line 34: | Line 32: | ||
"eft" | "eft" | ||
], | ], | ||
" | "x-hidden": true | ||
}, | }, | ||
"bankName": { | "bankName": { | ||
| Line 68: | Line 64: | ||
"method": { | "method": { | ||
"type": "string", | "type": "string", | ||
"x-hidden": true, | |||
"enum": [ | "enum": [ | ||
"creditCard" | "creditCard" | ||
] | ] | ||
}, | }, | ||
"cardType": { | "cardType": { | ||
| Line 83: | Line 77: | ||
"MasterCard", | "MasterCard", | ||
"Visa" | "Visa" | ||
] | ] | ||
}, | }, | ||
"cardNumber": { | "cardNumber": { | ||
| Line 92: | Line 83: | ||
"type": "string", | "type": "string", | ||
"minLength": 15, | "minLength": 15, | ||
"maxLength": 16 | "maxLength": 16 | ||
}, | }, | ||
"expiration": { | "expiration": { | ||
"title": "Expiration month", | "title": "Expiration month", | ||
"type": "string", | "type": "string", | ||
"format": "month" | "x-format": "month" | ||
}, | }, | ||
"CCV": { | "CCV": { | ||
| Line 109: | Line 94: | ||
"maxLength": 4, | "maxLength": 4, | ||
"minLength": 3, | "minLength": 3, | ||
"pattern": "[0-9]*" | "pattern": "[0-9]*" | ||
} | } | ||
}, | }, | ||
| Line 121: | Line 103: | ||
"expiration", | "expiration", | ||
"CCV" | "CCV" | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
Latest revision as of 00:00, 15 January 2001
| title | "Payment Method" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| x-input | "OO.ui.ButtonSelectWidget" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| oneOf |
|