PaymentsIntentResponse constructor

const PaymentsIntentResponse({
  1. required String id,
  2. required String type,
  3. required CreatePaymentResponse attributes,
})

Implementation

const PaymentsIntentResponse({
  required this.id,
  required this.type,
  required this.attributes,
});