Uses of Class
dev.vality.damsel.merch_stat.StatPayment
Packages that use StatPayment
-
Uses of StatPayment in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat with type parameters of type StatPaymentMethods in dev.vality.damsel.merch_stat that return StatPaymentModifier and TypeMethodDescriptionStatPayment.deepCopy()StatPayment.setAdditionalTransactionInfo(AdditionalTransactionInfo additional_transaction_info) StatPayment.setAllocation(Allocation allocation) StatPayment.setAmount(long amount) StatPayment.setCart(InvoiceCart cart) StatPayment.setContext(Content context) StatPayment.setCreatedAt(String created_at) StatPayment.setCurrencySymbolicCode(String currency_symbolic_code) StatPayment.setDomainRevision(long domain_revision) StatPayment.setExternalId(String external_id) StatPayment.setFee(long fee) StatPayment.setFlow(InvoicePaymentFlow flow) StatPayment.setInvoiceId(String invoice_id) StatPayment.setLocationInfo(LocationInfo location_info) StatPayment.setMakeRecurrent(boolean make_recurrent) StatPayment.setOwnerId(String owner_id) StatPayment.setProviderId(ProviderRef provider_id) StatPayment.setShortId(String short_id) StatPayment.setStatus(InvoicePaymentStatus status) StatPayment.setTerminalId(TerminalRef terminal_id) Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatPaymentModifier and TypeMethodDescriptionEnrichedStatInvoice.getPayments()StatResponseData.getPayments()EnrichedStatInvoice.getPaymentsIterator()Methods in dev.vality.damsel.merch_stat with parameters of type StatPaymentModifier and TypeMethodDescriptionvoidEnrichedStatInvoice.addToPayments(StatPayment elem) intStatPayment.compareTo(StatPayment other) booleanStatPayment.equals(StatPayment that) Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatPaymentModifier and TypeMethodDescriptionstatic StatResponseDataStatResponseData.payments(List<StatPayment> value) EnrichedStatInvoice.setPayments(List<StatPayment> payments) voidStatResponseData.setPayments(List<StatPayment> value) Constructors in dev.vality.damsel.merch_stat with parameters of type StatPaymentConstructor parameters in dev.vality.damsel.merch_stat with type arguments of type StatPaymentModifierConstructorDescriptionEnrichedStatInvoice(StatInvoice invoice, List<StatPayment> payments, List<StatRefund> refunds)