BillingPortalSessionCreateOptions constructor
const
BillingPortalSessionCreateOptions({
- String? configuration,
- required String customer,
- List<
String> ? expand, - SessionFlowData? flowData,
- SessionLocale? locale,
- String? onBehalfOf,
- String? returnUrl,
Implementation
const BillingPortalSessionCreateOptions({
this.configuration,
required this.customer,
this.expand,
this.flowData,
this.locale,
this.onBehalfOf,
this.returnUrl,
});