| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentSupplementaryData |
PaymentSupplementaryData.Builder.build()
Builds a new
PaymentSupplementaryData object using the set fields. |
PaymentSupplementaryData |
CapturedPayment.getSupplementaryData()
Getter for SupplementaryData.
|
PaymentSupplementaryData |
PaymentAuthorization.getSupplementaryData()
Getter for SupplementaryData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapturedPayment.setSupplementaryData(PaymentSupplementaryData supplementaryData)
Setter for SupplementaryData.
|
void |
PaymentAuthorization.setSupplementaryData(PaymentSupplementaryData supplementaryData)
Setter for SupplementaryData.
|
CapturedPayment.Builder |
CapturedPayment.Builder.supplementaryData(PaymentSupplementaryData supplementaryData)
Setter for supplementaryData.
|
PaymentAuthorization.Builder |
PaymentAuthorization.Builder.supplementaryData(PaymentSupplementaryData supplementaryData)
Setter for supplementaryData.
|
| 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.
|
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.
|
Copyright © 2025. All rights reserved.