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