| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PlatformFee |
PlatformFee.Builder.build()
Builds a new
PlatformFee object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<PlatformFee> |
SellerReceivableBreakdown.getPlatformFees()
Getter for PlatformFees.
|
List<PlatformFee> |
CapturePaymentInstruction.getPlatformFees()
Getter for PlatformFees.
|
List<PlatformFee> |
PaymentInstruction.getPlatformFees()
Getter for PlatformFees.
|
List<PlatformFee> |
SellerPayableBreakdown.getPlatformFees()
Getter for PlatformFees.
|
| Modifier and Type | Method and Description |
|---|---|
SellerReceivableBreakdown.Builder |
SellerReceivableBreakdown.Builder.platformFees(List<PlatformFee> platformFees)
Setter for platformFees.
|
CapturePaymentInstruction.Builder |
CapturePaymentInstruction.Builder.platformFees(List<PlatformFee> platformFees)
Setter for platformFees.
|
PaymentInstruction.Builder |
PaymentInstruction.Builder.platformFees(List<PlatformFee> platformFees)
Setter for platformFees.
|
SellerPayableBreakdown.Builder |
SellerPayableBreakdown.Builder.platformFees(List<PlatformFee> platformFees)
Setter for platformFees.
|
void |
SellerReceivableBreakdown.setPlatformFees(List<PlatformFee> platformFees)
Setter for PlatformFees.
|
void |
CapturePaymentInstruction.setPlatformFees(List<PlatformFee> platformFees)
Setter for PlatformFees.
|
void |
PaymentInstruction.setPlatformFees(List<PlatformFee> platformFees)
Setter for PlatformFees.
|
void |
SellerPayableBreakdown.setPlatformFees(List<PlatformFee> platformFees)
Setter for PlatformFees.
|
| Constructor and Description |
|---|
CapturePaymentInstruction(List<PlatformFee> platformFees,
DisbursementMode disbursementMode,
String payeeReceivableFxRateId)
Initialization constructor.
|
PaymentInstruction(List<PlatformFee> platformFees,
DisbursementMode disbursementMode,
String payeePricingTierId,
String payeeReceivableFxRateId)
Initialization constructor.
|
SellerPayableBreakdown(Money grossAmount,
Money paypalFee,
Money paypalFeeInReceivableCurrency,
Money netAmount,
Money netAmountInReceivableCurrency,
List<PlatformFee> platformFees,
List<NetAmountBreakdownItem> netAmountBreakdown,
Money totalRefundedAmount)
Initialization constructor.
|
SellerReceivableBreakdown(Money grossAmount,
Money paypalFee,
Money paypalFeeInReceivableCurrency,
Money netAmount,
Money receivableAmount,
ExchangeRate exchangeRate,
List<PlatformFee> platformFees)
Initialization constructor.
|
Copyright © 2025. All rights reserved.