@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsRiskInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsRiskInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsRiskInformation |
buyerHistory(Ptsv2paymentsRiskInformationBuyerHistory buyerHistory) |
boolean |
equals(Object o) |
Ptsv2paymentsRiskInformation |
eventType(String eventType) |
Ptsv2paymentsRiskInformationBuyerHistory |
getBuyerHistory()
Get buyerHistory
|
String |
getEventType()
Specifies one of the following types of events: - login - account_creation - account_update For regular payment transactions, do not send this field.
|
Ptsv2paymentsRiskInformationProfile |
getProfile()
Get profile
|
int |
hashCode() |
Ptsv2paymentsRiskInformation |
profile(Ptsv2paymentsRiskInformationProfile profile) |
void |
setBuyerHistory(Ptsv2paymentsRiskInformationBuyerHistory buyerHistory) |
void |
setEventType(String eventType) |
void |
setProfile(Ptsv2paymentsRiskInformationProfile profile) |
String |
toString() |
public Ptsv2paymentsRiskInformation profile(Ptsv2paymentsRiskInformationProfile profile)
public Ptsv2paymentsRiskInformationProfile getProfile()
public void setProfile(Ptsv2paymentsRiskInformationProfile profile)
public Ptsv2paymentsRiskInformation eventType(String eventType)
public String getEventType()
public void setEventType(String eventType)
public Ptsv2paymentsRiskInformation buyerHistory(Ptsv2paymentsRiskInformationBuyerHistory buyerHistory)
public Ptsv2paymentsRiskInformationBuyerHistory getBuyerHistory()
public void setBuyerHistory(Ptsv2paymentsRiskInformationBuyerHistory buyerHistory)
Copyright © 2020. All rights reserved.