SessionSetupIntentData constructor

const SessionSetupIntentData({
  1. String? description,
  2. Map<String, String>? metadata,
  3. String? onBehalfOf,
})

setup_intent_data_param

A subset of parameters to be passed to SetupIntent creation for Checkout Sessions in `setup` mode.

Implementation

const SessionSetupIntentData({
  this.description,
  this.metadata,
  this.onBehalfOf,
});