| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentsProcessorResponse |
PaymentsProcessorResponse.Builder.build()
Builds a new
PaymentsProcessorResponse object using the set fields. |
PaymentsProcessorResponse |
CapturedPayment.getProcessorResponse()
Getter for ProcessorResponse.
|
PaymentsProcessorResponse |
PaymentsCapture.getProcessorResponse()
Getter for ProcessorResponse.
|
| Modifier and Type | Method and Description |
|---|---|
CapturedPayment.Builder |
CapturedPayment.Builder.processorResponse(PaymentsProcessorResponse processorResponse)
Setter for processorResponse.
|
PaymentsCapture.Builder |
PaymentsCapture.Builder.processorResponse(PaymentsProcessorResponse processorResponse)
Setter for processorResponse.
|
void |
CapturedPayment.setProcessorResponse(PaymentsProcessorResponse processorResponse)
Setter for ProcessorResponse.
|
void |
PaymentsCapture.setProcessorResponse(PaymentsProcessorResponse processorResponse)
Setter for ProcessorResponse.
|
| Constructor and Description |
|---|
CapturedPayment(CaptureStatus status,
CaptureStatusDetails statusDetails,
String id,
Money amount,
String invoiceId,
String customId,
NetworkTransactionReference networkTransactionReference,
SellerProtection sellerProtection,
Boolean finalCapture,
SellerReceivableBreakdown sellerReceivableBreakdown,
DisbursementMode disbursementMode,
List<LinkDescription> links,
PaymentsProcessorResponse processorResponse,
String createTime,
String updateTime,
PaymentSupplementaryData supplementaryData,
PayeeBase payee)
Initialization constructor.
|
PaymentsCapture(CaptureStatus status,
CaptureStatusDetails statusDetails,
String id,
Money amount,
String invoiceId,
String customId,
NetworkTransactionReference networkTransactionReference,
SellerProtection sellerProtection,
Boolean finalCapture,
SellerReceivableBreakdown sellerReceivableBreakdown,
DisbursementMode disbursementMode,
List<LinkDescription> links,
PaymentsProcessorResponse processorResponse,
String createTime,
String updateTime)
Initialization constructor.
|
Copyright © 2025. All rights reserved.