UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

8 lines (7 loc) 256 B
import { MessageHeader } from "../tapi/messageHeader"; import { SecurityTrailer } from "./security/securityTrailer"; export interface SaleToPOISecuredMessage { MessageHeader: MessageHeader; NexoBlob: string; SecurityTrailer: SecurityTrailer; }