UNPKG

@bebapps/rapyd-sdk

Version:

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

7 lines (6 loc) 173 B
export interface RetrieveRefundRequest { /** * ID of the 'refund' object you want to retrieve. String starting with **refund_**. */ refund: `refund_${string}`; };