Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

SetupAttempt: SetupIntent.IOS.SetupAttempt & SetupIntent.Android.SetupAttempt & { applicationId?: string; created?: number; customer?: string; id: string; onBehalfOfId?: string; paymentMethodDetails: SetupAttemptPaymentMethodDetails; paymentMethodId?: string; setupIntentId?: string; status: string }
Status: "canceled" | "processing" | "requiresAction" | "requiresConfirmation" | "requiresPaymentMethod" | "succeeded" | "unknown"
Type: SetupIntent.Android.Type & SetupIntent.IOS.Type & { created: string; id: string; latestAttempt: SetupIntent.SetupAttempt; sdkUuid: string; status: SetupIntent.Status; usage: Usage }
Usage: "offSession" | "onSession"

Generated using TypeDoc