connect-sdk-nodejs
Version:
SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API
28 lines (27 loc) • 642 B
JSON
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"type" : "object",
"properties" : {
"paymentProductSession302SpecificInput" : {
"$ref" : "#/definitions/MobilePaymentProductSession302SpecificInput"
}
},
"additionalProperties" : false,
"definitions" : {
"MobilePaymentProductSession302SpecificInput" : {
"type" : "object",
"properties" : {
"displayName" : {
"type" : "string"
},
"domainName" : {
"type" : "string"
},
"validationUrl" : {
"type" : "string"
}
},
"additionalProperties" : false
}
}
}