validStandingOrderIntervals property
- @JsonKey(name: 'valid_standing_order_intervals', toJson: paymentScheduleIntervalListToJson, fromJson: paymentScheduleIntervalListFromJson)
final
Implementation
@JsonKey(
name: 'valid_standing_order_intervals',
toJson: paymentScheduleIntervalListToJson,
fromJson: paymentScheduleIntervalListFromJson,
)
final List<enums.PaymentScheduleInterval> validStandingOrderIntervals;