Uses of Class
com.adyen.model.management.StarInfo
-
Packages that use StarInfo Package Description com.adyen.model.management -
-
Uses of StarInfo in com.adyen.model.management
Methods in com.adyen.model.management that return StarInfo Modifier and Type Method Description static StarInfoStarInfo. fromJson(String jsonString)Create an instance of StarInfo given an JSON stringStarInfoPaymentMethodSetupInfo. getStar()Get starStarInfoStarInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.StarInfoStarInfo. processingType(StarInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.StarInfoStarInfo. transactionDescription(TransactionDescriptionInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type StarInfo Modifier and Type Method Description voidPaymentMethodSetupInfo. setStar(StarInfo star)starPaymentMethodSetupInfoPaymentMethodSetupInfo. star(StarInfo star)star
-