PickupType Object TypePickupType is a string that can be provided while claiming or creating an order. Current accepted values areType#enum PickupType { CURBSIDE = 'curbside', PICKUP = 'pickup', DELIVERY = 'delivery',}Copy