PaymentSourceCreateOptions constructor

const PaymentSourceCreateOptions({
  1. List<String>? expand,
  2. Map<String, String>? metadata,
  3. required String source,
  4. bool? validate,
})

Implementation

const PaymentSourceCreateOptions({
  this.expand,
  this.metadata,
  required this.source,
  this.validate,
});