toJson method

Map<String, dynamic> toJson()

Converts a CreatePaymentRequest to a Map

Implementation

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