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 stringStarInfoPaymentMethod. getStar()starStarInfoPaymentMethodSetupInfo. getStar()starStarInfoUpdatePaymentMethodInfo. getStar()starStarInfoStarInfo. 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 voidPaymentMethod. setStar(StarInfo star)starvoidPaymentMethodSetupInfo. setStar(StarInfo star)starvoidUpdatePaymentMethodInfo. setStar(StarInfo star)starPaymentMethodPaymentMethod. star(StarInfo star)starPaymentMethodSetupInfoPaymentMethodSetupInfo. star(StarInfo star)starUpdatePaymentMethodInfoUpdatePaymentMethodInfo. star(StarInfo star)star
-