| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ExchangeRate |
ExchangeRate.Builder.build()
Builds a new
ExchangeRate object using the set fields. |
ExchangeRate |
SellerReceivableBreakdown.getExchangeRate()
Getter for ExchangeRate.
|
ExchangeRate |
NetAmountBreakdownItem.getExchangeRate()
Getter for ExchangeRate.
|
| Modifier and Type | Method and Description |
|---|---|
SellerReceivableBreakdown.Builder |
SellerReceivableBreakdown.Builder.exchangeRate(ExchangeRate exchangeRate)
Setter for exchangeRate.
|
NetAmountBreakdownItem.Builder |
NetAmountBreakdownItem.Builder.exchangeRate(ExchangeRate exchangeRate)
Setter for exchangeRate.
|
void |
SellerReceivableBreakdown.setExchangeRate(ExchangeRate exchangeRate)
Setter for ExchangeRate.
|
void |
NetAmountBreakdownItem.setExchangeRate(ExchangeRate exchangeRate)
Setter for ExchangeRate.
|
| Constructor and Description |
|---|
NetAmountBreakdownItem(Money payableAmount,
Money convertedAmount,
ExchangeRate exchangeRate)
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.