forceInboundPhoneVerification property

  1. @JsonKey.new(includeIfNull: false, name: 'force_inbound_phone_verification')
bool? forceInboundPhoneVerification
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;