Uses of Enum Class
com.maplander.backend.enums.manage.PaymentTypeEnum
Packages that use PaymentTypeEnum
-
Uses of PaymentTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type PaymentTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return PaymentTypeEnumModifier and TypeMethodDescriptionstatic PaymentTypeEnumReturns the enum constant of this class with the specified name.static PaymentTypeEnum[]PaymentTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PaymentTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type PaymentTypeEnumModifier and TypeMethodDescriptionstatic Subscription.RootSubscription.createOrderV2(PaymentUser paymentUser, PaymentTypeEnum paymentType, AccountTypeEnum accountType, AccountTypeEnum oldAccountType, boolean upgradeSubscription)