@@ -727,7 +727,7 @@ class Subscores(object):
727727
728728 The risk associated with the combination of IP country, card issuer
729729 country, billing country, and shipping country. If present, this is a
730- value in the range 0.01 to 99.
730+ value in the range 0.01 to 99.
731731
732732 :type: float | None
733733
@@ -738,6 +738,13 @@ class Subscores(object):
738738
739739 :type: float | None
740740
741+ .. attribute:: device
742+
743+ The risk associated with the device. If present, this is a value in the
744+ range 0.01 to 99.
745+
746+ :type: float | None
747+
741748 .. attribute:: email_address
742749
743750 The risk associated with the particular email address. If present, this
@@ -752,6 +759,14 @@ class Subscores(object):
752759
753760 :type: float | None
754761
762+ .. attribute:: email_local_part
763+
764+ The risk associated with the email address local part (the part of the
765+ email address before the @ symbol). If present, this is a value in the
766+ range 0.01 to 99.
767+
768+ :type: float | None
769+
755770 .. attribute:: email_tenure
756771
757772 The risk associated with the issuer ID number on the email domain. If
@@ -804,6 +819,13 @@ class Subscores(object):
804819
805820 :type: float | None
806821
822+ .. attribute:: shipping_address
823+
824+ The risk associated with the shipping address. If present, this is a
825+ value in the range 0.01 to 99.
826+
827+ :type: float | None
828+
807829 .. attribute:: shipping_address_distance_to_ip_location
808830
809831 The risk associated with the distance between the shipping address and
@@ -831,13 +853,16 @@ class Subscores(object):
831853 "country" : None ,
832854 "country_mismatch" : None ,
833855 "cvv_result" : None ,
856+ "device" : None ,
834857 "email_address" : None ,
835858 "email_domain" : None ,
859+ "email_local_part" : None ,
836860 "email_tenure" : None ,
837861 "ip_tenure" : None ,
838862 "issuer_id_number" : None ,
839863 "order_amount" : None ,
840864 "phone_number" : None ,
865+ "shipping_address" : None ,
841866 "shipping_address_distance_to_ip_location" : None ,
842867 "time_of_day" : None ,
843868 }
0 commit comments