Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PaymentInstruction
Packages that use PaymentInstruction
Package
Description
-
Uses of PaymentInstruction in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PaymentInstructionModifier and TypeMethodDescriptionPurchaseUnit.getPaymentInstruction()Any additional payment instructions to be consider during payment processing.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PaymentInstructionModifier and TypeMethodDescriptionvoidPurchaseUnit.setPaymentInstruction(PaymentInstruction paymentInstruction) Any additional payment instructions to be consider during payment processing. -
Uses of PaymentInstruction in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return PaymentInstructionModifier and TypeMethodDescriptionCaptureRequest.getPaymentInstruction()Any additional payment instructions to be consider during payment processing.RefundRequest.getPaymentInstruction()Any additional refund instructions to be set during refund payment processing.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type PaymentInstructionModifier and TypeMethodDescriptionvoidCaptureRequest.setPaymentInstruction(PaymentInstruction paymentInstruction) Any additional payment instructions to be consider during payment processing.voidRefundRequest.setPaymentInstruction(PaymentInstruction paymentInstruction) Any additional refund instructions to be set during refund payment processing.