Values.PhoneNumberCapabilitiesSourceThe phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.
type nonrec t = {inboundCall : NullableBoolean.t option;Allows or denies inbound calling for the specified phone number.
*)outboundCall : NullableBoolean.t option;Allows or denies outbound calling for the specified phone number.
*)inboundSMS : NullableBoolean.t option;Allows or denies inbound SMS messaging for the specified phone number.
*)outboundSMS : NullableBoolean.t option;Allows or denies outbound SMS messaging for the specified phone number.
*)inboundMMS : NullableBoolean.t option;Allows or denies inbound MMS messaging for the specified phone number.
*)outboundMMS : NullableBoolean.t option;Allows or denies outbound MMS messaging for the specified phone number.
*)}