Type Alias AutoConfirmPaymentIntentCreateParams
AutoConfirmPaymentIntentCreateParams: {
amount: number;
customerId: string;
orderId: string;
paymentMethodId: string;
}
Type declaration
amount: number
customerId: string
orderId: string
paymentMethodId: string