Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PaymentInstruction
- 
Packages that use PaymentInstruction Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.gateway.domain.payments  - 
- 
Uses of PaymentInstruction in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PaymentInstruction Modifier and Type Method Description PaymentInstructionPurchaseUnit. getPaymentInstruction()Any additional payment instructions to be consider during payment processing.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PaymentInstruction Modifier and Type Method Description voidPurchaseUnit. 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 PaymentInstruction Modifier and Type Method Description PaymentInstructionCaptureRequest. getPaymentInstruction()Any additional payment instructions to be consider during payment processing.PaymentInstructionRefundRequest. 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 PaymentInstruction Modifier and Type Method Description voidCaptureRequest. 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. 
 -