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