Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.shop.payment.PaymentType
-
Packages that use PaymentType Package Description ru.easydonate.easydonate4j.api.v3.data.model.shop.payment -
-
Uses of PaymentType in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment that return PaymentType Modifier and Type Method Description static @NotNull PaymentTypePaymentType. getByKey(@NotNull String key)Get the enum constant by the known payment type key (can be null).@NotNull PaymentTypePayment. getPaymentType()Get the used payment type of this payment.static PaymentTypePaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentType[]PaymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-