toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'data.attributes.payment_id': paymentId,
    'data.attributes.before': before,
    'data.attributes.after': after,
    'data.attributes.limit': limit,
  };
}