Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Money
Packages that use Money
Package
Description
-
Uses of Money in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return MoneyModifier and TypeMethodDescriptionAuthorization.getAmount()
The amount for this authorized payment.Capture.getAmount()
The amount for this captured payment.PlatformFee.getAmount()
The fee for this transaction.Refund.getAmount()
The amount that the payee refunded to the payer.NetAmountBreakdownItem.getConvertedAmount()
The converted payable amount.AmountBreakdown.getDiscount()
The discount for all items within a given "purchase_unit".MerchantPayableBreakdown.getGrossAmount()
The amount that the payee refunded to the payer.MerchantReceivableBreakdown.getGrossAmount()
The amount for this captured payment in the currency of the transaction.AmountBreakdown.getHandling()
The handling fee for all items within a given "purchase_unit".AmountBreakdown.getInsurance()
The insurance fee for all items within a given "purchase_unit".AmountBreakdown.getItemTotal()
The subtotal for all items.MerchantPayableBreakdown.getNetAmount()
The net amount that the payee's account is debited in the transaction currency.MerchantReceivableBreakdown.getNetAmount()
The net amount that the payee receives for this captured payment in their PayPal account.MerchantPayableBreakdown.getNetAmountInReceivableCurrency()
The net amount that the payee's account is debited in the receivable currency.NetAmountBreakdownItem.getPayableAmount()
The net amount debited from the merchant's PayPal account.MerchantPayableBreakdown.getPaypalFee()
The PayPal fee that was refunded to the payer in the currency of the transaction.MerchantReceivableBreakdown.getPaypalFee()
The applicable fee for this captured payment in the currency of the transaction.MerchantPayableBreakdown.getPaypalFeeInReceivableCurrency()
The PayPal fee that was refunded to the payer in the receivable currency.MerchantReceivableBreakdown.getPaypalFeeInReceivableCurrency()
The applicable fee for this captured payment in the receivable currency.MerchantReceivableBreakdown.getReceivableAmount()
The net amount that is credited to the payee's PayPal account.AmountBreakdown.getShipping()
The shipping fee for all items within a given "purchase_unit".AmountBreakdown.getShippingDiscount()
The shipping discount for all items within a given "purchase_unit".Item.getTax()
The item tax for each unit.AmountBreakdown.getTaxTotal()
The total tax for all items.MerchantPayableBreakdown.getTotalRefundedAmount()
The total amount refunded from the original capture to date.Item.getUnitAmount()
The item price or rate per unit.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type MoneyModifier and TypeMethodDescriptionvoid
The amount for this authorized payment.void
The amount for this captured payment.void
The fee for this transaction.void
The amount that the payee refunded to the payer.void
NetAmountBreakdownItem.setConvertedAmount
(Money convertedAmount) The converted payable amount.void
AmountBreakdown.setDiscount
(Money discount) The discount for all items within a given "purchase_unit".void
MerchantPayableBreakdown.setGrossAmount
(Money grossAmount) The amount that the payee refunded to the payer.void
MerchantReceivableBreakdown.setGrossAmount
(Money grossAmount) The amount for this captured payment in the currency of the transaction.void
AmountBreakdown.setHandling
(Money handling) The handling fee for all items within a given "purchase_unit".void
AmountBreakdown.setInsurance
(Money insurance) The insurance fee for all items within a given "purchase_unit".void
AmountBreakdown.setItemTotal
(Money itemTotal) The subtotal for all items.void
MerchantPayableBreakdown.setNetAmount
(Money netAmount) The net amount that the payee's account is debited in the transaction currency.void
MerchantReceivableBreakdown.setNetAmount
(Money netAmount) The net amount that the payee receives for this captured payment in their PayPal account.void
MerchantPayableBreakdown.setNetAmountInReceivableCurrency
(Money netAmountInReceivableCurrency) The net amount that the payee's account is debited in the receivable currency.void
NetAmountBreakdownItem.setPayableAmount
(Money payableAmount) The net amount debited from the merchant's PayPal account.void
MerchantPayableBreakdown.setPaypalFee
(Money paypalFee) The PayPal fee that was refunded to the payer in the currency of the transaction.void
MerchantReceivableBreakdown.setPaypalFee
(Money paypalFee) The applicable fee for this captured payment in the currency of the transaction.void
MerchantPayableBreakdown.setPaypalFeeInReceivableCurrency
(Money paypalFeeInReceivableCurrency) The PayPal fee that was refunded to the payer in the receivable currency.void
MerchantReceivableBreakdown.setPaypalFeeInReceivableCurrency
(Money paypalFeeInReceivableCurrency) The applicable fee for this captured payment in the receivable currency.void
MerchantReceivableBreakdown.setReceivableAmount
(Money receivableAmount) The net amount that is credited to the payee's PayPal account.void
AmountBreakdown.setShipping
(Money shipping) The shipping fee for all items within a given "purchase_unit".void
AmountBreakdown.setShippingDiscount
(Money shippingDiscount) The shipping discount for all items within a given "purchase_unit".void
The item tax for each unit.void
AmountBreakdown.setTaxTotal
(Money taxTotal) The total tax for all items.void
MerchantPayableBreakdown.setTotalRefundedAmount
(Money totalRefundedAmount) The total amount refunded from the original capture to date.void
Item.setUnitAmount
(Money unitAmount) The item price or rate per unit. -
Uses of Money in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return MoneyModifier and TypeMethodDescriptionCaptureRequest.getAmount()
The amount to capture.RefundRequest.getAmount()
The amount to refund.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type Money -
Uses of Money in com.broadleafcommerce.paypal.micro.gateway.service.util
Methods in com.broadleafcommerce.paypal.micro.gateway.service.util that return types with arguments of type MoneyModifier and TypeMethodDescriptionPayPalUtils.convertToOrdersMoney
(javax.money.MonetaryAmount amount) PayPalUtils.convertToPaymentsMoney
(javax.money.MonetaryAmount amount) Methods in com.broadleafcommerce.paypal.micro.gateway.service.util with parameters of type MoneyModifier and TypeMethodDescriptionjavax.money.MonetaryAmount
PayPalUtils.convertOrdersMoneyToMonetaryAmount
(@NonNull Money money) javax.money.MonetaryAmount
PayPalUtils.convertPaymentsMoneyToMonetaryAmount
(@NonNull Money money) -
Uses of Money in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return types with arguments of type MoneyModifier and TypeMethodDescriptionDefaultPayPalOrderService.convertToMoney
(javax.money.MonetaryAmount amount)