public static class PaymentsCapture.Builder extends Object
PaymentsCapture.| Constructor and Description |
|---|
Builder() |
public PaymentsCapture.Builder status(CaptureStatus status)
status - CaptureStatus value for status.public PaymentsCapture.Builder statusDetails(CaptureStatusDetails statusDetails)
statusDetails - CaptureStatusDetails value for statusDetails.public PaymentsCapture.Builder id(String id)
id - String value for id.public PaymentsCapture.Builder amount(Money amount)
amount - Money value for amount.public PaymentsCapture.Builder invoiceId(String invoiceId)
invoiceId - String value for invoiceId.public PaymentsCapture.Builder customId(String customId)
customId - String value for customId.public PaymentsCapture.Builder networkTransactionReference(NetworkTransactionReference networkTransactionReference)
networkTransactionReference - NetworkTransactionReference value for
networkTransactionReference.public PaymentsCapture.Builder sellerProtection(SellerProtection sellerProtection)
sellerProtection - SellerProtection value for sellerProtection.public PaymentsCapture.Builder finalCapture(Boolean finalCapture)
finalCapture - Boolean value for finalCapture.public PaymentsCapture.Builder sellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
sellerReceivableBreakdown - SellerReceivableBreakdown value for
sellerReceivableBreakdown.public PaymentsCapture.Builder disbursementMode(DisbursementMode disbursementMode)
disbursementMode - DisbursementMode value for disbursementMode.public PaymentsCapture.Builder links(List<LinkDescription> links)
links - List of LinkDescription value for links.public PaymentsCapture.Builder processorResponse(PaymentsProcessorResponse processorResponse)
processorResponse - PaymentsProcessorResponse value for processorResponse.public PaymentsCapture.Builder createTime(String createTime)
createTime - String value for createTime.public PaymentsCapture.Builder updateTime(String updateTime)
updateTime - String value for updateTime.public PaymentsCapture build()
PaymentsCapture object using the set fields.PaymentsCaptureCopyright © 2025. All rights reserved.