SubscriptionSchedulePhaseConfigurationCouponId.fromJson constructor

SubscriptionSchedulePhaseConfigurationCouponId.fromJson(
  1. Object? json
)

Implementation

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