toJson method

Map<String, dynamic> toJson()

Converts a Payment to a Map

Implementation

Map<String, dynamic> toJson() => _$PaymentToJson(this);