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