forceInboundPhoneVerification property
- @JsonKey.new(includeIfNull: false, name: 'force_inbound_phone_verification')
final
Whether this account is forced through the inbound (expensive-destination) phone verification flow regardless of prefix, for debugging
Implementation
@JsonKey(includeIfNull: false, name: 'force_inbound_phone_verification')
final bool? forceInboundPhoneVerification;