You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
450 B
C#

namespace Amazon.SellingPartnerApiSDK.Misc
{
public enum RateLimitType
{
UNSET,
Authorization_GetAuthorizationCode,
Token_CreateRestrictedDataToken,
ShippingV2_GetShipmentDocument,
ShippingV2_CancelShipment,
ShippingV2_PurchaseShipment,
ShippingV2_GetRates,
ShippingV2_DirectPurchaseShipment,
ShippingV2_GetTracking,
ShippingV2_GetAdditionalInputs,
}
}