Class TdApi.ValidatedOrderInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ValidatedOrderInfo
Enclosing class:
TdApi

public static class TdApi.ValidatedOrderInfo extends TdApi.Object
Contains a temporary identifier of validated order information, which is stored for one hour, and the available shipping options.
  • Field Details

    • orderInfoId

      public String orderInfoId
      Temporary identifier of the order information.
    • shippingOptions

      public TdApi.ShippingOption[] shippingOptions
      Available shipping options.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ValidatedOrderInfo

      public ValidatedOrderInfo()
      Contains a temporary identifier of validated order information, which is stored for one hour, and the available shipping options.
    • ValidatedOrderInfo

      public ValidatedOrderInfo(String orderInfoId, TdApi.ShippingOption[] shippingOptions)
      Contains a temporary identifier of validated order information, which is stored for one hour, and the available shipping options.
      Parameters:
      orderInfoId - Temporary identifier of the order information.
      shippingOptions - Available shipping options.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR