MonetizationOS Docs
Workflows ReferenceType Definitions

StripeApiResponse

type StripeApiResponse = {
  body: any | null;
  ok: boolean;
  status: number;
};

Properties

body

body: any | null;

ok

ok: boolean;

status

status: number;

On this page