RefundResponse constructor

const RefundResponse({
  1. required String id,
  2. required String type,
  3. required RefundResponseAttributes attributes,
})

Implementation

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