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