public class FraudDetails extends StripeObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
stripeReport |
static String |
USER_REPORT |
protected String |
userReport |
PRETTY_PRINT_GSON| Constructor and Description |
|---|
FraudDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStripeReport() |
String |
getUserReport() |
int |
hashCode() |
void |
setStripeReport(String stripeReport)
stripeReport is set by Stripe, the field is exposed because it may be useful within unit tests.
|
void |
setUserReport(String userReport) |
equals, toStringpublic static final String USER_REPORT
protected String userReport
protected String stripeReport
public String getUserReport()
public void setUserReport(String userReport)
public String getStripeReport()
public void setStripeReport(String stripeReport)
Copyright © 2016 Stripe. All rights reserved.