Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PlatformFee
Packages that use PlatformFee
-
Uses of PlatformFee in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PlatformFeeModifier and TypeMethodDescriptionMerchantPayableBreakdown.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 PlatformFeeModifier and TypeMethodDescriptionMerchantReceivableBreakdown.getPlatformFees()An array of platform or partner fees, commissions, or brokerage fees that associated with the captured payment.PaymentInstruction.getPlatformFees()An array of various fees, commissions, tips, or donations.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PlatformFeeModifier and TypeMethodDescriptionvoidMerchantPayableBreakdown.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 PlatformFeeModifier and TypeMethodDescriptionvoidMerchantReceivableBreakdown.setPlatformFees(List<PlatformFee> platformFees) An array of platform or partner fees, commissions, or brokerage fees that associated with the captured payment.voidPaymentInstruction.setPlatformFees(List<PlatformFee> platformFees) An array of various fees, commissions, tips, or donations.