PaymentInitiationConsent.fromJson constructor

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

Implementation

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