PaymentInitiationConsentRevokeRequest.fromJson constructor

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

Implementation

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