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.14.2)",
           date="2022-10-25")
public class AllocationTransaction
extends Object
implements org.apache.thrift.TBase<AllocationTransaction,​AllocationTransaction._Fields>, Serializable, Cloneable, Comparable<AllocationTransaction>
See Also:
Serialized Form
  • 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