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 PaymentInstruction
PurchaseUnit. 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 void
PurchaseUnit. 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 PaymentInstruction
CaptureRequest. getPaymentInstruction()
Any additional payment instructions to be consider during payment processing.PaymentInstruction
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 PaymentInstruction Modifier and Type Method Description void
CaptureRequest. setPaymentInstruction(PaymentInstruction paymentInstruction)
Any additional payment instructions to be consider during payment processing.void
RefundRequest. setPaymentInstruction(PaymentInstruction paymentInstruction)
Any additional refund instructions to be set during refund payment processing.
-