@bebapps/rapyd-sdk
Version:
An un-official [Rapyd](https://rapyd.net) SDK for Node.js.
11 lines (10 loc) • 323 B
text/typescript
export interface RetrieveInvoiceLinesFromUpcomingInvoiceRequest {
/**
* ID of the customer whose invoice you want to retrieve.
*/
customer: string;
/**
* Three-letter ISO 4217 code for the currency. Required when the invoice is not linked to a specific subscription. Uppercase.
*/
currency?: string;
};