UNPKG

bc-opayo-sdk

Version:

BetterCommerce's Opayo NodeJS SDK enables BC client applications to integrate with Opayo merchant API system. It publishes an interface to interact with [Opayo API](https://www.elavon.co.uk/resource-center/help-with-your-solutions/opayo/integrations/types

15 lines (14 loc) 286 B
export declare module Defaults { module Int { const Value = 0; } module String { const Value = ""; } module Guid { const Value = "00000000-0000-0000-0000-000000000000"; } module Object { const Value: {}; } }