Uses of Class
dev.vality.damsel.merch_stat.Payer
Packages that use Payer
-
Uses of Payer in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as PayerMethods in dev.vality.damsel.merch_stat that return PayerModifier and TypeMethodDescriptionstatic PayerPayer.customer(CustomerPayer value) Payer.deepCopy()StatPayment.getPayer()static PayerPayer.payment_resource(PaymentResourcePayer value) static PayerPayer.recurrent(RecurrentPayer value) Methods in dev.vality.damsel.merch_stat with parameters of type PayerModifier and TypeMethodDescriptionintbooleanConstructors in dev.vality.damsel.merch_stat with parameters of type PayerModifierConstructorDescriptionStatPayment(String id, String invoice_id, String owner_id, String shop_id, String created_at, InvoicePaymentStatus status, long amount, long fee, String currency_symbolic_code, Payer payer, InvoicePaymentFlow flow, long domain_revision)