| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
SellerReceivableBreakdown |
SellerReceivableBreakdown.Builder.build()
Builds a new
SellerReceivableBreakdown object using the set fields. |
SellerReceivableBreakdown |
CapturedPayment.getSellerReceivableBreakdown()
Getter for SellerReceivableBreakdown.
|
SellerReceivableBreakdown |
OrdersCapture.getSellerReceivableBreakdown()
Getter for SellerReceivableBreakdown.
|
SellerReceivableBreakdown |
PaymentsCapture.getSellerReceivableBreakdown()
Getter for SellerReceivableBreakdown.
|
| Modifier and Type | Method and Description |
|---|---|
CapturedPayment.Builder |
CapturedPayment.Builder.sellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
Setter for sellerReceivableBreakdown.
|
OrdersCapture.Builder |
OrdersCapture.Builder.sellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
Setter for sellerReceivableBreakdown.
|
PaymentsCapture.Builder |
PaymentsCapture.Builder.sellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
Setter for sellerReceivableBreakdown.
|
void |
CapturedPayment.setSellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
Setter for SellerReceivableBreakdown.
|
void |
OrdersCapture.setSellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
Setter for SellerReceivableBreakdown.
|
void |
PaymentsCapture.setSellerReceivableBreakdown(SellerReceivableBreakdown sellerReceivableBreakdown)
Setter for SellerReceivableBreakdown.
|
| 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.
|
OrdersCapture(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,
ProcessorResponse processorResponse,
String createTime,
String updateTime)
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.