PaymentLinkUpdateOptionsPaymentIntentData constructor

const PaymentLinkUpdateOptionsPaymentIntentData({
  1. String? description,
  2. Map<String, String>? metadata,
  3. String? statementDescriptor,
  4. String? statementDescriptorSuffix,
  5. String? transferGroup,
})

payment_intent_data_update_params

A subset of parameters to be passed to PaymentIntent creation for Checkout Sessions in `payment` mode.

Implementation

const PaymentLinkUpdateOptionsPaymentIntentData({
  this.description,
  this.metadata,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
  this.transferGroup,
});