Uses of Record Class
com.maxmind.minfraud.response.Phone
Packages that use Phone
-
Uses of Phone in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return PhoneModifier and TypeMethodDescriptionFactorsResponse.billingPhone()Returns the value of thebillingPhonerecord component.InsightsResponse.billingPhone()Returns the value of thebillingPhonerecord component.FactorsResponse.getBillingPhone()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getBillingPhone()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.billingPhone()instead.FactorsResponse.getShippingPhone()Deprecated, for removal: This API element is subject to removal in a future version.UseFactorsResponse.shippingPhone()instead.InsightsResponse.getShippingPhone()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.shippingPhone()instead.FactorsResponse.shippingPhone()Returns the value of theshippingPhonerecord component.InsightsResponse.shippingPhone()Returns the value of theshippingPhonerecord component.Constructors in com.maxmind.minfraud.response with parameters of type PhoneModifierConstructorDescriptionFactorsResponse(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.billingPhone()instead.