@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class Chargeback
extends Object
| Constructor and Description |
|---|
Chargeback() |
| Modifier and Type | Method and Description |
|---|---|
Chargeback |
chargebackReason(String chargebackReason) |
Chargeback |
chargebackState(String chargebackState) |
Chargeback |
customInfo(CustomInfo customInfo) |
boolean |
equals(Object o) |
String |
getChargebackReason()
This field can be used to capture the reason given.
|
String |
getChargebackState()
The current state of the chargeback.
|
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getOrderId()
The ID for the order that this chargeback is filed against.
|
String |
getSessionId()
The user's current session ID, used to tie a user's action before and after login or account creation.
|
String |
getTransactionId()
The ID for the transaction that this chargeback is filed against.
|
String |
getUserId()
The user's account ID according to your systems.
|
int |
hashCode() |
Chargeback |
orderId(String orderId) |
Chargeback |
sessionId(String sessionId) |
void |
setChargebackReason(String chargebackReason) |
void |
setChargebackState(String chargebackState) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setOrderId(String orderId) |
void |
setSessionId(String sessionId) |
void |
setTransactionId(String transactionId) |
void |
setUserId(String userId) |
String |
toString() |
Chargeback |
transactionId(String transactionId) |
Chargeback |
userId(String userId) |
public Chargeback userId(String userId)
public String getUserId()
public void setUserId(String userId)
public Chargeback sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public Chargeback orderId(String orderId)
public String getOrderId()
public void setOrderId(String orderId)
public Chargeback transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public Chargeback chargebackState(String chargebackState)
public String getChargebackState()
public void setChargebackState(String chargebackState)
public Chargeback chargebackReason(String chargebackReason)
public String getChargebackReason()
public void setChargebackReason(String chargebackReason)
public Chargeback customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.