CreatePaymentResponse constructor

const CreatePaymentResponse({
  1. String? id,
  2. SourceResult? source,
  3. String? type,
})

Implementation

const CreatePaymentResponse({
  this.id,
  this.source,
  this.type,
});