public class PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation extends Object
| Constructor | Description |
|---|---|
PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation() |
| Modifier and Type | Method | 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 © 2026. All rights reserved.