/** * Additional details about `WALLET` type payments with the `brand` of `LIGHTNING`. */ export interface LightningDetails { /** Payment URL for the lightning payment, a.k.a. the invoice. */ paymentUrl?: string | null; }