PaymentInitiationConsentGetResponse.fromJson constructor

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

Implementation

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