PaymentIntentResponse.fromJson constructor

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

Implementation

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