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