class Aws::Outposts::Types::CreateOrderInput

@note When making an API call, you may pass CreateOrderInput

data as a hash:

    {
      outpost_identifier: "OutpostIdentifier", # required
      line_items: [ # required
        {
          catalog_item_id: "SkuCode",
          quantity: 1,
        },
      ],
      payment_option: "ALL_UPFRONT", # required, accepts ALL_UPFRONT, NO_UPFRONT, PARTIAL_UPFRONT
      payment_term: "THREE_YEARS", # accepts THREE_YEARS
    }

@!attribute [rw] outpost_identifier

The ID or the Amazon Resource Name (ARN) of the Outpost.
@return [String]

@!attribute [rw] line_items

The line items that make up the order.
@return [Array<Types::LineItemRequest>]

@!attribute [rw] payment_option

The payment option for the order.
@return [String]

@!attribute [rw] payment_term

The payment terms for the order.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOrderInput AWS API Documentation

Constants

SENSITIVE