public class Ptsv2paymentsProcessingInformationCaptureOptions extends Object
| Constructor and Description |
|---|
Ptsv2paymentsProcessingInformationCaptureOptions() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsProcessingInformationCaptureOptions |
captureSequenceNumber(Integer captureSequenceNumber) |
Ptsv2paymentsProcessingInformationCaptureOptions |
dateToCapture(String dateToCapture) |
boolean |
equals(Object o) |
Integer |
getCaptureSequenceNumber()
Capture number when requesting multiple partial captures for one authorization.
|
String |
getDateToCapture()
Date on which you want the capture to occur.
|
String |
getIsFinal()
Indicates whether to release the authorization hold on the remaining funds.
|
String |
getNotes()
An informational note about this settlement.
|
Integer |
getTotalCaptureCount()
Total number of captures when requesting multiple partial captures for one payment.
|
int |
hashCode() |
Ptsv2paymentsProcessingInformationCaptureOptions |
isFinal(String isFinal) |
Ptsv2paymentsProcessingInformationCaptureOptions |
notes(String notes) |
void |
setCaptureSequenceNumber(Integer captureSequenceNumber) |
void |
setDateToCapture(String dateToCapture) |
void |
setIsFinal(String isFinal) |
void |
setNotes(String notes) |
void |
setTotalCaptureCount(Integer totalCaptureCount) |
String |
toString() |
Ptsv2paymentsProcessingInformationCaptureOptions |
totalCaptureCount(Integer totalCaptureCount) |
public Ptsv2paymentsProcessingInformationCaptureOptions()
public Ptsv2paymentsProcessingInformationCaptureOptions captureSequenceNumber(Integer captureSequenceNumber)
public Integer getCaptureSequenceNumber()
public void setCaptureSequenceNumber(Integer captureSequenceNumber)
public Ptsv2paymentsProcessingInformationCaptureOptions totalCaptureCount(Integer totalCaptureCount)
public Integer getTotalCaptureCount()
public void setTotalCaptureCount(Integer totalCaptureCount)
public Ptsv2paymentsProcessingInformationCaptureOptions dateToCapture(String dateToCapture)
public String getDateToCapture()
public void setDateToCapture(String dateToCapture)
public Ptsv2paymentsProcessingInformationCaptureOptions isFinal(String isFinal)
public String getIsFinal()
public void setIsFinal(String isFinal)
public Ptsv2paymentsProcessingInformationCaptureOptions notes(String notes)
public String getNotes()
public void setNotes(String notes)
Copyright © 2024. All rights reserved.