| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
SellerProtection |
SellerProtection.Builder.build()
Builds a new
SellerProtection object using the set fields. |
SellerProtection |
CapturedPayment.getSellerProtection()
Getter for SellerProtection.
|
SellerProtection |
OrdersCapture.getSellerProtection()
Getter for SellerProtection.
|
SellerProtection |
Authorization.getSellerProtection()
Getter for SellerProtection.
|
SellerProtection |
PaymentAuthorization.getSellerProtection()
Getter for SellerProtection.
|
SellerProtection |
AuthorizationWithAdditionalData.getSellerProtection()
Getter for SellerProtection.
|
SellerProtection |
PaymentsCapture.getSellerProtection()
Getter for SellerProtection.
|
| Modifier and Type | Method and Description |
|---|---|
CapturedPayment.Builder |
CapturedPayment.Builder.sellerProtection(SellerProtection sellerProtection)
Setter for sellerProtection.
|
OrdersCapture.Builder |
OrdersCapture.Builder.sellerProtection(SellerProtection sellerProtection)
Setter for sellerProtection.
|
Authorization.Builder |
Authorization.Builder.sellerProtection(SellerProtection sellerProtection)
Setter for sellerProtection.
|
PaymentAuthorization.Builder |
PaymentAuthorization.Builder.sellerProtection(SellerProtection sellerProtection)
Setter for sellerProtection.
|
AuthorizationWithAdditionalData.Builder |
AuthorizationWithAdditionalData.Builder.sellerProtection(SellerProtection sellerProtection)
Setter for sellerProtection.
|
PaymentsCapture.Builder |
PaymentsCapture.Builder.sellerProtection(SellerProtection sellerProtection)
Setter for sellerProtection.
|
void |
CapturedPayment.setSellerProtection(SellerProtection sellerProtection)
Setter for SellerProtection.
|
void |
OrdersCapture.setSellerProtection(SellerProtection sellerProtection)
Setter for SellerProtection.
|
void |
Authorization.setSellerProtection(SellerProtection sellerProtection)
Setter for SellerProtection.
|
void |
PaymentAuthorization.setSellerProtection(SellerProtection sellerProtection)
Setter for SellerProtection.
|
void |
AuthorizationWithAdditionalData.setSellerProtection(SellerProtection sellerProtection)
Setter for SellerProtection.
|
void |
PaymentsCapture.setSellerProtection(SellerProtection sellerProtection)
Setter for SellerProtection.
|
| Constructor and Description |
|---|
Authorization(AuthorizationStatus status,
AuthorizationStatusDetails statusDetails,
String id,
Money amount,
String invoiceId,
String customId,
NetworkTransactionReference networkTransactionReference,
SellerProtection sellerProtection,
String expirationTime,
List<LinkDescription> links,
String createTime,
String updateTime)
Initialization constructor.
|
AuthorizationWithAdditionalData(AuthorizationStatus status,
AuthorizationStatusDetails statusDetails,
String id,
Money amount,
String invoiceId,
String customId,
NetworkTransactionReference networkTransactionReference,
SellerProtection sellerProtection,
String expirationTime,
List<LinkDescription> links,
String createTime,
String updateTime,
ProcessorResponse processorResponse)
Initialization constructor.
|
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.
|
PaymentAuthorization(AuthorizationStatus status,
AuthorizationStatusDetails statusDetails,
String id,
Money amount,
String invoiceId,
String customId,
NetworkTransactionReference networkTransactionReference,
SellerProtection sellerProtection,
String expirationTime,
List<LinkDescription> links,
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.