Uses of Class
dev.vality.damsel.payment_processing.PayerParams
Packages that use PayerParams
-
Uses of PayerParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PayerParamsModifier and TypeFieldDescriptionInvoicePaymentParams.payerRegisterInvoicePaymentParams.payer_paramsMethods in dev.vality.damsel.payment_processing that return PayerParamsModifier and TypeMethodDescriptionstatic PayerParamsPayerParams.customer(CustomerPayerParams value) PayerParams.deepCopy()InvoicePaymentParams.getPayer()RegisterInvoicePaymentParams.getPayerParams()static PayerParamsPayerParams.payment_resource(PaymentResourcePayerParams value) static PayerParamsPayerParams.recurrent(RecurrentPayerParams value) Methods in dev.vality.damsel.payment_processing with parameters of type PayerParamsModifier and TypeMethodDescriptionintPayerParams.compareTo(PayerParams other) booleanPayerParams.equals(PayerParams other) InvoicePaymentParams.setPayer(PayerParams payer) RegisterInvoicePaymentParams.setPayerParams(PayerParams payer_params) Constructors in dev.vality.damsel.payment_processing with parameters of type PayerParamsModifierConstructorDescriptionInvoicePaymentParams(PayerParams payer, InvoicePaymentParamsFlow flow) PayerParams(PayerParams other) RegisterInvoicePaymentParams(PayerParams payer_params, PaymentRoute route, TransactionInfo transaction_info)