Workflows ReferenceType Definitions
StripeApiRequest
type StripeApiRequest = {
bodyObject?: object;
method: "GET" | "POST" | "DELETE" | "PATCH" | "PUT";
path: string;
};Properties
bodyObject?
optional bodyObject: object;method
method: "GET" | "POST" | "DELETE" | "PATCH" | "PUT";path
path: string;