Uses of Class
dev.vality.damsel.payment_processing.PayerParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PayerParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PayerParams Modifier and Type Field Description PayerParamsInvoicePaymentParams. payerMethods in dev.vality.damsel.payment_processing that return PayerParams Modifier and Type Method Description static PayerParamsPayerParams. customer(CustomerPayerParams value)PayerParamsPayerParams. deepCopy()PayerParamsInvoicePaymentParams. getPayer()static PayerParamsPayerParams. payment_resource(PaymentResourcePayerParams value)static PayerParamsPayerParams. recurrent(RecurrentPayerParams value)Methods in dev.vality.damsel.payment_processing with parameters of type PayerParams Modifier and Type Method Description intPayerParams. compareTo(PayerParams other)booleanPayerParams. equals(PayerParams other)InvoicePaymentParamsInvoicePaymentParams. setPayer(PayerParams payer)Constructors in dev.vality.damsel.payment_processing with parameters of type PayerParams Constructor Description InvoicePaymentParams(PayerParams payer, InvoicePaymentParamsFlow flow)PayerParams(PayerParams other)