PaymentIntentSourceId.fromJson constructor

PaymentIntentSourceId.fromJson(
  1. Object? json
)

Implementation

factory PaymentIntentSourceId.fromJson(Object? json) =>
    PaymentIntentSourceId(id: (json as String));