Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.shop.payment.PaymentStatus
-
Packages that use PaymentStatus Package Description ru.easydonate.easydonate4j.api.v3.data.model.shop.payment -
-
Uses of PaymentStatus in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment that return PaymentStatus Modifier and Type Method Description static @NotNull PaymentStatusPaymentStatus. getByCode(int code)Get the enum constant by the known payment status code.@NotNull PaymentStatusPayment. getStatus()Get the current status of this payment.static PaymentStatusPaymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentStatus[]PaymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-