export interface RetrieveGroupPaymentRequest { /** * ID of the group payment. String starting with **gp_**. */ group_payment: `gp_${string}`; } //# sourceMappingURL=RetrieveGroupPaymentRequest.d.ts.map