BillingPortalSessionCreateOptions constructor

const BillingPortalSessionCreateOptions({
  1. String? configuration,
  2. required String customer,
  3. List<String>? expand,
  4. SessionFlowData? flowData,
  5. SessionLocale? locale,
  6. String? onBehalfOf,
  7. String? returnUrl,
})

Implementation

const BillingPortalSessionCreateOptions({
  this.configuration,
  required this.customer,
  this.expand,
  this.flowData,
  this.locale,
  this.onBehalfOf,
  this.returnUrl,
});