Class AllocationTransaction

java.lang.Object
dev.vality.damsel.domain.AllocationTransaction
All Implemented Interfaces:
Serializable, Cloneable, Comparable<AllocationTransaction>, org.apache.thrift.TBase<AllocationTransaction,AllocationTransaction._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class AllocationTransaction extends Object implements org.apache.thrift.TBase<AllocationTransaction,AllocationTransaction._Fields>, Serializable, Cloneable, Comparable<AllocationTransaction>
Транзакция - единица распределения денежных средств.
See Also:
  • Field Details

    • id

      public String id
    • target

      По этому назначению переводится часть денежных средств.
    • amount

      public Cash amount
      Сумма, которая будет переведена по назначению.
    • body

      Описывает содержимое транзакции в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeBody.total
    • details

    • metaDataMap

      public static final Map<AllocationTransaction._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

  • Method Details