Payment

From Wikisphere
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"