PaymentInitiationPaymentCreateResponse.fromJson constructor

PaymentInitiationPaymentCreateResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PaymentInitiationPaymentCreateResponse.fromJson(
        Map<String, dynamic> json) =>
    _$PaymentInitiationPaymentCreateResponseFromJson(json);