Files
cfw-autumn/shared/models/billingModels/context/paymentBehaviorIntent.ts

5 lines
108 B
TypeScript

export type PaymentBehaviorIntent =
| "default_incomplete"
| "allow_incomplete"
| "error_if_incomplete";