Type Alias PaymentIntentUpdateParams
PaymentIntentUpdateParams: {
allowFutureUsage?: boolean;
amount?: number;
email?: string;
orderId?: string;
}
Type declaration
OptionalallowFutureUsage?: boolean
Optionalamount?: number
Optionalemail?: string
OptionalorderId?: string