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