Types > OrderRiskShippingAddress
Description
Fields
distance_to_billing_address: Int!
Distance to billing address (in meters)
Distance to IP location (in meters)
Does shipping address country match IP country?
Used By
Types
Preview (typescript)
interface OrderRiskShippingAddress {distance_to_billing_address: numberdistance_to_ip_location: numberis_in_ip_country: boolean}