Uses of Record Class
com.maxmind.minfraud.response.BillingAddress
Packages that use BillingAddress
-
Uses of BillingAddress in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return BillingAddressModifier and TypeMethodDescriptionFactorsResponse.billingAddress()Returns the value of thebillingAddressrecord component.InsightsResponse.billingAddress()Returns the value of thebillingAddressrecord component.FactorsResponse.getBillingAddress()Deprecated, for removal: This API element is subject to removal in a future version.InsightsResponse.getBillingAddress()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.billingAddress()instead.Constructors in com.maxmind.minfraud.response with parameters of type BillingAddressModifierConstructorDescriptionFactorsResponse(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.billingAddress()instead.