Uses of Class
dev.vality.damsel.domain.Payer
Packages that use Payer
-
Uses of Payer in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayerMethods in dev.vality.damsel.domain that return PayerModifier and TypeMethodDescriptionstatic PayerPayer.customer(CustomerPayer value) Payer.deepCopy()InvoicePayment.getPayer()static PayerPayer.payment_resource(PaymentResourcePayer value) static PayerPayer.recurrent(RecurrentPayer value) Methods in dev.vality.damsel.domain with parameters of type PayerModifier and TypeMethodDescriptionintbooleanConstructors in dev.vality.damsel.domain with parameters of type PayerModifierConstructorDescriptionInvoicePayment(String id, String created_at, InvoicePaymentStatus status, Cash cost, long domain_revision, InvoicePaymentFlow flow, Payer payer) -
Uses of Payer in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as PayerMethods in dev.vality.damsel.proxy_inspector that return PayerMethods in dev.vality.damsel.proxy_inspector with parameters of type PayerConstructors in dev.vality.damsel.proxy_inspector with parameters of type PayerModifierConstructorDescriptionInvoicePayment(String id, String created_at, Payer payer, Cash cost)