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