Payment

From Wikisphere
Revision as of 00:00, 15 January 2001 by 127.0.0.1 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
title"Payment Method"
x-input"OO.ui.ButtonSelectWidget"
oneOf
title"None"
type"object"
properties
method
type"string"
x-hiddentrue
enum
"none"
required
"method"
options
hiddentrue
title"Bank EFT"
type"object"
x-layout"horizontal"
properties
method
type"string"
enum
"eft"
x-hiddentrue
bankName
title"Bank name"
type"string"
minLength5
routingNumber
title"Routing number"
type"string"
minLength9
accountNumber
title"Account number"
type"string"
minLength12
required
"method"
"bankName"
"routingNumber"
"accountNumber"
title"Credit Card"
type"object"
x-layout"horizontal"
properties
method
type"string"
x-hiddentrue
enum
"creditCard"
cardType
title"Card type"
type"string"
enum
"Amex"
"Discover"
"MasterCard"
"Visa"
cardNumber
title"Card number"
type"string"
minLength15
maxLength16
expiration
title"Expiration month"
type"string"
x-format"month"
CCV
type"string"
maxLength4
minLength3
pattern"[0-9]*"
required
"method"
"cardType"
"cardNumber"
"expiration"
"CCV"