Payments constructor

Payments({
  1. List<Data>? data,
  2. String? message,
})

Implementation

Payments({this.data, this.message});