interface PaymentIntentInfo {
    allowFutureUsage: boolean;
    amount: number;
    clientSecret: string;
    id: string;
}

Properties

allowFutureUsage: boolean
amount: number
clientSecret: string
id: string