SubscriptionScheduleAddInvoiceItemPriceId.fromJson constructor

SubscriptionScheduleAddInvoiceItemPriceId.fromJson(
  1. Object? json
)

Implementation

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