Uses of Record Class
com.maxmind.minfraud.response.ShippingAddress
Packages that use ShippingAddress
-
Uses of ShippingAddress in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return ShippingAddressModifier and TypeMethodDescriptionFactorsResponse.getShippingAddress()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getShippingAddress()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.shippingAddress()instead.FactorsResponse.shippingAddress()Returns the value of theshippingAddressrecord component.InsightsResponse.shippingAddress()Returns the value of theshippingAddressrecord component.Constructors in com.maxmind.minfraud.response with parameters of type ShippingAddressModifierConstructorDescriptionFactorsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, List<RiskScoreReason> riskScoreReasons, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.InsightsResponse(BillingAddress billingAddress, Phone billingPhone, CreditCard creditCard, Device device, Disposition disposition, Email email, Double fundsRemaining, UUID id, IpAddress ipAddress, Integer queriesRemaining, Double riskScore, ShippingAddress shippingAddress, Phone shippingPhone, List<Warning> warnings) Compact canonical constructor that sets defaults for null values.
FactorsResponse.shippingAddress()instead.