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