Class InvoiceCreated

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

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class InvoiceCreated extends Object implements org.apache.thrift.TBase<InvoiceCreated,InvoiceCreated._Fields>, Serializable, Cloneable, Comparable<InvoiceCreated>
Событие о создании нового инвойса.
See Also:
  • Field Details

    • invoice

      public Invoice invoice
      Данные созданного инвойса.
    • metaDataMap

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

    • InvoiceCreated

      public InvoiceCreated()
    • InvoiceCreated

      public InvoiceCreated(Invoice invoice)
    • InvoiceCreated

      public InvoiceCreated(InvoiceCreated other)
      Performs a deep copy on other.
  • Method Details