Skip to content

Commit

Permalink
Update is_voip docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 26, 2024
1 parent 08ddf7f commit 4902feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ import responseJson from '../_examples/response';
name="is_voip"
type="boolean"
>
This is `true` if the billing phone number is a Voice over Internet Protocol (VoIP) number allocated by a regulator. Otherwise, the key is not included in the `billing_phone` object.
This is `true` if the billing phone number is a Voice over Internet Protocol (VoIP) number allocated by a regulator. It is `false` if the billing phone number is not a VoIP number allocated by a regulator. The key is only present when a valid billing phone number has been provided and we have data for it.
</Property>
</MinFraudSchema>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ import responseJson from '../_examples/response';
name="is_voip"
type="boolean"
>
This is `true` if the shipping phone number is a Voice over Internet Protocol (VoIP) number allocated by a regulator. Otherwise, the key is not included in the `shipping_phone` object.
This is `true` if the shipping phone number is a Voice over Internet Protocol (VoIP) number allocated by a regulator. It is `false` if the shipping phone number is not a VoIP number allocated by a regulator. The key is only present when a valid shipping phone number has been provided and we have data for it.
</Property>
</MinFraudSchema>

0 comments on commit 4902feb

Please sign in to comment.