Type Alias OneTimePaymentUrlBody

OneTimePaymentUrlBody: {
    cents: number;
    metadata: Record<string, string>;
} & UserData