-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new phone outputs #146
Conversation
4453f18
to
4458d31
Compare
minfraud/models.py
Outdated
@@ -1110,11 +1162,27 @@ class Factors: | |||
|
|||
:type: BillingAddress | |||
|
|||
.. attribute:: billing_phone | |||
|
|||
A :class:`.Phone` object containing minFrauddata related to the billing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A :class:`.Phone` object containing minFrauddata related to the billing | |
A :class:`.Phone` object containing minFraud data related to the billing |
minfraud/models.py
Outdated
|
||
.. attribute:: shipping_phone | ||
|
||
A :class:`.Phone` object containing minFrauddata related to the shipping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A :class:`.Phone` object containing minFrauddata related to the shipping | |
A :class:`.Phone` object containing minFraud data related to the shipping |
minfraud/models.py
Outdated
@@ -1241,13 +1313,30 @@ class Insights: | |||
|
|||
:type: BillingAddress | |||
|
|||
.. attribute:: billing_phone | |||
|
|||
A :class:`.Phone` object containing minFrauddata related to the billing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A :class:`.Phone` object containing minFrauddata related to the billing | |
A :class:`.Phone` object containing minFraud data related to the billing |
minfraud/models.py
Outdated
|
||
.. attribute:: shipping_phone | ||
|
||
A :class:`.Phone` object containing minFrauddata related to the shipping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A :class:`.Phone` object containing minFrauddata related to the shipping | |
A :class:`.Phone` object containing minFraud data related to the shipping |
No description provided.