@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation extends Object
| Constructor and Description |
|---|
PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation |
approvalCode(String approvalCode) |
boolean |
equals(Object o) |
String |
getApprovalCode()
The authorization code returned by the processor.
|
String |
getReasonCode()
Reply flag for the original transaction.
|
String |
getReversalSubmitted()
Flag indicating whether a full authorization reversal was successfully submitted.
|
int |
hashCode() |
PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation |
reasonCode(String reasonCode) |
PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation |
reversalSubmitted(String reversalSubmitted) |
void |
setApprovalCode(String approvalCode) |
void |
setReasonCode(String reasonCode) |
void |
setReversalSubmitted(String reversalSubmitted) |
String |
toString() |
public PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation()
public PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation approvalCode(String approvalCode)
public String getApprovalCode()
public void setApprovalCode(String approvalCode)
public PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation reasonCode(String reasonCode)
public String getReasonCode()
public void setReasonCode(String reasonCode)
public PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation reversalSubmitted(String reversalSubmitted)
public String getReversalSubmitted()
public void setReversalSubmitted(String reversalSubmitted)
Copyright © 2020. All rights reserved.