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