Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Money
-
-
Uses of Money in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return Money Modifier and Type Method Description Money
Authorization. getAmount()
The amount for this authorized payment.Money
Capture. getAmount()
The amount for this captured payment.Money
PlatformFee. getAmount()
The fee for this transaction.Money
Refund. getAmount()
The amount that the payee refunded to the payer.Money
NetAmountBreakdownItem. getConvertedAmount()
The converted payable amount.Money
AmountBreakdown. getDiscount()
The discount for all items within a given "purchase_unit".Money
MerchantPayableBreakdown. getGrossAmount()
The amount that the payee refunded to the payer.Money
MerchantReceivableBreakdown. getGrossAmount()
The amount for this captured payment in the currency of the transaction.Money
AmountBreakdown. getHandling()
The handling fee for all items within a given "purchase_unit".Money
AmountBreakdown. getInsurance()
The insurance fee for all items within a given "purchase_unit".Money
AmountBreakdown. getItemTotal()
The subtotal for all items.Money
MerchantPayableBreakdown. getNetAmount()
The net amount that the payee's account is debited in the transaction currency.Money
MerchantReceivableBreakdown. getNetAmount()
The net amount that the payee receives for this captured payment in their PayPal account.Money
MerchantPayableBreakdown. getNetAmountInReceivableCurrency()
The net amount that the payee's account is debited in the receivable currency.Money
NetAmountBreakdownItem. getPayableAmount()
The net amount debited from the merchant's PayPal account.Money
MerchantPayableBreakdown. getPaypalFee()
The PayPal fee that was refunded to the payer in the currency of the transaction.Money
MerchantReceivableBreakdown. getPaypalFee()
The applicable fee for this captured payment in the currency of the transaction.Money
MerchantPayableBreakdown. getPaypalFeeInReceivableCurrency()
The PayPal fee that was refunded to the payer in the receivable currency.Money
MerchantReceivableBreakdown. getPaypalFeeInReceivableCurrency()
The applicable fee for this captured payment in the receivable currency.Money
MerchantReceivableBreakdown. getReceivableAmount()
The net amount that is credited to the payee's PayPal account.Money
AmountBreakdown. getShipping()
The shipping fee for all items within a given "purchase_unit".Money
AmountBreakdown. getShippingDiscount()
The shipping discount for all items within a given "purchase_unit".Money
Item. getTax()
The item tax for each unit.Money
AmountBreakdown. getTaxTotal()
The total tax for all items.Money
MerchantPayableBreakdown. getTotalRefundedAmount()
The total amount refunded from the original capture to date.Money
Item. getUnitAmount()
The item price or rate per unit.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type Money Modifier and Type Method Description void
Authorization. setAmount(Money amount)
The amount for this authorized payment.void
Capture. setAmount(Money amount)
The amount for this captured payment.void
PlatformFee. setAmount(Money amount)
The fee for this transaction.void
Refund. setAmount(Money amount)
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
Item. setTax(Money tax)
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 Money Modifier and Type Method Description Money
CaptureRequest. getAmount()
The amount to capture.Money
RefundRequest. getAmount()
The amount to refund.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type Money Modifier and Type Method Description void
CaptureRequest. setAmount(Money amount)
The amount to capture.void
RefundRequest. setAmount(Money amount)
The amount to refund. -
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 Money Modifier and Type Method Description Optional<Money>
PayPalUtils. convertToOrdersMoney(javax.money.MonetaryAmount amount)
Optional<Money>
PayPalUtils. convertToPaymentsMoney(javax.money.MonetaryAmount amount)
Methods in com.broadleafcommerce.paypal.micro.gateway.service.util with parameters of type Money Modifier and Type Method Description javax.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 Money Modifier and Type Method Description protected Optional<Money>
DefaultPayPalOrderService. convertToMoney(javax.money.MonetaryAmount amount)
-