Uses of Class
dev.vality.damsel.domain.Payer
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.proxy_inspector |
-
Uses of Payer in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Payer Modifier and Type Field Description PayerInvoicePayment. payerMethods in dev.vality.damsel.domain that return Payer Modifier and Type Method Description static PayerPayer. customer(CustomerPayer value)PayerPayer. deepCopy()PayerInvoicePayment. getPayer()static PayerPayer. payment_resource(PaymentResourcePayer value)static PayerPayer. recurrent(RecurrentPayer value)Methods in dev.vality.damsel.domain with parameters of type Payer Modifier and Type Method Description intPayer. compareTo(Payer other)booleanPayer. equals(Payer other)InvoicePaymentInvoicePayment. setPayer(Payer payer)Constructors in dev.vality.damsel.domain with parameters of type Payer Constructor Description InvoicePayment(String id, String created_at, InvoicePaymentStatus status, Cash cost, long domain_revision, InvoicePaymentFlow flow, Payer payer)Payer(Payer other) -
Uses of Payer in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as Payer Modifier and Type Field Description PayerInvoicePayment. payerMethods in dev.vality.damsel.proxy_inspector that return Payer Modifier and Type Method Description PayerInvoicePayment. getPayer()Methods in dev.vality.damsel.proxy_inspector with parameters of type Payer Modifier and Type Method Description InvoicePaymentInvoicePayment. setPayer(Payer payer)Constructors in dev.vality.damsel.proxy_inspector with parameters of type Payer Constructor Description InvoicePayment(String id, String created_at, Payer payer, Cash cost)