@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2paymentsProcessingInformationCaptureOptions extends Object
| Constructor and Description |
|---|
Ptsv2paymentsProcessingInformationCaptureOptions() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsProcessingInformationCaptureOptions |
captureSequenceNumber(BigDecimal captureSequenceNumber) |
Ptsv2paymentsProcessingInformationCaptureOptions |
dateToCapture(String dateToCapture) |
boolean |
equals(Object o) |
BigDecimal |
getCaptureSequenceNumber()
Capture number when requesting multiple partial captures for one payment.
|
String |
getDateToCapture()
Date on which you want the capture to occur.
|
BigDecimal |
getTotalCaptureCount()
Total number of captures when requesting multiple partial captures for one payment.
|
int |
hashCode() |
void |
setCaptureSequenceNumber(BigDecimal captureSequenceNumber) |
void |
setDateToCapture(String dateToCapture) |
void |
setTotalCaptureCount(BigDecimal totalCaptureCount) |
String |
toString() |
Ptsv2paymentsProcessingInformationCaptureOptions |
totalCaptureCount(BigDecimal totalCaptureCount) |
public Ptsv2paymentsProcessingInformationCaptureOptions()
public Ptsv2paymentsProcessingInformationCaptureOptions captureSequenceNumber(BigDecimal captureSequenceNumber)
public BigDecimal getCaptureSequenceNumber()
public void setCaptureSequenceNumber(BigDecimal captureSequenceNumber)
public Ptsv2paymentsProcessingInformationCaptureOptions totalCaptureCount(BigDecimal totalCaptureCount)
public BigDecimal getTotalCaptureCount()
public void setTotalCaptureCount(BigDecimal totalCaptureCount)
public Ptsv2paymentsProcessingInformationCaptureOptions dateToCapture(String dateToCapture)
public String getDateToCapture()
public void setDateToCapture(String dateToCapture)
Copyright © 2018. All rights reserved.