@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsidcapturesProcessingInformationCaptureOptions extends Object
| Constructor and Description |
|---|
V2paymentsidcapturesProcessingInformationCaptureOptions() |
| Modifier and Type | Method and Description |
|---|---|
V2paymentsidcapturesProcessingInformationCaptureOptions |
captureSequenceNumber(BigDecimal captureSequenceNumber) |
boolean |
equals(Object o) |
BigDecimal |
getCaptureSequenceNumber()
Capture number when requesting multiple partial captures for one payment.
|
BigDecimal |
getTotalCaptureCount()
Total number of captures when requesting multiple partial captures for one payment.
|
int |
hashCode() |
void |
setCaptureSequenceNumber(BigDecimal captureSequenceNumber) |
void |
setTotalCaptureCount(BigDecimal totalCaptureCount) |
String |
toString() |
V2paymentsidcapturesProcessingInformationCaptureOptions |
totalCaptureCount(BigDecimal totalCaptureCount) |
public V2paymentsidcapturesProcessingInformationCaptureOptions()
public V2paymentsidcapturesProcessingInformationCaptureOptions captureSequenceNumber(BigDecimal captureSequenceNumber)
public BigDecimal getCaptureSequenceNumber()
public void setCaptureSequenceNumber(BigDecimal captureSequenceNumber)
public V2paymentsidcapturesProcessingInformationCaptureOptions totalCaptureCount(BigDecimal totalCaptureCount)
public BigDecimal getTotalCaptureCount()
public void setTotalCaptureCount(BigDecimal totalCaptureCount)
Copyright © 2018. All rights reserved.