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