Uses of Class
com.adyen.model.management.PayPalResponseInfo
-
Packages that use PayPalResponseInfo Package Description com.adyen.model.management -
-
Uses of PayPalResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return PayPalResponseInfo Modifier and Type Method Description PayPalResponseInfoPayPalResponseInfo. directCapture(Boolean directCapture)Indicates if direct (immediate) capture for PayPal is enabled.static PayPalResponseInfoPayPalResponseInfo. fromJson(String jsonString)Create an instance of PayPalResponseInfo given an JSON stringPayPalResponseInfoPaymentMethod. getPaypal()Get paypalPayPalResponseInfoPayPalResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PayPalResponseInfoPayPalResponseInfo. payerId(String payerId)PayPal Merchant ID.PayPalResponseInfoPayPalResponseInfo. subject(String subject)Your business email address.Methods in com.adyen.model.management with parameters of type PayPalResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. paypal(PayPalResponseInfo paypal)paypalvoidPaymentMethod. setPaypal(PayPalResponseInfo paypal)paypal
-