UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

10 lines (9 loc) 249 B
export interface Response { ResponseHeader: { RequestId: string; SpecVersion: string; }; ErrorName?: string; ErrorMessage?: string; Behavior?: 'ABORT' | 'OTHER_MEANS' | 'RETRY' | 'RETRY_LATER' | 'DO_NOT_RETRY'; }