Function customerFromPaymentIntentId
- customerFromPaymentIntentId(__namedParameters): Promise<{
error: Error;
value?: undefined;
} | {
error?: undefined;
value: Customer;
}> Returns Promise<{
error: Error;
value?: undefined;
} | {
error?: undefined;
value: Customer;
}>
Extracts the Stripe Customer from a Payment Intent Id.