Uses of Interface
ru.easydonate.easydonate4j.api.v3.data.model.shop.payment.pending.PendingPayment
-
Packages that use PendingPayment Package Description ru.easydonate.easydonate4j.api.v3.client ru.easydonate.easydonate4j.api.v3.data.model.shop.payment.pending -
-
Uses of PendingPayment in ru.easydonate.easydonate4j.api.v3.client
Methods in ru.easydonate.easydonate4j.api.v3.client that return PendingPayment Modifier and Type Method Description @NotNull PendingPaymentEasyDonateClient. createPayment(@NotNull PendingPaymentBuilder paymentBuilder)Get the pending payment data using your credentials from pending payment builder.
This method also will be used byPendingPaymentBuilder.create().@NotNull PendingPaymentSimpleEasyDonateClient. createPayment(@NotNull PendingPaymentBuilder paymentBuilder) -
Uses of PendingPayment in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment.pending
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment.pending that return PendingPayment Modifier and Type Method Description @NotNull PendingPaymentPendingPaymentBuilder. create()Create a payment with current configuration.
-