public class SellerPayableBreakdown extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SellerPayableBreakdown.Builder
Class to build instances of
SellerPayableBreakdown. |
| Constructor and Description |
|---|
SellerPayableBreakdown()
Default constructor.
|
SellerPayableBreakdown(Money grossAmount,
Money paypalFee,
Money paypalFeeInReceivableCurrency,
Money netAmount,
Money netAmountInReceivableCurrency,
List<PlatformFee> platformFees,
List<NetAmountBreakdownItem> netAmountBreakdown,
Money totalRefundedAmount)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Money |
getGrossAmount()
Getter for GrossAmount.
|
Money |
getNetAmount()
Getter for NetAmount.
|
List<NetAmountBreakdownItem> |
getNetAmountBreakdown()
Getter for NetAmountBreakdown.
|
Money |
getNetAmountInReceivableCurrency()
Getter for NetAmountInReceivableCurrency.
|
Money |
getPaypalFee()
Getter for PaypalFee.
|
Money |
getPaypalFeeInReceivableCurrency()
Getter for PaypalFeeInReceivableCurrency.
|
List<PlatformFee> |
getPlatformFees()
Getter for PlatformFees.
|
Money |
getTotalRefundedAmount()
Getter for TotalRefundedAmount.
|
void |
setGrossAmount(Money grossAmount)
Setter for GrossAmount.
|
void |
setNetAmount(Money netAmount)
Setter for NetAmount.
|
void |
setNetAmountBreakdown(List<NetAmountBreakdownItem> netAmountBreakdown)
Setter for NetAmountBreakdown.
|
void |
setNetAmountInReceivableCurrency(Money netAmountInReceivableCurrency)
Setter for NetAmountInReceivableCurrency.
|
void |
setPaypalFee(Money paypalFee)
Setter for PaypalFee.
|
void |
setPaypalFeeInReceivableCurrency(Money paypalFeeInReceivableCurrency)
Setter for PaypalFeeInReceivableCurrency.
|
void |
setPlatformFees(List<PlatformFee> platformFees)
Setter for PlatformFees.
|
void |
setTotalRefundedAmount(Money totalRefundedAmount)
Setter for TotalRefundedAmount.
|
SellerPayableBreakdown.Builder |
toBuilder()
Builds a new
SellerPayableBreakdown.Builder object. |
String |
toString()
Converts this SellerPayableBreakdown into string format.
|
public SellerPayableBreakdown()
public SellerPayableBreakdown(Money grossAmount, Money paypalFee, Money paypalFeeInReceivableCurrency, Money netAmount, Money netAmountInReceivableCurrency, List<PlatformFee> platformFees, List<NetAmountBreakdownItem> netAmountBreakdown, Money totalRefundedAmount)
grossAmount - Money value for grossAmount.paypalFee - Money value for paypalFee.paypalFeeInReceivableCurrency - Money value for paypalFeeInReceivableCurrency.netAmount - Money value for netAmount.netAmountInReceivableCurrency - Money value for netAmountInReceivableCurrency.platformFees - List of PlatformFee value for platformFees.netAmountBreakdown - List of NetAmountBreakdownItem value for netAmountBreakdown.totalRefundedAmount - Money value for totalRefundedAmount.public Money getGrossAmount()
public void setGrossAmount(Money grossAmount)
grossAmount - Value for Moneypublic Money getPaypalFee()
public void setPaypalFee(Money paypalFee)
paypalFee - Value for Moneypublic Money getPaypalFeeInReceivableCurrency()
public void setPaypalFeeInReceivableCurrency(Money paypalFeeInReceivableCurrency)
paypalFeeInReceivableCurrency - Value for Moneypublic Money getNetAmount()
public void setNetAmount(Money netAmount)
netAmount - Value for Moneypublic Money getNetAmountInReceivableCurrency()
public void setNetAmountInReceivableCurrency(Money netAmountInReceivableCurrency)
netAmountInReceivableCurrency - Value for Moneypublic List<PlatformFee> getPlatformFees()
public void setPlatformFees(List<PlatformFee> platformFees)
platformFees - Value for List of PlatformFeepublic List<NetAmountBreakdownItem> getNetAmountBreakdown()
public void setNetAmountBreakdown(List<NetAmountBreakdownItem> netAmountBreakdown)
netAmountBreakdown - Value for List of NetAmountBreakdownItempublic Money getTotalRefundedAmount()
public void setTotalRefundedAmount(Money totalRefundedAmount)
totalRefundedAmount - Value for Moneypublic String toString()
public SellerPayableBreakdown.Builder toBuilder()
SellerPayableBreakdown.Builder object.
Creates the instance with the state of the current model.SellerPayableBreakdown.Builder objectCopyright © 2025. All rights reserved.