Package nxt

Class Attachment.DigitalGoodsPurchase

    • Constructor Detail

      • DigitalGoodsPurchase

        public DigitalGoodsPurchase​(long goodsId,
                                    int quantity,
                                    long priceNQT,
                                    int deliveryDeadlineTimestamp)
    • Method Detail

      • getGoodsId

        public long getGoodsId()
      • getQuantity

        public int getQuantity()
      • getPriceNQT

        public long getPriceNQT()
      • getDeliveryDeadlineTimestamp

        public int getDeliveryDeadlineTimestamp()