UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

15 lines (14 loc) 276 B
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "properties" : { "amount" : { "type" : "integer", "maximum" : 9223372036854775807 }, "isFinal" : { "type" : "boolean" } }, "additionalProperties" : false }