UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

7 lines (6 loc) 140 B
export interface RetrieveAnOrderRequest { /** * ID of the order. String starting with **order_**. */ order: `order_${string}`; };