Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PlatformFee
-
Packages that use PlatformFee Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders -
-
Uses of PlatformFee in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PlatformFee Modifier and Type Method Description PlatformFee
MerchantPayableBreakdown. getPlatformFee()
An array of platform or partner fees, commissions, or brokerage fees for the refund.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type PlatformFee Modifier and Type Method Description List<PlatformFee>
MerchantReceivableBreakdown. getPlatformFees()
An array of platform or partner fees, commissions, or brokerage fees that associated with the captured payment.List<PlatformFee>
PaymentInstruction. getPlatformFees()
An array of various fees, commissions, tips, or donations.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PlatformFee Modifier and Type Method Description void
MerchantPayableBreakdown. setPlatformFee(PlatformFee platformFee)
An array of platform or partner fees, commissions, or brokerage fees for the refund.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type PlatformFee Modifier and Type Method Description void
MerchantReceivableBreakdown. setPlatformFees(List<PlatformFee> platformFees)
An array of platform or partner fees, commissions, or brokerage fees that associated with the captured payment.void
PaymentInstruction. setPlatformFees(List<PlatformFee> platformFees)
An array of various fees, commissions, tips, or donations.
-